.title-home-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.titre-menu {
	font-size: 2em;
	margin: 0 0 5px;
}

.sous-titre-menu {
	margin-top: 2rem;
	line-height: 1.4;
}

.beautiful-paragraph {
    padding: 20px;
    border-left: 4px solid rgba(186, 67, 46, 1);
	background-color: rgba(186, 67, 46, 0.05);
}

.beautiful-paragraph--gestion {
	 margin: 25px 40px;
}

.btn-validate {
	padding: 1.5rem 5rem;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background-color: rgba(186, 67, 46, 1);
}

.pages-text {
    font-size: 14px;
    line-height: 140%;
	text-transform: initial;
	font-weight: 400;
}

.bandeau-dynamique {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.bandeau-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bandeau-title {
    color: white;
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8); /* Meilleur contraste */
    margin: 0;
}

.breadcrump-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.breadcrump-link a {
    color: #000;
    text-decoration: none;
}

.breadcrump-link div {
    display: inline-block;
}

.btn-main {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
	cursor: pointer;
	font-size: 15px;
}

.btn-main--ocre {
	background-color: #deb887;
}

.btn-main--vert {
	background-color: #176166;
	color: white;
}

.btn-main--bleu {
	background-color: #0083c3;
	color: white;
}

.fade-loader {
    transition: opacity 0.4s ease;
    opacity: 1;
}

.fade-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

/** begin carousel **/
#main_carousel_form_search {
	position: absolute;
	bottom: 165px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	z-index: 4;
}

#main_carousel_text_presentation {
	height: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 4;
}

#main_carousel_text_presentation h2 {
	font-size: 3.8rem;
	color: white;
	text-transform: inherit;
	letter-spacing: 0.8px;
}

#main_carousel_text_presentation p {
	font-size: 1.8rem;
	color: white;
	letter-spacing: 0.6px;
}

.panel-carousel {
	width: fit-content;
	background: rgba(255, 255, 255, 0.25);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    /* border-radius: 12px; */
	padding: 3rem;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.main-slide-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
	background-color: #000000;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.btn-carousel-container {
	display: flex;
	gap: 15px;
}

.btn-carousel {
    position: relative;
    display: flex;
	align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-carousel--one {
    color: #fff;
    background-color: #176166;
    border-color: #176166;
}

.btn-carousel--one:hover {
    background-color: #fff;
    color: #176166;
}

.btn-carousel--two {
	border: 2.5px solid;
    color: white;
    background: transparent;
    border-color: #176166;
}

.btn-carousel--two:hover {
    background-color: #176166;
    color: #fff;
}
.btn-carousel--white {
	border: 2.5px solid white;
	color: white;
}

#main_carousel_mouse_wheel {
	position: absolute;
	bottom: 0;
	z-index: 3;
}

/** end carousel **/

/** section notre cabinet **/

/** Fin SECTION CABINET **/


/** Section Transition **/

#section_transition {
    background: url(../img/home_transition.jpeg) center no-repeat fixed;
    background-size: cover;
    height: 400px
}

.transition-overlay {
	background-color: black;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

/** Fin Section Transition **/

/** BEGIN section_gestion **/


/** END section_gestion **/


/** Block Coup Coeur **/
.img-coup-de-coeur {
    overflow: hidden;
	
}

.img-coup-de-coeur > a > .img-cc-main {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease-in-out;
}

.img-coup-de-coeur > a:hover > .img-cc-main {
    transform: scale(1.3);
}

.container-cc {
	border: 1px solid #e9e9e9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
	background-color: white;
}

.container-cc p {
	padding: 0.5rem;
}

.cc-container {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.overlay-img-cc {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(180deg, #000 0, #00000000 100%) 0 0 no-repeat padding-box;
    opacity: 0.68;
}

.label-cc {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--primary-color);
    width: 86px;
    text-align: center;
    color: #fff !important;
    text-decoration: inherit !important;
    text-transform: uppercase;
    font-weight: 700;
}

.ville-cc {
	position: absolute;
	left: 15px;
	bottom: 5px;
	color: white;
	z-index: 1;
}

.price-cc {
	font-size: 18px;
	color: var(--primary-color);
	font-weight: bold;
	margin-top: 1rem;
}

.title-cc {
	font-size: 18px;
	font-weight: bold;
	padding : 1rem;
}

.description-cc {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nb-photo {
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.nb-photo img {
	width: 25px;
}

.amenities-cc-container {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.amenities-cc {
	display: flex;
	flex-direction : column;
}

.amenities-cc-bar {
    width: 1px;
    height: 45px;
    background-color: #ddd;
}

.btn-show-cc {
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.btn-show-cc:hover {
    letter-spacing: 0.1px;
    color: #d5ab48;
    cursor: pointer;
    text-shadow: 0 0 5px rgba(213, 171, 72, 0.5);
}

.add-cc-container {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.add-cc {
	padding: 1px 7px;
	border-radius: 50%;
	background-color: rgba(47, 72, 88, 0.2);
}

.block-cc-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    width: 100%;
}

.block-cc {
    cursor: pointer;
	padding: 0.5rem;
}

.row-cc {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}

.d-flex-cc {
    display: flex;
}

.px-cc {
	padding-left : 1rem;
	padding-right : 1rem;
}

.btn-heart-result img {
    height: 20px;
}

.btn-heart-container {
    position: absolute;
    right: 15px;
	bottom: 5px;
}

.all-sales-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.all-sales-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.full-image {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-image > .img-cc-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease-in-out;
}

.full-image:hover > .img-cc-main {
    transform: scale(1.2);
}

.overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Overlay sombre */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 1rem;
    opacity: 1; /* Toujours visible */
}

.title-sales {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
	color: white;
}

.subtitle-sales {
    font-size: 16px;
    margin-bottom: 1rem;
}

.btn-sales {
    display: inline-block;
    padding: 10px 17px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-sales:hover {
    background-color: #d5ab48;
    transform: scale(1.1);
}

/** endblock **/

/** Begin Timeline **/

.timeline-bienvenue {
    display: flex;
    justify-content: center;
}

.timeline-bienvenue img {
    width: 450px;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.timeline-section {
	margin-top: 5rem;
    padding: 40px 20px;
    text-align: center;
}

.timeline-section .intro {
    margin: 0 auto 40px;
    color: #555;
    max-width: 600px;
}

.timeline-section h2 {
    margin-top: 3rem;
}

.timeline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.timeline-step {
    display: flex;
    align-items: center;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.timeline-icon {
    width: 170px;
    height: 170px;
    /* background-color: #176166; */
    background-color: #176166;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.1rem;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    border: 18px solid #719ea1;
}

.timeline-icon:hover {
    transform: scale(1.1) rotate(-5deg);
}

.timeline-content h3 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.timeline-content p {
    color: #555;
    line-height: 1.4;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: repeating-linear-gradient(to right, #2f4858 0, #2f4858 10px, transparent 10px, transparent 20px);
    transform: translateY(-50%);
    z-index: 0;
}

/** end of timeline **/

/** bloc syndic -association **/
.association-content-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.association-content-ul {
	list-style: none;
}

.association-content-li {
	margin-bottom: 32px;
	text-transform: uppercase;
	font-weight: bold;
}

.association-content-li img {
	height: 45px;
}

.association-content-li i {
	padding-left: 1rem;
	padding-right: 1rem;
}

.btn-agence-container {
	display: flex;
	gap: 15px;
}

/** end of bloc syndic **/

/** bloc information **/

#section_information {
    background-color: #21596c;
    color: white;
    padding: 4rem 2rem;
    margin-top: 20rem;
    background-image: url("data:image/svg+xml;utf8,<svg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><circle cx='150' cy='50' r='40' fill='%23FFFFFF' opacity='0.1'/><circle cx='100' cy='150' r='30' fill='%23FFFFFF' opacity='0.15'/><circle cx='180' cy='160' r='20' fill='%23FFFFFF' opacity='0.2'/></svg>");
    background-position: right 55px bottom 15px;
    background-repeat: no-repeat;
    background-size: 145px;
}

.information-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
	color: white;
}

.information-subtitle {
    margin-bottom: 5rem;
	color: white;
}

.information-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.information-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    margin-top: 6px;
    background-color: #deb887;
    border-radius: 4px;
}

.information-text h4 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: bold;
    text-transform: uppercase;
	color: white;
	font-weight: bold;
}

.information-text p {
    margin: 0.5rem 0;
}

.information-link {
    color: #deb887;
    font-weight: bold;
    text-decoration: none;
}

.information-link:hover {
    text-decoration: underline;
}

.information-button-container {
    margin-top: 5rem;
}

.information-btn i {
    margin-right: 0.5rem;
}

.information-image-container {
    text-align: center;
	margin-top: -10rem;
}

.information-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

/** end of bloc information **/


/** Begin bloc plateforme **/

.plateforme-icon-container img {
	width: 300px;
}

.plateforme-section {
	padding: 3rem;
	display: flex;
	flex-direction : column;
	justify-content: space-around;
	gap: 50px;
}

.plateforme-icon-container {
	margin-top: 3rem;
}

.plateforme-button-container {
	margin-bottom: 8rem;
}

/** end of bloc plateforme **/

/** ville **/

.villes-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 8rem;
	margin-bottom: 3rem
}
.ville-card {
    text-align: center;
}
.ville-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.ville-card span {
    display: block;
    margin-top: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.villes-section {
	margin-top: 5rem;
}

/** End of ville **/


/* module recherche */

#search_form h2 {
    font-size: 40px;
    font-weight: 400;
	text-transform: capitalize;
	color: white;
}

/* Container principal */
.sr-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
    background-color: #f4f7f6;
}

/* Colonne du formulaire */
.sr-form {
    flex: 1 1 300px;
    background-color: #176166;
    color: white;
    border-radius: 12px;
    padding: 3rem;
    position: relative;
}

/* Loupe */
.sr-form::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: url('/images/loupe.svg') no-repeat center center;
    background-size: contain;
}

/* Champs du formulaire */
.sr-form label {
    font-weight: bold;
    margin-top: 1rem;
    display: block;
}

.sr-form input[type="text"],
.sr-form select {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 6px;
	color: black;
}

/* Checkbox et range */
.sr-form input[type="checkbox"] {
    margin-right: 0.5rem;
}
.sr-form input[type="range"] {
    width: 100%;
    margin: 0.5rem 0;
}

/* Résultats */

#resultats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 1.5rem;
}

.sr-results {
	padding-left: 3rem;
	padding-right: 3rem;
}

.sr-card {
    position: relative;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    background-color: white;
    transition: transform 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.sr-card:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.sr-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.sr-card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sr-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
}

.sr-card-price-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ff8a44;
    color: white;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 2;
}

.sr-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d7ff00;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 0.9rem;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 0.6px;
	font-family: 'Lato', arial;
}

.sr-badge-complet {
    background-color: #e74c3c;
}

.sr-badge-bientot {
    background-color: #f39c12;
}

.sr-badge-dispo {
    background-color: #27ae60;
}

.sr-card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.sr-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    color: #222;
}

.sr-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sr-card-address {
    font-size: 15px;
    color: #555;
}

.sr-card-link-visible {
    display: inline-block;
    padding: 6px 14px;
    background-color: #f1f1f1;
    color: #444;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.sr-card-link-visible:hover {
    background-color: #e0e0e0;
    color: #000;
}

/** range slider **/
.range-slider {
    position: relative;
    height: 50px;
    margin-top: 1rem;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    background: none;
    z-index: 2;
    height: 0;
	border: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: white;
    border: 2px solid #176166;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.range-slider .slider-track {
    position: absolute;
    height: 6px;
    top: 3px;
    background: #d3d3d3;
    border-radius: 3px;
    z-index: 1;
    width: 100%;
}

.range-slider .range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    font-weight: bold;
    color: #333;
}

.range-values span {
	padding-top: 1.25rem;
	color: #f1f1e6;
	font-weight: bold;
}


/* fin module recherche */


/* module fiche */

.collapse-content-details-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

#sliderSplide {
    height: 500px;
}

#sliderSplide .splide__slide img {
    display: block;
    margin: 0 auto;
    border-radius: 0 70px 0 0 !important;
	height: 500px;
    object-fit: cover;
    width: 100%;
}

.custom-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.custom-arrow {
    pointer-events: all;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
}

.splide__arrow--prev.custom-arrow::before {
    transform: rotate(45deg);
}

.splide__arrow--next.custom-arrow::before {
    transform: rotate(-135deg);
}

.splide__arrow--custom {
	height: 2.5em !important;
	width: 2.5em !important;
	background: #ffffff !important;
	opacity: .9 !important;
}

.splide__arrow--custom:hover {
	color: white;
	background: #a4c407 !important;
	opacity: .9 !important;
}

.splide__track--nav>.splide__list>.splide__slide--border.is-active {
    border: 3px solid var(--primary-color) !important;
}

.description-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.description {
    margin-bottom: 20px;
}

.description h2 {
    font-size: 28px;
    margin-bottom: 10px;
	font-weight: bold;
}

.description-title {
    font-size: 2em;
    margin: 0;
    color: #333; 
}

.description-subtitle {
    font-size: 1.6em;
    margin: 10px 0;
    color: #176166;
}

.description-comment {
    font-size: 1em;
    line-height: 1.6;
    margin: 20px 0;
    color: #666;
}

.description-details {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.description-details li {
    margin: 5px 0;
    font-size: 1em;
    display: flex;
    align-items: center;
}

.description-details i {
    margin-right: 10px;
    color: #176166;
}

.description-details strong {
    margin-right: 5px;
}

.btn-description {
	cursor: pointer;
	color: white;
	font-weight: bold;
	padding: 10px;
	background-color: #176166;
}

.btn-youtube {
    color: #fff;
    background-color: #FF0000;
    border: none;
    padding: 7px 12px;
    font-size: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-youtube:hover,
.btn-youtube:focus {
    background-color: #cc0000;
    color: #fff;
    text-decoration: none;
}

.btn-description:hover {
	color: #d5dcf0;
}

.btn-description-outline {
	padding: 10px;
	border: 2px solid #d5dcf0;
	color: var(--red-color);
}

.action-buttons {
    margin-top: 20px;
	display: flex;
	gap: 15px;
	align-items: center;
}


.property-thumb-info-label {
	position: absolute;
	bottom: 0;
}

.label-fiche {
    background-color: #333;
    display: inline-block;
    font-size: 1em;
    margin-right: -4px;
    padding: 12px 20px;
	color: white;
	font-weight: 700;
	font-family: "Lato", sans-serif;
}

.label-fiche a:focus,
.label-fiche a:hover {
    color: #41b99b
}

.price {
    background-color: #ff8a44;
}

.details-price {
    font-size: 0.8em;
    margin-top: -6px;
}


.collapse-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(51, 51, 51, 0.3);
    color: #333;
    cursor: pointer;
    transition: border-bottom 0.3s ease, background-color 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.collapse-bar:hover {
    background-color: rgba(68, 68, 68, 0.25)
}

.collapse-title {
    font-size: 18px;
}

.collapse-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.collapse-content {
    max-height: 0;
    opacity: 0;
    transform: scaleY(0);
    padding: 0 10px;
    border: 1px solid #333;
    color: #333;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
    overflow: hidden;
}

.collapse-content.show {
    opacity: 1;
    transform: scaleY(1);
    padding: 10px;
}


.collapse-content p {
    margin: 0;
}

.collapse-bar.collapsed {
	color: white;
    background-color: #176166;
    border-bottom: none;
    transition: background-color 0.4s ease;
}

.collapse-bar.collapsed .collapse-icon {
    transform: rotate(180deg);
}

.collapse-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}

.collapse-content li {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px 15px;
    margin: 5px 0;
}

.pot-de-miel-winnie {
	display: none;
}

.lotcard-container {
    border: 2px solid #3c5c55;
    border-radius: 8px;
    padding: 20px;
    background-color: #d5dcf0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.lotcard-title {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}

.lotcard-label {
    font-weight: bold;
    margin-top: 12px;
    color: #111;
    display: block;
}

.lotcard-value {
    margin-left: 0;
    color: #333;
    display: block;
}

.lotcard-charge-icon {
    margin-right: 5px;
}

.lotcard-loyer {
    display: inline-block;
    background-color: #a1c600;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1em;
}

.lotcard-mobilier-link {
    font-size: 0.9em;
    color: #6b7a78;
    text-decoration: none;
}

.lotcard-mobilier-link:hover {
    text-decoration: underline;
}

.lotcard-toggle-container {
    position: relative;
}

.lotcard-mobilier-list {
    list-style: none;
    padding-left: 0;
    columns: 2;
    column-gap: 30px;
    margin-top: 15px;
}

.lotcard-mobilier-item {
    margin-bottom: 10px;
    font-weight: 500;
}

.lotcard-fade {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.lotcard-hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/** End of fiche **/


/** components **/

.row-formulaire-contact {
	display: flex;
}

.circle-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(186, 67, 46, 0.25);
    color: rgba(186, 67, 46, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    vertical-align: middle;
}

.navbar-mobile-img img {
	height: 55px;
}


@media (min-width: 1600px) {
	.footer-logo-size img {
		max-width: 150px;
	}

    .timeline-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .timeline-step {
        flex-direction: row;
    }

    .timeline-arrow-icon {
		color: #176166;
		font-size: 3rem;
		margin: 0 20px;
		position: relative;
		top: -45px;
	}

    .timeline-container::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        background: repeating-linear-gradient(to right, #2f4858 0, #2f4858 10px, transparent 10px, transparent 20px);
        transform: translateY(-50%);
        z-index: 0;
    }
}

/** Page notre asso **/

#association_team {
	text-align: center;
	margin-top: 10rem;
	margin-bottom: 10rem;
}

#association_valoriser,
.background-green {
	background-color: #176166;
}

.main-association {
	margin-top: 3rem;
	background-color: #176166;
	padding: 3rem;
	border-radius: 15px;
	margin-bottom: 8rem;
}

.main-qui-sommes-nous {
	margin-top: 3rem;
}

 .team-container {
	margin-top: 5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

.team-member {
	width: 200px;
}

.team-icon-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #000;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-icon-wrapper svg {
	width: 40px;
	height: 40px;
}

.team-name {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

.team-role {
	font-size: 13px;
	color: #333;
}

.association-valoriser-container {
	padding: 3rem;
}

/** Fin page notre asso **/

/** Pages avantages **/
#avantages_residences {
	margin-top: 8rem;
}

/** Fin page avantages **/

@media (min-width: 1600px) and (max-width: 1800px) {
	.timeline-item {
		padding: 0;
	}
	.timeline-icon {
		width: 150px;
		height: 150px;
	}
	.timeline-step {
		margin: 0;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.background-left-section {
		height: 800px;
	}
	.background-left-section::before {
		height: 800px;
	}	
}

@media (max-width: 1700px) {
	#main_carousel_mouse_wheel {
		display: none;
	}
}

@media (min-width: 1400px) and (max-width: 1700px) {
	#main_carousel_form_search {
		bottom: 110px;
	}
}

@media (min-width: 1400px) and (max-width: 1600px) {
	.img-cabinet-container {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	#main_carousel_form_search {
		bottom: 60px;
	}
	#main_carousel_text_presentation h2 {
		font-size: 3.6rem;
	}
	#main_carousel_text_presentation p {
        font-size: 1.6rem;
    }
	#main_carousel_text_presentation {
		top: 50px;
	}
	.btn-carousel {
		padding: 0.7rem 1.5rem;
	}
	.all-sales-card {
		display: none;
	}
	.block-cc-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.img-cabinet-container {
		margin-bottom: 0;
	}
	#main_carousel_text_presentation p {
        font-size: 1.6rem;
    }
	.btn-agence-container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.btn-extranet {
		padding: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.block-cc-container {
		grid-template-columns: repeat(2, 1fr);
	}
	#main_carousel_form_search {
		bottom: 45px;
	}
	.img-cabinet-container {
		margin-bottom: 0;
	}
	.img-cabinet-container img {
		min-width: 600px;
		max-width: 650px;
	}
	.img-section-gestion img {
		margin-top: 12rem;
		max-width: 450px !important;
	}
	.background-left-section::before {
		width: 400px;
	}
	.background-left-section {
		height: 800px;
	}
	.background-left-section::before {
		height: 800px;
	}
	#main_carousel_text_presentation h2 {
		font-size: 4.5rem;
	}
	#main_carousel_text_presentation p {
		font-size: 1.8rem;
	}
	.btn-carousel {
		padding: 0.7rem 1.5rem;
	}
}

@media (max-width: 992px) {
	.container-cabinet {
		grid-template-columns: repeat(2, 1fr);
	}
	.titre-menu--gestion {
		margin-top: 3rem;
	}
}

@media (min-width: 768px) and (max-width: 1599px) {
    .timeline-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 40px;
        justify-items: center;
    }

	.timeline-arrow-icon--two {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.block-cc-container {
		grid-template-columns: repeat(2, 1fr);
	}
	#main_carousel_text_presentation {
		bottom: 10px;
	}
	.img-cabinet-container {
		margin-top: 4rem;
		margin-bottom: 0;
	}
	.img-cabinet-container img {
		min-width: 600px;
		max-width: 550px;
	}
	.panel-alta {
		height: 430px;
		width: 100%;
	}
	#section_notre_cabinet_alta {
		flex-direction: column;
	}
	#main_carousel_text_presentation h2 {
		font-size: 3.2rem;
	}
	#main_carousel_text_presentation p {
		font-size: 1.5rem;
	}
	.btn-main {
		font-size: 15px;
	}
	.panel-carousel {
		padding: 2rem;
	}
}

@media (max-width: 768px) {
	#section_notre_cabinet_alta {
		flex-direction: column;
	}
	.img-cabinet-container {
		margin-bottom: 0;
	}
	.block-cc-container {
		grid-template-columns: repeat(1, 1fr);
	}
	.timeline-arrow-icon {
        display: none !important;
    }
	.timeline-container {
        flex-direction: column;
    }
    .timeline-step {
        flex-direction: column;
    }
    .timeline-container::before {
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        background: repeating-linear-gradient(to bottom, #4b4c4d 0, #4b4c4d 10px, transparent 10px, transparent 20px);
        transform: translateX(-50%);
    }
	.information-image-container {
		margin-top: 3rem;
	}
	#section_information {
		background-image: none;
	}
	.timeline-content {
		background-color: white;
		padding: 5px;
	}
	.titre-menu {
		font-size: 1.8em;
	}
	#section_syndic_content {
		margin-top: 2rem;
	}
	#section_information {
		margin-top: 8rem;
	}
	.hidden-text-presentation {
		display: none;
	}
	.btn-main {
		font-size: 14px;
	}
	.bandeau-dynamique {
		height: 100px;
		margin-bottom: 0px;
	}
	.bandeau-title {
		font-size: 1.5em;
	}
	.main {
		display: flex;
		flex-direction: column;
	}
	.description {
		margin-top: 3rem;
	}
}

@media (min-width: 550px) and (max-width: 768px) {
	#main_carousel_text_presentation {
		top: 0px;
	}
	#main_carousel_text_presentation h2 {
		font-size: 3rem;
	}
	#owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 450px !important;
        content: url(../img/slider/mini_slider1_xs.jpeg) !important;
    }
}

@media (max-width: 576px) {
	.container-cabinet {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (min-width: 550px) {
	.contact-info-carousel {
		display: none;
	}
}
@media (max-width: 550px) {
	.container-cabinet {
		grid-template-columns: repeat(1, 1fr);
	}
	.container-cabinet-main {
		padding: 15px;
	}
	.panel-alta {
		width: 100%;
		height: auto;
		padding: 15px;
		margin-left: 0;
	}
	#main_carousel_text_presentation h2 {
		font-size: 2rem;
		text-align: center;
	}
	#main_carousel_text_presentation p {
		font-size: 1.8rem;
		color: white;
	}
	.btn-carousel {
		padding: 0.8rem 1.5rem;
	}
	.beautiful-paragraph--gestion {
		margin: 0;
	}
	#section_gestion_bloc_right {
		margin-left: 0;
	}
	.img-cabinet-container {
		margin-top: 0;
	}
	.contact-info-carousel {
        text-align: center;
        font-size: 16px;
    }
    .contact-info-carousel i {
        margin-right: 8px;
    }
    .contact-info-carousel a {
        text-decoration: none;
        color: inherit;
    }
	.btn-carousel-container {
		flex-direction: column;
		align-items: center;
	}
	.btn-carousel-container a {
		width: 300px;
	}
	.panel-alta-text-carousel {
		margin-bottom: 3rem;
	}
	.btn-carousel--two {
		border: none;
		background-color: #176166;
	}
	.btn-agence-container {
		flex-direction: column;
		gap: 15px;
	}
	.association-content-li img {
		height: 35px;
	}
	html .main-slide {
		margin-top: 65px;
	}
	.btn-main {
		font-size: 15px;
	}
	#resultats {
		grid-template-columns: repeat(1, 1fr);
	}
	.sr-results {
		padding: 0;
	}
	.description-details {
		grid-template-columns: repeat(1, 1fr);
	}
	.villes-container {
		grid-template-columns: repeat(1, 1fr);
	}
	#owl-main-slide .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 400px !important;
        content: url(../img/slider/mini_slider1.jpeg) !important;
    }
	#main_carousel_text_presentation {
		justify-content: space-around;
	}
	.main-slide-overlay {
		opacity: 0.6;
	}
	#sliderSplide .splide__slide img {
		border-radius: 0 !important;
	}
	.js-result-group {
		margin-top: 2rem;
	}
}

@media (max-width: 400px) {
	.btn-carousel-container a {
		width: 250px;
	}
}

@media (max-width: 300px) {
	.btn-carousel-container a {
		width: 200px;
	}
}