@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    background: #FFF;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;

}

.alert{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center ;
}
.alert.alert-success{ background-color: #039162; color: white;}
.alert.alert-danger{ background-color: #D1211D; color: white;}
.alert.alert-warning{ background-color: #F5A927; color: white;}
.alert.alert-foa{ background-color: #E50B4C; color: white;}

.btn-achat {
    background: #4e4e4e;
    color: #FFF;
    border: none;
    border-radius: 7px;
    justify-content: center;
   
    font-size: 15px;
    font-weight: 600;
   
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
    margin: 0 10px;
    text-align: center;
}
.btn-achat.btn-active{
 background: #f5a927;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-btn {
    width: 100%;
    padding-left: 20px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    height: 53px;
    line-height: 53px;
    color: #616161;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
    font-family: 'Arial', sans-serif;
    overflow: hidden;
        box-sizing: border-box;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 5px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
}

.dropdown-content label {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-content label:hover {
    background: #f3f3f3;
}

.dropdown.open .dropdown-content {
    display: block;
}

.checkbox-custom {
    appearance: none;
    width: 23px;
    height: 23px;
    border: 2px solid #818181;
    border-radius: 4px;
    margin-right: 10px;
    position: relative;
    flex: none !important;
    padding: 0 !important;
}

.checkbox-custom:checked {
    background: #dd2656;
    border-color: #dd2656;
}

.checkbox-custom:checked::after {
    content: '✔';
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 5px;
}



.container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.containerIn {
    width: 1240px;
   margin: auto;
}

.row {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.row-rose {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #E50B4C;
}

.section-grise {
    background: #F5F5F5;
}

header {
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.07);
    display: unset
}

.header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0px;
}

.header-top .menus {
    display: flex;
    align-items: center;
}

.header-top .menus .menu-style-1,
.header-top .menus .menu-style-2 {
    display: flex; 
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #E50B4C;
    border: 1px solid #E50B4C;
    width: 335px;
    height: 41px;
    margin-left: 15px;
    gap: 10px;
}
.header-top .menus .menu-style-1:hover{
    border-radius: 60px;
    border: 1px solid #E50B4C;
    color: #E50B4C;
    background-color: #FFF;
}
.header-top .menus .menu-style-1:hover svg path{
  fill: #E50B4C !important;
}

.header-top .menus .menu-style-2 {
    background: #F5A927;
    border: 1px solid #F5A927;
    width: 163px;
}
.header-top .menus .menu-style-2:hover{
    color: #F5A927;
    fill: #F5A927 !important;
    background-color: #FFF;
}
.header-top .menus a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-decoration: none;
}

.stroke {
    border-top: 1px solid #D5D5D5;
    width: 100%;
    margin: 0 auto;
}
.relative{
    position: relative;
}
.anchor{
    position: absolute;
    top: -100px; /* Adjust as needed */
    left: 0;
    width: 100%;
    height: 1px; /* Minimal height to avoid affecting layout */
}
.header-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0px;
    position: sticky;
    z-index: 1000;
    top: 0;
    background-color: #FFF;
}
.sticky {

    position: sticky;
    z-index: 1000;
    top: 0;
    background-color: #FFF;
}
.header-bottom .back-link {
    color: #E50B4C;
    border-bottom: #E50B4C 1.88px solid;
    padding-bottom: 2px;
}

.header-bottom .back-link img {
    margin-right: 10px;
}

.header-bottom a {
    color: #DD2656;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-decoration: none;
}

.header-bottom .menu-list{
    line-height: 50px;
    height: 50px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.header-bottom .menu-list li {
    display: inline-block;
    position: relative;
}
.header-bottom .menu-list li:hover .menu_lvl {
    display: block;
}
.header-bottom .menu-list li .menu_lvl{
    display: none;
    position: absolute;
    background: #FFF;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E7E6E6;
    box-shadow: 0px 0px 13px rgba(169, 168, 168, 0.25);
    padding: 10px 20px 10px 10px;
    text-align: left;
    margin: 2px 0px;
    border-radius: 20px;
    top: 50px;
}

.header-bottom .menu-list .menu_lvl:before{
	content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 50px;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.header-bottom .menu-list li .menu_lvl ul {
    padding: 0;
    margin: 0;
    width: 300px;
}

.header-bottom .menu-list li .menu_lvl li {
    list-style-type: none;
    display: block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins";
    text-align: left;
    position: relative;
    margin-bottom:7px;
    line-height:25px;
    height: 25px;
    padding: 0 20px;
}

.header-bottom .menu-list li .menu_lvl li a {
    font-family: 'Montserrat', 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px;
    color: #808C9D !important;
    line-height: 1 !important;
    text-align: left !important;
    padding-left: 19px ;
    padding-right: 19px ;
    cursor: pointer;
    margin: 1px 0;
    padding: 8px 0;
}
.header-bottom .menu-list li .menu_lvl li a:hover {
    color : #E50B4C !important;
}
.header-bottom .menu-list a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-decoration: none;
    margin-left: 30px;
}

.menu_lvl a.sublevela {
    padding-left: 30px !important;
    position: relative;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #818181 !important;
}
.menu_lvl a.sublevela:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 11px;
    width: 8px;
    height: 8px;
    background: #ECF0F5;
    border-radius: 50%;
}
.header-bottom .menu-list a.active {
    color: #DD2656;
}
.presentation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    margin-bottom: -7px;
}

.presentation .text-section {
    width: 472px;
}

.presentation .text-section h2 {
    color: #163C67;
    font-family: 'Archivo Black', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.34px;
    text-transform: capitalize;
}

.presentation .text-section h1 {
    color: #1B3942;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.presentation .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;

    width: 449px;
}

.presentation .text-section p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
}

.avantages {
    background: #F5F5F5;
    padding: 38px 205.5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    position: relative;
}

.avantages h2 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    min-width: 110px;
}

.avantages .special-plus {
    border: 3px solid #E50B4C;
    border-radius: 60px;
    padding: 0 10px;
}

.wrap_svg_foa{
    width: 60px;
    height: 60px;
    background-color: #ECF0F5;
    border-radius: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.avantages .avantage-item {
    position: relative;
  
    flex-shrink: 0;
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 38.5px 25px;
    box-sizing: border-box;
    color: #FFF;
    
}

.avantages .avantage-item img {
    position: relative;
    z-index: 1;
    margin-left: 15px;
}
/*
.avantages .avantage-item::before {
    content: '';
    position: absolute;
    width: 59.23px;
    height: 59.23px;
    background-color: #ECF0F5;
    border-radius: 60px;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    z-index: 0;
}
    */

.avantages .avantage-item h3 {
    color: #101010;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-left: 20px;
    width: 155px;
}
.notaire_cond {
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: -25px;
    left: 10px;
}
.engagements-row {
    position: relative;
    width: 100vw;
    height: 613px;
}

.engagements {
    position: absolute;
    left: auto;
    right: 0;
    max-width: calc(100vw - 205.5px);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.engagements-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 173px;
}

.engagements-title h2 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
}

.engagements-image {
    margin-left: 125px;
    position: relative;
    z-index: 2;
}

.engagements-image img {
    display: block;
}

.engagements-carousel {
    position: relative;
    right: 0;
    left: auto;
    width: calc(100vw - 715px);
    background: #E50B4C;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.carousel-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 120px 0 33px 0;
    margin-left: -199px;
    gap: 20px;
    overflow: visible;    
}

.carousel-item {
    flex: 0 0 auto;
    width: 333px;
    height: 368px;
     height: 410px;
    border-radius: 10px;
    padding: 52px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.carousel-item:first-child {
    background: #F5A927;
    color: #FFF;
}

.carousel-item:first-child .item-number {
    color: rgba(255, 255, 255, 0.33);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.carousel-item:not(:first-child) .item-number {
    color: rgba(229, 11, 76, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.carousel-item:first-child h3 {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
}

.carousel-item:first-child p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.carousel-item:first-child p strong {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.carousel-item:not(:first-child) {
    background: #FFF;
    color: #000;
}

.carousel-item:not(:first-child) h3 {
    color: #E50B4C;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0;
}

.carousel-item:not(:first-child) p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.carousel-item:not(:first-child) p strong {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.carousel-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 41.5px;
    margin-left: 400px;
}

.carousel-controls button {
    background: #FFF;
    border: 1px solid #FFF;
    padding: 16px 16px 14px 16px;
    border-radius: 60px;
    cursor: pointer;
}
.carousel-controls button:hover {
    background: #E50B4C;
}
.carousel-controls button:hover img {
    filter: brightness(0) invert(1);
}
.achetez-esprit-tranquille {
    padding: 121px 100px;
}

.achetez-esprit-tranquille .image-section img {
    display: block;
    border-radius: 20px;
}

.achetez-esprit-tranquille .top-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.achetez-esprit-tranquille .text-section {
    position: relative;
    width: 390px;
    height: 200px;
    top: 40px;
    text-align: left;
}

.achetez-esprit-tranquille .text-section h2 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.achetez-esprit-tranquille .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.achetez-esprit-tranquille .text-section p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.achetez-esprit-tranquille .bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -65px;
    gap: 35px;
}

.achetez-esprit-tranquille .info-item {
    width: 283px;
    height: 233px;
    background: #ECF0F5;
    border-radius: 10px;
    padding: 0 33px 37px 33px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    position: relative;
}

.achetez-esprit-tranquille .info-item:hover {
    background: #FFF;
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.5s, box-shadow 0.5s;
}

.achetez-esprit-tranquille .info-item h3 {
    color: #153A68;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.achetez-esprit-tranquille .info-item p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 95%;
}

.achetez-esprit-tranquille .info-item .stroke-item {
    border-top: 1px solid rgba(27, 57, 66, 0.10);
    width: 100%;
    margin-bottom: 10px;
}

.la-copropriete {
    background: #F5F5F5;
}

.la-copropriete .top-section {
    display: flex;
    flex-direction: row;
}

.la-copropriete .image-section {
    margin-bottom: -7px;
}

.la-copropriete .text-section {
    text-align: left;
    margin: 10px 0 0 55px;
    width: 470px;
}

.la-copropriete .text-section h2 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.la-copropriete .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    
}

.la-copropriete .middle-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 35px;
    margin-right: 100px;
    margin-top: -90px;
    position: relative;
    z-index: 10;
}

.la-copropriete .info-item {
    width: 342px;
    border-radius: 8px;
    background: #E50B4C;
    color: #FFF;
}

.la-copropriete .info-item:not(:first-child) {
    background: #1E3E67;
}

.la-copropriete .info-item h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 0 33px 0 33px;
}

.la-copropriete .info-item p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 0 33px 0 33px;
    margin: 5px 0 0 0;
}

.la-copropriete .info-item ul {
    padding: 0 33px 0 33px;
}

.la-copropriete .info-item li {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    list-style-type: none;
}

.la-copropriete .info-item li p {
    margin: 5px 0;
    padding: 0 0 0 20px;
}

.la-copropriete .info-item .stroke-item {
    border-top: 1px solid rgba(255, 255, 255, 0.30);   
    margin: 0 33px 20px 33px;
}

.la-copropriete .bottom-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding: 77px 205px 77px 205px;
}

.la-copropriete .bottom-section .text-section {
    width: 473px;
    margin: 40px 0 0 0;
}

.la-copropriete .bottom-section .text-section h3 {
    color: #1E3E67;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; 
}

.la-copropriete .bottom-section .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
}

.la-copropriete .bottom-section .text-section ul {
    padding: 0;
}

.la-copropriete .bottom-section .text-section li {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    list-style-type: none;
    position: relative;
}

.la-copropriete .bottom-section .text-section li img {
    margin-right: 10px;
}

.la-copropriete .bottom-section .text-section li p {
    padding: 0 0 0 10px;
}

.la-copropriete .bottom-section .text-section a {
    display: flex;
    border: none;
    text-decoration: none;
    padding: 15px 25px;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    background: #E50B4C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}

.btn-rd{
 border:1px solid #E50B4C  !important;
}
.btn-rd:hover {
  
    color: #E50B4C !important;
    background-color: #FFF !important;
}
.btn-rd:hover svg path {
    fill: #E50B4C;
}

.la-copropriete .bottom-section .image-section-1 {
    position: absolute;
    bottom: 68px;
    left: 590px;
}

.la-copropriete .bottom-section .image-section-2 img {
    border-radius: 15px;
}

.parrainage {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 100px 205px 100px 205px;
}

.parrainage .text-section {
    width: 400px;
}

.parrainage .text-section h2 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
}

.parrainage .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
}

.parrainage .text-section .rules {
    color: #1E3E67;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-top: 45px;
}

.parrainage .text-section ul {
    list-style: none;
    position: relative;
}

.parrainage .text-section ul li {
    margin-bottom: 20px;
}

.parrainage .text-section .rule-item {
    display: flex;
    align-items: center;
    position: relative;
}

.parrainage .text-section .rule-item .rule-number {
    width: 40px;
    height: 40px;
    padding-left: 2px;
    border: 1px solid #D5D5D5;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #1E3E67;
    box-sizing: border-box;
    flex-shrink: 0;
    z-index: 1;
}

.parrainage .text-section ul li::after {
    content: '';
    position: absolute;
    width: 1px;
    top: 40px;
    left: 60px;
    height: 75%;
    background-color: #D5D5D5;
    z-index: 0;
}

.parrainage .text-section ul li:last-child::after {
    display: none;
}

.parrainage .text-section .rule-item p {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    margin-left: 20px;
    width: 235px;
}

.parrainage .text-section a {
    display: flex;
    border: none;
    text-decoration: none;
    width: fit-content;
    padding: 15px 30px;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    background: #E50B4C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.parrainage .image-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.parrainage .image-section img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.parrainage .parrainage-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.parrainage .parrainage-right img {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 2;
    pointer-events: auto;
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.5s;
}

.parrainage .parrainage-right img.animate {
    animation: rotateInCurveText 2s cubic-bezier(0.77,0,0.175,1) 1;
    opacity: 1;
}

@keyframes rotateInCurveText {
    from {
        opacity: 0;
        transform: rotate(0deg);
    }
    to {
        opacity: 1;
        transform: rotate(360deg);
    }
}

/* .parrainage .parrainage-right .parrainage-info {
    position: absolute;
    bottom: 27px;
    right: 0;
    display: flex;
    flex-direction: row;
    width: 338px;
    height: 163px;
    border-radius: 8px;
    background: #F5A927;
    z-index: 3;
    pointer-events: auto;
}

.parrainage .parrainage-right .parrainage-info .info-text {
    width: 247px;
    padding: 0 0 0 75px;
}

.parrainage .parrainage-right .parrainage-info h3 {
    background-color: #FFF;
    color: #EB5A40;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    width: fit-content;
    padding: 5px 10px;
    flex-shrink: 0;
    border-radius: 40px;
    text-align: center;
}

.parrainage .parrainage-right .parrainage-info p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
}

.parrainage .parrainage-right .parrainage-info .attention-icon {
    position: absolute;
    top: 30px;
    left: -60px;
}

.parrainage .parrainage-right .parrainage-info .attention-icon-1 {
    position: absolute;
    top: -30px;
    right: -30px;
} */

footer {
    position: relative;
    background: #1E3E67;
    color: #FFF;
    padding: 55px 105px 45px 105px;
}

footer .scroll-to-top {
    position: absolute;
    position: fixed;
    /*top: -30px;*/
    bottom:236px;
    right: 43px;
    z-index: 10;
    cursor: pointer;
}

.scroll-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
.bien-carousel{
    width: 600px;
    max-height: 500px; /* ou la hauteur que tu veux */
    overflow: hidden;
    overflow: hidden;
}
.carousel-main img.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ou 'contain' si tu veux tout voir */
  display: block;
}
footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

footer .footer-left {
    width: 233px;
}

footer .footer-left .logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

footer .footer-left .certification-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

footer .footer-menus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 75px;
}

footer .footer-menus .menu-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

footer .footer-menus .menu-column:first-child a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-decoration: none;
}

footer .footer-menus .menu-column a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration: none;
}

footer .footer-right {
    text-align: left;
    gap: 18px;
}

footer .footer-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    margin: 0 0 18px 0;
}

footer .footer-right .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .footer-right .button-group a {
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    gap: 10px;
    text-decoration: none;
}

footer .footer-right .button-group .primary-btn {
    background: #E50B4C;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    width: 335px;
    display: flex;
    text-align: center;
}
footer .footer-right .button-group .primary-btn img{

}
footer .footer-right .button-group .secondary-btn {
    background: #1E3E67;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    width: 232px;
}




























.achetez-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

.achetez-section .achetez-left {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 30px;
}

.achetez-section .achetez-left .text-section {
    width: 473px;
}

.achetez-section .achetez-left .text-section h2 {
    color: #E50B4C;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
}

.achetez-section .achetez-left .text-section p {
    color: #1B3942;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.achetez-section .achetez-right {
    position: relative;
}

.achetez-section .achetez-right .chemin-image {
    position: absolute;
    left: -130px;
    bottom: -125px;
    z-index: 1;
}

.firstandsecond {
    display: flex;
    flex-direction: column;
    padding: 194px 42px 107px 42px;
    margin: -80px 58px 0 58px;
    border-radius: 15px;
    background-color: #F5F5F5;
}

.partenaire2-img {
    width: 100%;
    width: 610px;
    height: 390px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    background: url("/img/partenaire.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:30px;
}


.partenaire2-img .logo{
   width: 70%;
}
.partenaire2-img .logo1{
   width: 70%;
}
.partenaire2-img .logo2{
   width: 55%;
}
.first {
    position: relative;
}

.first .first-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
}

.first .first-top .right-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    width: 500px;
}

.first .first-top .right-content .achetez-number {
    color: rgba(221, 38, 86, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.first .first-top .right-content h3 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin: -12px 0 0 0;
}

.first .first-top .right-content p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    margin: 0;
}

.first .first-top .right-content p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.first .first-bottom {
    position: relative;
    height: 435px;
}

.first .first-bottom .item:first-child {
    position: absolute;
    background: #E50B4C;
    color: #FFF;
    width: 400px;
    border-radius: 8px;
    padding: 0 45px 20px 45px;
    left: 100px;
    top: -80px;
}

.first .first-bottom .item:first-child h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.first .first-bottom .item:first-child .text-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
}

.first .first-bottom .item:first-child p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    margin: 0 0 10px 0;
}

.first .first-bottom .item:first-child .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.first .first-bottom .item:first-child a {
    text-decoration: none;
}

.first .first-bottom .item:first-child button {
    display: flex;
    border: none;
    margin-left: 30px;
    padding: 15px 30px;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    background: #FFF;
    color: #E50B4C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;

}

.btnAnimSmooth{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}
.btnAnimSmooth img {
  transition: transform 0.3s ease;
}

.btnAnimSmooth:hover img {
  transform: translateX(7px); 
}


.zoomImage {
  position: relative;
  width: fit-content;
  cursor: zoom-in;
  width: 60%;
}

.zoomImage img {
  display: block;
  max-width: 100%;
  transition: transform 0.4s ease, filter 0.3s;
  z-index: 1;
}

.zoomImage .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.zoomImage .overlay-text {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.zoomImage .overlay-text img {
  width: 32px;
  height: 32px;
}

.zoomImage:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}
 .zoom-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover;
    z-index: 9999 !important;
    transition: all 0.6s ease-in-out !important;
    cursor: zoom-out;
  }

  body.zoom-active {
    overflow: hidden;
  }


.first .first-bottom .item:nth-child(2) {
    position: absolute;
    background: #F5A927;
    color: #FFF;
    width: 400px;
    border-radius: 8px;
    padding: 0 45px 30px 45px;
    top: 30px;
    left: 640px;
}

.first .first-bottom .item:nth-child(2) h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.first .first-bottom .item:nth-child(2) p {
    display: flex;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    margin-bottom: 0;
}

.first .first-bottom .item:nth-child(2) h3 img {
    margin-right: 10px;
}

.first .first-bottom .item:nth-child(2) p img {
    margin-right: 15px;
}

.first .first-bottom .item .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.first .first-bottom .item:nth-child(3) {
    position: absolute;
    background: #1E3E67;
    color: #FFF;
    width: 400px;
    border-radius: 8px;
    padding: 0 45px 30px 45px;
    left: 640px;
    top: 272px;
}

.first .first-bottom .item:nth-child(3) h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.first .first-bottom .item:nth-child(3) p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    margin-bottom: 0;
}

.first .first-bottom .item:nth-child(3) p img {
    margin-right: 10px;
}

.first .first-bottom .item:nth-child(3) .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.first .first-bottom .chemin-image {
    position: absolute;
    top: 375px;
    left: 240px;
    z-index: 1;
}

.second .second-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
}

.second .second-top .left-content {
    width: 500px;
    gap: 15px;
    margin-top: 17px;
}

.second .second-top .left-content .plsa-number {
    color: rgba(221, 38, 86, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.second .second-top .left-content h3 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 30px;
}

.second .second-top .left-content p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
}

.second .second-top .left-content p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.second .second-bottom {
    position: relative;
}

.second .second-bottom .item-group {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.second .second-bottom .item {
    position: absolute;
    background: #F5A927;
    color: #FFF;
    width: 723px;
    border-radius: 8px;
    padding: 0 45px 15px 45px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.second .second-bottom .item h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.second .second-bottom .item .text-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
}

.second .second-bottom .item p { 
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    width: 340px;
    margin: 0 0 10px 0;
}

.second .second-bottom .item h3 img {
    margin-right: 10px;
}

.second .second-bottom .item .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.second .second-bottom .chemin-image {
    position: absolute;
    top: 240px;
    left: 480px;
    z-index: 1;
}



.third {
    display: flex;
    flex-direction: column;
    padding: 0px 100px;
    margin-top: 0px;
}

.third-top {
    display: flex;
    flex-direction: row;
}

.third-top .right-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 75px;
    margin-top: 36px;
    width: 540px;
}

.third-top .right-content .third-number {
    color: rgba(221, 38, 86, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.third-top .right-content h3 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: -12px;
    margin-bottom: 0;
}

.third-top .right-content p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    margin-bottom: -10px;
}

.third-top .right-content p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.third-bottom {
    position: relative;
}

.third-bottom .item-group {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.third-bottom .item {
    position: absolute;
    background:#F5A927;
    color: #FFF;
    border-radius: 8px;
    padding: 0 45px 10px 45px;
    width: 814px;
   
    top: -50px;
    left: 320px;
}

.third-bottom .item h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.third-bottom .item h3 img {
    margin-right: 10px;
}

.third-bottom .item .stroke-third {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin: 15px 0;
}

.third-bottom .item .text-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
}

.third-bottom .item p {
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px 0;
    width: 350px;
}

.third-bottom .chemin-image {
    position: absolute;
    top: 200px;
    left: 400px;
    z-index: 10;
}

.fourth {
    display: flex;
    flex-direction: column;
    padding: 0px 58px;
    margin-top: 0px;
}

.fourth .fourth-top {
    width: 328px;
}

.fourth .fourth-top .fourth-number {
    color: rgba(221, 38, 86, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.fourth .fourth-top h3 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: -0;
}

.fourth .fourth-top p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
}

.fourth .fourth-top p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.fourth .fourth-middle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap: 30px;
    position: relative;
    z-index: 2;
    margin-top: 0px;
   
}

.fourth .fourth-middle .item {
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 21px rgba(27, 30, 35, 0.07);
    width: 240px;
    border-radius: 8px;
    padding: 30px 34px;
    z-index: 1;
     height: 330px;
}

.fourth .fourth-middle .item img {
    position: relative;
    z-index: 2;
}
/*
.fourth .fourth-middle .item::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 22px;
    width: 60px;
    height: 60px;
    background: #ECF0F5;
    border-radius: 60px;
    z-index: 0;
}
*/

.fourth .fourth-middle .item h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 163px;
}

.fourth .fourth-middle .item p {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
}

.fourth .fourth-middle .item p strong {
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.fourth .fourth-bottom {
    margin-top: -193px;
    padding: 234px 40px;
    background: #F5F5F5;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.fourth .fourth-bottom .image-section {
    display: flex;
    flex-direction: row;
}

.fourth .fourth-bottom .image-section .text-section {
    width: 325px;
    margin: 15px 0 0 105px;
}

.fourth .fourth-bottom .image-section h3 {
    color: #1E3E67;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.fourth .fourth-bottom .image-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
}

.fourth .fourth-bottom .image-section p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.fourth .fourth-bottom .item-group {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 546px;
    right: 147px;
    gap: 30px;
}

.fourth .fourth-bottom .item-group .item-left {
    position: relative;
    background: #E50B4C;
    color: #FFF;
    width: 340px;
    border-radius: 8px;
    padding: 0 45px 10px 45px;
}

.fourth .fourth-bottom .item-group .item-left h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fourth .fourth-bottom .item-group .item-left h3 img {
    margin-right: 15px;
}

.fourth .fourth-bottom .item-group .item-left p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.fourth .fourth-bottom .item-group .item-left p strong {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.fourth .fourth-bottom .item-group .item-left .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.fourth .fourth-bottom .item-group .item-right {
    position: relative;
    background: #1E3E67;
    color: #FFF;
    width: 340px;
    border-radius: 8px;
    padding: 0 45px 10px 45px;
}

.fourth .fourth-bottom .item-group .item-right h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.fourth .fourth-bottom .item-group .item-right h3 img {
    margin-right: 15px;
}

.fourth .fourth-bottom .item-group .item-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.fourth .fourth-bottom .item-group .item-right p strong {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.fourth .fourth-bottom .item-group .item-right .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.fourth-bottom .chemin-image {
    position: absolute;
    top: 832px;
    right: 520px;
    z-index: 10;
}

.fifth {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}
.show_btn_query{
    display: none;
}
.fifth-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fifth-top .left-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
}

.fifth-top .fifth-number {
    color: rgba(221, 38, 86, 0.13);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.fifth-top h3 {
    color: #E50B4C;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: -12px;
}

.fifth-top p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    margin: 0;
}

.fifth-top p strong {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.fifth .item-group-fifth {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 45px 145px;
    gap: 30px;
}

.fifth .item-group-fifth .items-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fifth .item-group-fifth .items-left .item-top {
    background: #E50B4C;
    color: #FFF;
    width: 410px;
    border-radius: 8px;
    padding: 25px 45px;
}

.fifth .item-group-fifth .items-left .item-top h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.fifth .item-group-fifth .items-left .item-top p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.fifth .item-group-fifth .items-left .item-top p img {
    margin-right: 10px;
}

.fifth .item-group-fifth .items-left .item-top .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.fifth .item-group-fifth .items-left .item-bottom {
    background: #1E3E67;
    color: #FFF;
    width: 410px;
    border-radius: 8px;
    padding: 25px 45px;
}

.fifth .item-group-fifth .items-left .item-bottom h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.fifth .item-group-fifth .items-left .item-bottom p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.fifth .item-group-fifth .items-left .item-bottom .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.fifth .item-group-fifth .item-right {
    background: #F5A927;
    color: #FFF;
    min-width: 250px;
    border-radius: 8px;
    padding: 25px 45px;
}

.fifth .item-group-fifth .item-right .text-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
}

.fifth .item-group-fifth .item-right h3 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.fifth .item-group-fifth .item-right p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0 0 20px 0;
}

.fifth .item-group-fifth .item-right h3 img {
    margin-right: 10px;
}

.fifth .item-group-fifth .item-right p img {
    margin-right: 10px;
}

.fifth .item-group-fifth .item-right .stroke-first {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    width: 100%;
    margin-bottom: 20px;
}

.chemin-image.chemin-6 {
    position: absolute;
    bottom: 310px;
    left: 350px;
    z-index: 2;
}

.sixth {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 50px 58px;
    margin-top: -275px;
    z-index: 1;
}

.sixth .text-section {
    position: absolute;
    width: 328px;
    top: 145px;
    left: 230px;
}

.sixth .text-section .sixth-number {
    color: rgba(255, 255, 255, 0.40);
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.sixth .text-section h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: -0;
}

.sixth .text-section .text-content {
    width: 460px;
    background: rgba(19, 31, 32, 0.24);
    padding: 18px 32px;
    border-radius: 10px;
}

.sixth .text-section p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
}

.sixth .text-section p strong {
    color: #FFF;
    
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}




























.search-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 100px 100px 100px;
    border-radius: 15px;
    gap: 60px;
}

.search-left {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 112px;
    gap: 25px;
}

.search-left .text-section {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 20px;
}

.search-left h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
}

.search-left .subtitle {
    color: #222;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
}

.search-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #FFF;
    top: 295px;
    width: 850px;
    padding-right: 42px;
    gap: 25px;
}
.search-formV2 {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 0px;
}
.search-formV2 .search-btn {
   margin-left: 30px;
   margin-top: 10px;
}
.search-form label {
    color: #101010;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.form-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.form-row-top input,
.form-row-top select,
.form-row-middle select {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #D5D5D5;
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    background: #FFF;
}
.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
}

.form-row-top input {
    min-width: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 389px;
    gap: 10px;
}

select.select-type-bien,
select.select-type-achat {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    padding-left: 20px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    font-size: 15px;
    position: relative;
    background-image: url("img/down.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px 18px;
}

.select-type-bien {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #D5D5D5;
    font-size: 15px;
    background: #FFF;
}

.piece-counter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.counter-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #D5D5D5;
    overflow: hidden;
    width: 389px;
    height: 53px;
}
.equipements article {
    width: calc(25% - 20px);
    margin: 10px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.equipements .pictogramme {
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    width: 100%;
    transform: scale(0.8);
    display: flex;
}
.equipements .pictogramme img {
    width: 50px;
    margin: auto;
}
.equipements p {
    font-size: 15px;
    font-family: "Poppins";
    color: #4e6b89;
    line-height: 1.45;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}
.counter-btn {
    background: none;
    border: none;
    font-size: 26px;
    color: #616161;
    font-style: normal;
    font-weight: 300;
    width: 93px;
    height: 60%;
    cursor: pointer;
}

.counter-btn.minus {
    border-right: 1px solid #D5D5D5;
}

.counter-btn.plus {
    border-left: 1px solid #D5D5D5;
}

.counter-value {
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.form-row-bottom {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.slider-labels {
    display: flex;
    width: 389px;
    gap: initial;
}

.slider-labels .distances {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.slider-labels span {
    font-size: 13px;
    color: #222;
    min-width: 40px;
}

.slider-distance {
    flex: 1;
    margin: 0 10px;
    accent-color: #E50B4C;
    height: 3px;
}

.double-slider {
    position: relative;
    width: 100%;
    height: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.double-slider input[type="range"] {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    height: 0;
    z-index: 3;
}

.double-slider .slider-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: #D5D5D5;
    border-radius: 3px;
    z-index: 1;
}

.double-slider .slider-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #E50B4C;
    border-radius: 3px;
    z-index: 2;
}

.double-slider input[type="range"]:nth-of-type(2)::-webkit-slider-thumb {
    background: #E50B4C url('img/vector.svg') center center no-repeat;
}
.double-slider input[type="range"]:nth-of-type(1)::-webkit-slider-thumb {
    background: #E50B4C;
}
.double-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 2px 6px rgba(229,11,76,0.15);
    cursor: pointer;
    margin-top: 0;
    z-index: 10;
}

.double-slider input[type="range"]:nth-of-type(2)::-moz-range-thumb {
    background: #E50B4C url('img/vector.svg') center center no-repeat;
}
.double-slider input[type="range"]:nth-of-type(1)::-moz-range-thumb {
    background: #E50B4C;
}
.double-slider input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 2px 6px rgba(229,11,76,0.15);
    cursor: pointer;
}

.double-slider input[type="range"]:nth-of-type(2)::-ms-thumb {
    background: #E50B4C url('img/vector.svg') center center no-repeat;
}
.double-slider input[type="range"]:nth-of-type(1)::-ms-thumb {
    background: #E50B4C;
}
.double-slider input[type="range"]::-ms-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 2px 6px rgba(229,11,76,0.15);
    cursor: pointer;
}

.double-slider input[type="range"]:focus {
    outline: none;
}

.double-slider .slider-values {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.double-slider .slider-value-min,
.double-slider .slider-value-max {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background: #1E3E67;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(30,62,103,0.08);
    position: absolute;
    transform: translateX(-50%);
    top: -40px;
    z-index: 10;
}

.form-group.button-group {
    align-items: center;
}

.search-btn {
    display: flex;
   
    padding: 18px 38px;
    background: #E50B4C;
    color: #FFF;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    gap: 10px;
}
.section-blanche{
    padding: 20px 0 60px;
}
.biens-list-section {
    display: flex;
    flex-direction: column;
    padding: 50px 100px 70px 100px;
    padding: 50px 0px 70px 0px;
    background: #F5F5F5;
    gap: 45px;
    text-align: center;
}
.psection{
    padding: 60px 0px;
}
.biens-list-title {
    color: #E50B4C;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin: 0px;
}
.biens-list-titleV2 {
  color: #E50B4C;
text-align: center;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: 62px; /* 177.143% */
margin: 0px;
}

.biens-list-title svg{
    margin-right: 20px;
}
.biens-list-subtitle {
    color: #1B3942;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin: 0; 
    margin-left: 54px;
    margin-bottom: 10px;
}
.biens-list-subtitleV2 {
color: #1B1E23;
text-align: center;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 128%; /* 28.16px */
letter-spacing: 0.44px;

margin: 0px;
}
.biens-list-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.bien-item {
    position: relative;
    background: #FFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 400px;
    flex: 0 0 calc(33.333% - 20px); /* 3 par ligne, moins le gap */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    overflow: hidden;
}
.search-tag {
    display: inline-block;
    background: #eef5ff;
    color: #1c3d68;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    border: 1px solid #cfe1ff;
}

.search-cta {
    background: #dd2656;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 20px auto;
}
.biens-list-section2 {
    display: flex;
    flex-direction: column;
    /*
    padding: 50px 100px 70px 100px;
    padding: 50px 0px 70px 0px;
    */
    background: #F5F5F5;
    gap: 10px;
    text-align: center;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.search-tags{
    display:flex; flex-wrap:wrap; gap:10px; align-items:center;
}
.search-cta:hover {
    background: #b71d45;
}

.bien-categorie {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #FFF;
    color: #E50B4C;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    padding: 10px 20px;
    border-radius: 7px;
    z-index: 2;
}

.label-achat {
    position: absolute;
    top: 27px;
    right: 18px;
    color: #FFF;
    background: #FBBA12;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 7px;
    z-index: 2;
}


.wrap_image{
    width: 100% ;
    height: 250px;
}
.wrap_image img{
    width: 100% ;
    height: 100% ;
    object-fit: cover;
}
.bien-item .bien {
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bien-item h3 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    text-align: left;
    height: 72px ;
    overflow: hidden;
}
.wrap-bien-info-row{
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 20px 0;
    font-size: 15px;
    font-weight: 600;
}
.bien-info-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 39px;
}
.bien-distance-tag {
    color: #616161;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; 
    display: block;
    margin-top: 5px;
}
.bien-lieu {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    width: 60%;
}

.bien-prix {
    display: flex;
    align-items: center;
    gap: 7px;
    text-align: left;
    color: #E50B4C;
    font-size: 13px;
    flex-direction: row;
    width: 35%;
    
}
.bien-prix2{
    color: #E50B4C;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 45.5px */
    width: 100%;
}
.bien-content {
    color: #222;
    font-size: 16px;
    font-weight: 300;
   
    margin: 0;
    text-align: left;
    height: 100px;
    overflow: hidden;
}

.bien-btn {
    background: #E50B4C;
    color: #FFF;
    border: none;
    border-radius: 7px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.34px;
    cursor: pointer;
    text-decoration: none;
}




























.aides-prets-section {
    position: relative;
    padding: 0 120px;
}

.aides-prets-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.aides-prets-left {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding-top: 130px;
}

.aides-prets-left img {
   
    margin-top: 5px;
}

.aides-prets-content {
    display: flex;
    flex-direction: column;
    width: 500px;
}

.aides-prets-content h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 30px 0;
}

.aides-prets-content .subtitle {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 10px 0;
}

.aides-prets-content p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
    margin: 0 0 0px 0;
}

.aides-prets-content p strong {
    color: #222;
   
    font-weight: 600;
    line-height: 128%;
}

.aides-prets-content a {
    text-decoration: none;
}

.aides-prets-btn {
    display: flex;
    align-items: center;
    background: #E50B4C;
    color: #FFF;
    border: none;
    border-radius: 7px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    width: fit-content;
    gap: 10px;
    text-decoration: none;
    margin-top: 20px;
}

.aides-prets-bg {
    position: absolute;
    top: 470px;
    left: 57px;
    right: 57px;
    height: 490px;
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #1E3E67;
}

.aides-prets-bottom {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    padding: 40px;
    position: relative;
    z-index: 2;
}

.aides-prets-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 430px;
}

.aides-prets-bottom-right h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}

.aides-prets-bottom-right p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
}

.aides-prets-bottom-right p strong {
    color: #FFF;
   
    font-weight: 600;
    line-height: 128%;
}

.ptz-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 47px 100px 67px 100px;
}

.ptz-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 520px;
}

.ptz-left h2 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 700;
}

.ptz-left p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
    max-width: 475px;
}

.ptz-left p strong {
    color: #222;
   
    font-weight: 600;
   
}

.ptz-item {
    position: relative;
    background: #E50B4C;
    border-radius: 8px;
    padding: 30px 60px ;
    margin-top: 15px;
}

.ptz-item h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.ptz-item p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.ptz-item p strong {
    color: #FFF;
   
   
    line-height: 16px;
}

.ptz-item button {
    display: flex;
    position: absolute;
    align-items: center;
    background: #FFF;
    color: #E50B4C;
    border: none;
    border-radius: 7px;
    padding: 15px 22px;
    height: 54px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
}

.ptz-item img {
    margin-left: 10px;
}

.ptz-right {
    flex: 1;
    max-width: 600px;
}

.faq {
    display: flex;
    flex-direction: column;
}

.faq-item {
    background: #FFF;
    overflow: hidden;
}

.faq-item .stroke-first {
    border-top: 1px solid rgba(27, 30, 35, 0.10);
    width: 100%;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    color: #163C67;
    font-size: 18px;
    font-weight: 600;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

.faq-question p {
    width: 520px;
}

.faq-question.active {
    color: #F5A927;
}

.faq-question.active .faq-arrow {
    filter: brightness(0) saturate(100%) invert(68%) sepia(90%) saturate(749%) hue-rotate(346deg) brightness(101%) contrast(101%);
}

.faq-arrow {
    transition: transform 0.3s;
    width: 18px;
    height: 18px;
}

.faq-item.open .faq-arrow {
    transform: rotate(90deg);
}

.faq-answer {
    display: none;
    padding: 24px 0;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
    background: #FFF;
}

.faq-answer strong {
   
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
}

.faq-item.open .faq-answer {
    display: block;
}

.anru-section {
    padding: 110px 100px;
    background: #F5F5F5;
    position: relative;
    height: 860px;
}

.anru-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.anru-content {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin-top: 15px;
}

.anru-content h2 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
}

.anru-content p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
}

.anru-content p strong {
    color: #222;
   
    font-weight: 600;
    line-height: 128%;
}

.anru-bottom {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.anru-bottom-text {
    display: flex;
    flex-direction: column;
    width: 530px;
}

.anru-bottom-text p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
}

.anru-bottom-text p strong {
    color: #222;
   
    font-weight: 600;
    line-height: 128%;
}

.anru-item {
position: absolute;
    top: -90px;
    right: 0;
    background: #F5A927;
    color: #FFF;
    border-radius: 10px;
    width: 435px;
    padding: 28px 114px 51px 72px;
}

.anru-item-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.anru-item h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 128%;
}

.anru-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 30px;
}

.anru-item p strong {
   
    font-weight: 600;
    line-height: 16px;
}

.anru-item .button {
    display: flex;
    position: absolute;
    align-items: center;
    background: #FFF;
    color: #E50B4C;
    border: none;
    bottom: -30px;
    border-radius: 7px;
    padding: 15px 22px;
   
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    gap: 10px;
    text-decoration: none;
}




























.partenaires-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 100px 60px 100px;
    gap: 60px;
}

.partenaires-left {
    position: relative;
    margin-top: 100px;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.partenaires-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
}

.partenaires-picto {
    object-fit: contain;
}

.partenaires-text-content {
    display: flex;
    flex-direction: column;
}

.partenaires-text-content h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
}

.partenaires-text-content h3 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}

.partenaires-text-content p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
    margin: 0;
}

.partenaires-text-content p strong {
    color: #222;
   
    font-weight: 600;
    line-height: 128%;
}

.partenaires-bottom .partenaire-item:hover {
    background: #1E3E67;
    color: #FFF;
    transition: background 0.5s, color 0.5s;
}

.partenaires-bottom .partenaire-item:hover p,
.partenaires-bottom .partenaire-item:hover p strong,
.partenaires-bottom .partenaire-item:hover p span {
    color: #FFF;
}

.partenaires-bottom {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 245px;
    gap: 16px;
}

.partenaire-item {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 35px 22px;
    width: 185px;
    height: 110px;
}

.fix_bien_psla{
    margin-top: 150px;
    padding: 0px 100px;
}

.wrap_btn_achat {
    margin: 60px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix_bien_psla{
    margin-top: 260px;
}
.fix_bien_vefa{
    margin-top: 210px;
}
.fix_bien_terrain{
    margin-top: 160px;
}
.fix_bien_brs{
    margin-top: 0px;
}
.fix_bien_commerciale{
margin-top: 30px;
justify-content: left;
}
.btn_type_achat{
    background: #E50B4C;
    color: #FFF;
    border: none;
    border-radius: 7px;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.34px;
    cursor: pointer;
    text-decoration: none;
     border: 1px solid #E50B4C;
}
.btn_type_achat:hover{
    background: #FFF;
    text-decoration: none;
    color: #E50B4C;
   
}
.partenaire-item p {
    color: #1E3E67;
    font-size: 14px;
    font-weight: 300;
    line-height: 128%;
    margin: 0;
}

.partenaire-item p strong {
    color: #1E3E67;
  
    font-weight: 600;
    line-height: 128%;
}

.partenaire-item p span {
    
    font-weight: 300;
    line-height: 128%;
    font-style: italic;
}

.partenaires-bottom-text {
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 128%;
    margin-top: 190px;
}

.partenaire2-section {
    position: relative;
    padding: 0 100px 80px 100px;
}

.partenaire2-top {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    position: relative;
}

.partenaire2-content {
    display: flex;
    flex-direction: column;
    width: 420px;
    padding-right: 150px;
}

.partenaire2-content h2 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
}

.partenaire2-content p {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 128%;
    margin: 0;
}

.partenaire2-content p strong {
    color: #222;
   
    font-weight: 600;
    line-height: 128%;
}

.partenaire2-items {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 180px;
    right: 50px;
    gap: 16px;
}

.partenaire2-item {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 35px 22px;
    width: 150px;
    height: 60px;
}

.partenaire2-item:hover {
    background: #1E3E67;
    color: #FFF;
    transition: background 0.5s, color 0.5s;
}

.partenaire2-item:hover p,
.partenaire2-item:hover p strong,
.partenaire2-item:hover p span {
    color: #FFF;
}

.partenaire2-item p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 128%;
    margin: 0;
}

.partenaire2-item p strong {
    color: #555;
  
    font-weight: 600;
    line-height: 128%;
}

.partenaire2-bottom {
    position: relative;
}

.partenaire2-absolute-item {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #F5A927;
    border-radius: 10px;
    width: 1060px;
    padding: 100px 38px 38px 38px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: -1;
}

.partenaire2-absolute-item .stroke-item {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    width: 1px;
}

.partenaire2-absolute-item .text-section {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    flex: 1;
}

.partenaire2-absolute-item .text-section .text-content {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 14px;
}

.partenaire2-absolute-item h3 {
    font-size: 22px;
    font-weight: 300;
    color: #FFF;
    line-height: 128%;
    margin: 0 0 30px 0;
}

.partenaire2-absolute-item h3 strong {
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    line-height: 128%;
}

.partenaire2-absolute-item p {
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    line-height: 128%;
    margin: 0;
}

.partenaire2-absolute-item p strong {
   
    font-weight: 600;
    color: #FFF;
    line-height: 128%;
}

.partenaire2-bottom-text {
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 128%;
    margin-top: 250px;
    margin-left: 120px;
}




























.contact-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 100px 0 100px;
    background: #F5F5F5;
}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 26px;
}

.contact-picto {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 5px;
}

.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-info-text h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    position: relative;
    padding-left: 65px;
}
.contact-info-text h2 img {
    position: absolute;
    left: 0;
}

.contact-info-text .subtitle {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    position: relative;
        padding-left: 65px;
   
}
.contact-info-text .subtitle span{
    font-weight: 400;
}
.contact-info-text .subtitle img {
    position: absolute;
    left: 0;
    width: 50px;
    top: 7px;
}


.contact-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    font-size: 28px;
    color: #1B3942;
    font-weight: 400;
    line-height: 33px;
}

.contact-info-row img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.contact-illu {
    margin-top: 70px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 480px;
    height: min-content;
    background: #FFF;
    border-radius: 8px;
    padding: 30px;
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="message"] {
    padding: 14px 16px;
    border: 1px solid #D5D5D5;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #363944;
    margin-bottom: 0;
}

.contact-form input[type="text"] {
    flex: 1;
}

.contact-form textarea,
.contact-form input[type="message"] {
    vertical-align: top;
    padding: 14px 16px;
    resize: vertical;
    border: 1px solid #D5D5D5;
}

.contact-form textarea::placeholder,
.contact-form input[type="message"]::placeholder {
    text-align: left;
    vertical-align: top;
}

.contact-form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 2px;
    margin-right: 15px;
    vertical-align: middle;
}

.checkbox-row {
    margin-top: 0;
    align-items: start;
}

.checkbox-row label {
    font-size: 12px;
    color: #363944;
    font-weight: 300;
    line-height: 110%;
    display: flex;
    align-items: start;
}

.form-submit-row {
    justify-content: flex-end;
    margin-top: 10px;
}

.contact-form button[type="submit"] {
    background: #E50B4C;
    color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 13px 33px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.contact-faq-section {
    padding: 80px 100px 100px 100px;
}

.contact-faq-top {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 24px;
    position: relative;
}

.contact-faq-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 65px;
}
.contact-faq-top img{
    position: absolute;
    width: 40px;
    top: 5px;
    left: 6px;
}
.contact-faq-text h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.7px;
    margin: 0;
}

.contact-faq-text .subtitle {
    color: #1E3E67;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.56px;
}

.contact-faq-section .stroke-first {
    border-top: 1px solid rgba(27, 30, 35, 0.10);
    width: 100%;
    margin-top: 20px;
}

.contact-faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-faq-list .faq-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-faq-list .faq-item.open .faq-arrow {
    transform: rotate(90deg);
}

.contact-faq-list .faq-question {
    width: 100%;
    border: none;
    outline: none;
    background: #1E3E67;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    padding: 18px 43px;
    border-radius: 8px;
}

.contact-faq-list .faq-question p {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.contact-faq-list .stroke-first {
    border-top: 1px solid #D5D5D5;
    width: 100%;
}

.contact-faq-list .faq-answer {
    display: none;
    padding: 18px 43px;
    border-radius: 8px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    background: #F5F5F5;
}

.contact-faq-list .faq-answer p {
    width: 900px;
    margin: 0;
}

.contact-faq-list .faq-answer strong {
    color: #1B1E23;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

.contact-faq-list .faq-item.open .faq-answer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}























.bien-detail-section {
    display: flex;
    /* padding: 0 100px 0 100px; */
}

.bien-search-section {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.wrap_titre{
    height: 70px;
    overflow: hidden;
}
.bien-detail-left {
    display: flex;
    flex-direction: column;
    padding: 90px 60px 60px 0;
  
}

.bien-detail-section .bien-titre {
    font-size: 35px;
    font-weight: 600;
    color: #E50B4C;
    margin-top: 0;
}

.bien-detail-section .bien-prix-lieu {
    gap: 11px;
    font-size: 35px;
    font-weight: 300;
}

.bien-detail-section .bien-prix {
    color: #E50B4C;
    margin-bottom: 34px;
}

.bien-detail-section .bien-lieu {
    color: #1E3E67;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    gap: 14px;
}
#lightSlider{
    height: 500px !important;
}
.lSSlideWrapper{
 border-radius: 15px 15px !important;
    overflow: hidden !important;
}
.gallery li{
    height: 500px !important;
   
}
.ombre{
    background: #FFF;
box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.07);
}
.gallery li  img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.lSSlideOuter .lSPager.lSGallery{
    margin-top: 15px !important;
}
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 15px !important;
    height: 100px;
    /*
    margin-right: 15px !important;
    width: calc(100% / 4 - 13px) !important;
    */
}
.lSSlideOuter .lSPager.lSGallery li img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.lSSlideOuter .lSPager.lSGallery li:last-child {
    margin-right: 0 !important;
}


.bien-detail-section .bien-infos {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    color: #1E3E67;
    font-weight: 400;
    line-height: 45px;
}
.bien-detail-section .bien-infos img{
    width: 25px;
}
.bien-detail-section .bien-infos span {
    display: flex;
    gap: 21px;
}

.bien-detail-section .bien-description {
    margin-top: 40px;
}

.bien-detail-section  h3 {
    font-size: 22px;
    color: #1E3E67;
    font-weight: 700;
    line-height: 37px;
    margin-top: 0;
}

.bien-detail-section .bien-description p {
    color: #222;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 128%;
}

.bien-detail-section .bien-description p strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 128%;
}

.bien-equipements {
    margin-top: 40px;
}

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

.equipement {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 18px 22px;
    display: flex;
    gap: 10px;
}

.equipement span {
    font-size: 12px;
    color: #4D6A89;
    font-weight: 300;
}

section.dispo {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
section.dispo h2 {
font-size: 22px;
    color: #1E3E67;
    font-weight: 700;
    line-height: 37px;
    margin-top: 0;
}
section.dispo .tableau {
  width: 100%;
  justify-content: center;
  align-items: center;
}
section.dispo .tableau article {
  width: 100%;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #c3cddb;
}
section.dispo .tableau article.valeur {
  background-color: #f7f7f7;
  text-align: center;
}
section.dispo .tableau article.donner p {
  color: #637d9f;
}
section.dispo .tableau article p {
  width: calc(20% - 0px);
  margin: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Poppins";
  text-align: center;
  position: relative;
}
section.dispo .tableau article a {
    text-decoration: none;
    color: black;
    padding-left: 30px;
    font-size: 14px;
}

section.dispo .tableau article p.plan:before {
  content: "";
  background-image: url(/img/picto-pdf.png);
  background-size: contain;
background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    display: inline-block;
    position: absolute;
    left: 29%;
    top: -15px;
    transform: scale(0.6);
}
section.dispo .tableau article p.vendu:before {
  content: "VENDU";
  display: block;
  position: absolute;
  padding: 6px 15px;
  background-color: #84c99e;
  width: 30px;
  border-radius: 5px;
  height: 8px;
  font-size: 9px;
  color: white;
  line-height: 1;
  left: -30px;
  top: 2px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row; */
    /* align-content: center; */
    justify-content: space-between;
}

.hexagon{
    position: relative;
    overflow: hidden;
    margin: auto;
    /* clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%); */
    margin-top: -156px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border: 3px solid #e50c4c;
    margin-bottom: 20px;
}

/* Image derrière, remplie proprement */
.hexagon img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.bien-energie {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
}

.bien-energie p {
    font-size: 12px;
    color: #222;
    font-weight: 400;
    line-height: 128%;
}

.condition_revente{
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: -40px;
    left: 0px;
}

.dpe-wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: flex-end;
    margin: 0 0 0 100px;
    letter-spacing: -0.5px;
}

.dpe-left, .dpe-right {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.dpe-bars {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-end;
}

.dpe-bars p {
    color: #222;
    font-size: 6px;
    font-weight: 800;
    margin: 0;
}

.dpe-bar {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: height 0.3s, font-size 0.3s;
    position: relative;
    padding-left: 18px;
}

.dpe-bar p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-left: -10px;
}

.dpe-left .absolute {
    position: absolute;
    right: 100%;
    left: auto;
    bottom: 14px;
    max-height: 62px;
    height: 100%;
    margin: 0 4px 0 0;
    padding: 0 4px 0 0;
    border-right: 3px solid #8f8f8f;
    color: #8F8F8F;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dpe-left .absolute p {
    font-size: 6px;
    font-weight: 800;
    color: #8F8F8F;
}

.dpe-left .dpe-bar {
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.dpe-left .dpe-bar::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 10px solid currentColor;
    z-index: 1;
}

.dpe-left .dpe-bar.active {
    border: 2px solid #222;
    border-radius: 0;
    position: relative;
    border-right: none;
}

.dpe-left .dpe-bar.active::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 22px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 18px solid var(--dpe-bar-bg);
    z-index: 1;
    filter: drop-shadow(2px 0 0 #222);
}

.dpe-right .dpe-bar {
    justify-content: flex-start;
    border-radius: 0 60px 60px 0;
    padding-right: 0;
    padding-left: 18px;
}

.dpe-right .dpe-bar.active {
    border: 2px solid #222;
    position: relative;
}

.dpe-left .dpe-A { --dpe-bar-bg: #039162; background: var(--dpe-bar-bg); height: 28px; width: 10px; }
.dpe-left .dpe-B { --dpe-bar-bg: #46A74A; background: var(--dpe-bar-bg); height: 28px; width: 30px; }
.dpe-left .dpe-C { --dpe-bar-bg: #6DB56A; background: var(--dpe-bar-bg); height: 28px; width: 50px; }
.dpe-left .dpe-D { --dpe-bar-bg: #F2E213; background: var(--dpe-bar-bg); height: 28px; width: 70px; }
.dpe-left .dpe-E { --dpe-bar-bg: #EEAB0E; background: var(--dpe-bar-bg); height: 28px; width: 90px; }
.dpe-left .dpe-F { --dpe-bar-bg: #E7782F; background: var(--dpe-bar-bg); height: 28px; width: 110px; }
.dpe-left .dpe-G { --dpe-bar-bg: #D1211D; background: var(--dpe-bar-bg); height: 28px; width: 130px; }

.dpe-left .dpe-A::after { border-left-color: #039162; }
.dpe-left .dpe-B::after { border-left-color: #46A74A; }
.dpe-left .dpe-C::after { border-left-color: #6DB56A; }
.dpe-left .dpe-D::after { border-left-color: #F2E213; }
.dpe-left .dpe-E::after { border-left-color: #EEAB0E; }
.dpe-left .dpe-F::after { border-left-color: #E7782F; }
.dpe-left .dpe-G::after { border-left-color: #D1211D; }

.dpe-right .dpe-A { background: #99D5F6; height: 28px; width: 10px; }
.dpe-right .dpe-B { background: #80ABCC; height: 28px; width: 30px; }
.dpe-right .dpe-C { background: #6C87A8; height: 28px; width: 50px; }
.dpe-right .dpe-D { background: #546383; height: 28px; width: 70px; }
.dpe-right .dpe-E { background: #434765; height: 28px; width: 90px; }
.dpe-right .dpe-F { background: #332E47; height: 28px; width: 110px; }
.dpe-right .dpe-G { background: #241A2E; height: 28px; width: 130px; }

.dpe-bar.active {
    height: 44px;
    font-size: 24px;
    z-index: 2;
}

.dpe-bar.active p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    margin-left: -12px;
    font-weight: 700;
    font-size: 28px;
    text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
        }

.dpe-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 12px;
    min-width: 90px;
    min-height: 70px;
    top: 0;
    z-index: 3;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.dpe-info-left {
    position: absolute;
    right: 100%;
    left: auto;
    margin: -17px -2px 0 0;
    color: #222;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.dpe-info-right {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    min-width: 0;
    min-height: 0;
    z-index: 3;
}

.dpe-info-line {
    width: 80px;
    height: 0;
    border-bottom: 2px solid #222;
    margin-right: 16px;
}

.dpe-info-values {
    display: flex;
    align-items: center;
}

.dpe-info-values .dpe-value {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
}

.dpe-info-values .dpe-unit {
    font-size: 8px;
    color: #111;
    font-weight: 400;
    width: 50px;
}

.dpe-info-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    padding: 4px 10px 4px 2px;
}

span.dpe-info-label {
    font-weight: 900;
    font-size: 8px;
    color: #111;
}

.dpe-info-label-sub {
    font-weight: 400;
    font-size: 8px;
}

.dpe-info-inner {
    display: flex;
    flex-direction: row;
    border: 2px solid #111;
    width: 120px;
    height: 44px;
}

.dpe-info-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 600;
    height: 100%;
}

.dpe-info-col:not(:last-child) {
    border-right: 2px solid #111;
    height: 20px;
    align-self: center;
}

.dpe-info-col .dpe-value {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.dpe-info-col .dpe-unit {
    font-size: 7px;
    color: #111;
    font-weight: 400;
}



.bien-detail-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
   
    width: 50%;
}

.carousel-main {
    position: relative;
    overflow: hidden;
}

.carousel-image {
    object-fit: cover;
    display: none;
}

.carousel-image.active {
    display: block;
}

.carousel-btn {
    position: absolute;
    background: none;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    z-index: 2;
}

.carousel-btn.prev {
    left: 18px;
}

.carousel-btn.next {
    right: 18px;
}

.carousel-thumbnails {
    display: flex;
    gap: 23px;
    margin-top: 25px;
    justify-content: center;
}

.carousel-thumb {
    width: 134px;
    height: 146px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
}

.bien-contact-card {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 40px 64px 0px rgba(28, 28, 37, 0.08);
    margin-top: 100px;
    padding: 90px 30px 24px 30px;
    display: flex;
    flex-direction: column;
}

.contact-agent-img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.bien-contact-card h3 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
}

.bien-contact-card h4 {
    color: #1E3E67;
    font-size: 22px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin: 0;
}

.bien-contact-card p {
    color: #1E3E67;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    margin-top: 0;
}

.contact-text p {
    color: #101010;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin: auto;
}

.contact-text p strong {
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.bien-contact-card .contact-form {
    display: flex;
    flex-direction: column;
    border: 1px solid #EDEEF3;
    border-radius: 8px;
    margin-top: 50px;
    gap: 19px;
}

.bien-contact-card .form-row {
    display: flex;
    gap: 19px;
}

.bien-contact-card input[type="text"],
.bien-contact-card input[type="email"],
.bien-contact-card input[type="tel"],
.bien-contact-card input[type="message"] {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #EDEEF3;
    border-radius: 70px;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
}

.bien-contact-card textarea {
    border: 1px solid #EDEEF3;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 300;
    line-height: 26px;
    min-height: 190px;
    resize: vertical;
}

.bien-contact-card .checkbox-row label {
    font-size: 12px;
    color: #1E3E67;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bien-contact-card input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 2px;
    accent-color: #E50B4C;
    margin-right: 10px;
}

.bien-contact-card .form-submit-row {
    justify-content: flex-end;
    display: flex;
}

.bien-contact-card button[type="submit"] {
    border: none;
    border-radius: 60px;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.biens-list-section.detail {
    /*
    margin-top: -130px;
    padding-top: 190px;
    */
}


.closerespo{
    display: none;
}
.burger {
    display: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid #E50B4C;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 40000;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background-color: #FFF;
}
.burger span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #E50B4C;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}
.burger span:nth-child(2) {
  top:22px;
  
}
.burger span:nth-child(3) {
  top: 27px;
}




    .displayMobile{
        display: none;
    }

@media screen and (max-width: 1400px) and (min-width: 1000px) {
    /* Tes styles ici */
    .containerIn {
        width: 1000px;
        margin: auto;
       
       
    }
    .header-bottom a{
        font-size: 14px;
    }
    .header-bottom .menu-list a {
  
        margin-left: 20px;
    }
    .presentation{
        padding: 30px;
    }
    .avantages{
        padding: 30px;
    }
    .carousel-controls{
        margin-left: 170px;
    }
    .achetez-esprit-tranquille {
        padding: 70px 30px;
    }
    .la-copropriete .text-section {
        text-align: left;
        margin: 0px 0 0 30px;
        /*width: auto;*/
    }
    .la-copropriete .middle-section{
        margin-top: -35px;
    }
    .la-copropriete .bottom-section {
        padding: 77px 95px;
    }
    .la-copropriete .bottom-section .text-section a{
      
    }
    .parrainage{
        padding: 100px;
    }
    .achetez-section{
        padding: 0 60px;
    }
    .first .first-top{
        gap: 30px;
    }
    .first .first-bottom .item:nth-child(2) {
        position: absolute;
        background: #F5A927;
        color: #FFF;
        width: 230px;
        border-radius: 8px;
        padding: 0 45px 30px 45px;
        top: 30px;
        left: 640px;
    }
    .first .first-bottom .item:nth-child(3) {
        top: 300px;
    }


}
/* Mobile portrait */
@media screen and (max-width: 1000px) {
.burger {
    display: block;
}
    .displayMobile{
        display: block;
    }
    .sticky {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 300px;
        z-index: 9999;
        overflow: hidden;
        left: -1000px;
    }
    .closerespo {
        width: 40px;
        height: 40px;
        right: 30px;
        top: 30px;
        position: fixed;
        z-index: 9999;
    }
    .closerespo span {
        top: 20px;
        position: absolute;
        height: 2px;
        width: 40px;
        background-color: white;
        transform: rotate(45deg);
    }
 .closerespo span:nth-child(1) {
    transform: rotate(-45deg);
}
.on {
    left: 0px !important;
    transition: all 0.5s;
}
.bg-respo {
    display: none;
   
    height: 100vh;
    width: 100%;
    z-index: 2;
    opacity: 0;
  
    background-color: rgba(221, 38, 86, 0.6);
    transition: all 1s;
    position: fixed;
    top: 0;
}
.header-bottom {
    display: block;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 1000;
    top: 0;
    background-color: #FFF;
}
.header-bottom .menu-list {
    /* line-height: 50px; */
    height: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 20px 0 50px
}
.header-bottom .back-link {
    color: #E50B4C;
    border-bottom: #E50B4C 1.88px solid;
    padding-bottom: 2px;
    height: 40px;
    /* background: red; */
    display: block;
    line-height: 40px;
    font-size: 12px;
    padding: 3px 40px;
}
.header-bottom .back-link img {
    margin-right: 10px;
    position: absolute;
    margin: 0;
    top: 17px;
    left: 15px;
}
.btnMobileBottom{
   
}
.btn-mobile-btn {
         display: block;
        border-radius: 60px;
        background: #E50B4C;
        border: 1px solid #E50B4C;
        height: 41px;
        line-height: 41px !important;
        width: 90%;
        margin: 10px auto;
        color: #FFF !important;
        border: navajowhite;
        text-align: center;
        font-size: 14px !important;
}
.logoMobile{
        padding: 20px;
        width: 100%;
        margin: auto;
        text-align: center;
        box-sizing: border-box;
}
.logoMobile img{
   width: 100%;
}
.btn-yellow{
    background: #FFB800;
}

.menu_lvl{
    display: none;
    opacity: 0;
}
.menu_lvl:hover{
    display: none !important;
}
.row {
    max-width: 100%;
    width: 100%;
    padding: 25px;
    overflow: hidden;
}
.containerIn {
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.header-top  {
display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 11px 15px;
}
.header-top .menus {
    display: flex;
    align-items: center;
    display: none;
}
.header-top .logo img{
    width: 200px;
}


.presentation {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    align-content: center;
}
.presentation .text-section {
    width: 100%;
}
.presentation .text-section p {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    width: 100%;
}
.presentation .image-section{
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}
.presentation .image-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.avantages {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    align-content: center;
    padding: 10px 0px 30px;
}
.avantages .avantage-item{
    width: calc(100% - 32px);
}
.engagements-row {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50px;
    overflow: hidden;
}
.engagements-title h2{
    text-align: center;
}
.engagements {
    position: relative;
    left: auto;
    right: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}
.engagements-left {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    align-items: center;
}
.engagements-image {
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.engagements-carousel {
    right: 0;
    left: auto;
    width: 100%;
    background: #E50B4C;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: -140px;
    z-index: 1;
}
.engagements-carousel:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    right: -20px;
    bottom: 0;
    background-color: #E50B4C;
    z-index: 1;
}
.carousel-items{
    z-index: 9;
    overflow: hidden;
}
.carousel-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 41.5px;
    margin: 30px auto;
    z-index: 9;
}
.achetez-esprit-tranquille {
    padding: 0;
}
.achetez-esprit-tranquille .text-section {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    text-align: center;
}
.achetez-esprit-tranquille .top-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 20px;
}
.achetez-esprit-tranquille .image-section {
    height: 300px;
    border-radius: 10px;
    
    width: 100%;
    margin-top: 20px;
    display: flex;
    display: flex;
        align-items: center;
        flex-direction: column;
}
.achetez-esprit-tranquille .image-section img {
    height: auto;
    width: 120%;

}
.carousel-items{
    margin-left: 0px;
}
.zoomImage img{
    display: none;
}
.carousel-item {
    flex: 0 0 auto;
    width: 90%;
    height: 440px;
   
    border-radius: 10px;
    padding: 52px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 5%;
}
.achetez-esprit-tranquille .bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -165px;
    gap: 35px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.achetez-esprit-tranquille .info-item {
    width: calc(100% - 50px);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    position: relative;
}
.condition_revente {
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    position: absolute;
    bottom: -26px;
    left: 0px;
}
.wrap_btn_achat{
margin: 60px auto 60px auto;
padding: initial;
}
.fix_bien_brs{
    margin-top: 60px;
}
.la-copropriete .top-section {
    display: flex;
    flex-direction: column-reverse;
}

.la-copropriete .text-section {
    text-align: left;
    margin: 0;
    width: 100%;
    margin-bottom: 0px;
}
.la-copropriete .middle-section {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-right: initial;
    margin-top: auto;
    position: relative;
    z-index: 10;
    align-items: center;
    margin-top: 45px;
}
.la-copropriete .info-item {
    width: 100%;
    border-radius: 8px;
    background: #E50B4C;
    color: #FFF;
}
.la-copropriete .bottom-section {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    align-items: center;
}
.la-copropriete .bottom-section .text-section{
    width: 100%;
    margin: 20px 0 60px;
}

.la-copropriete .bottom-section .text-section a {
    display: flex;
    border: none;
    text-decoration: none;
    padding: 10px 30px;
    line-height: 1;
    align-items: center;
    gap: 20px;
    border-radius: 7px;
    background: #E50B4C;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.la-copropriete .bottom-section .text-section a svg{
    width: 70px;
    height: 50px;
  
}

.la-copropriete .bottom-section .image-section-1 {
    position: absolute;
    bottom: 35px;
    right: 10px;
    left: auto;
}

.la-copropriete .bottom-section .image-section-1 img {
    width: 160px;
}

.bottom-section .image-section-2{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.bottom-section .image-section-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}   




.parrainage {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
}
.parrainage .text-section {
    width: 100%;
}

.parrainage .image-section {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    flex: auto;
        margin: 120px 0 100px;
}
.parrainage .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parrainage .parrainage-right img.animate {
    animation: rotateInCurveText 2s cubic-bezier(0.77,0,0.175,1) 1;
    opacity: 1;
    width: 100%;
    object-fit: none;
    margin-top: -80px;
}

.achetez-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    flex-wrap: nowrap;
    align-content: center;
}
.achetez-section .achetez-left {
position: relative;
}
.achetez-section .achetez-left .text-section {
    width: 100%;
    margin-top: 30px;
}
.achetez-section .achetez-left img {
   position: absolute;
   top: 27px;
        left: 12px;
}
.achetez-section .achetez-left .text-section h2 {
   
    padding-left: 70px;
}

.achetez-right{
    position: relative;
    width: 100%;
}
.achetez-section .achetez-right {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.achetez-section .achetez-right img{
width: 100%;
}
.achetez-section .achetez-right .chemin-image{
    display: none;
}
.first .first-top {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.firstandsecond {
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    background-color: #F5F5F5;
    flex-direction: column;
}

.rowGris{
    background-color: #f5f5f5;
    overflow: hidden;
    position: initial;
}
.rowGris::after{
    position: absolute;
    content: "";
    background-color: #FFF;
    height: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}
.first .first-top .right-content{
    width: 100%;
}

.first .first-bottom {
    position: relative;
    height: auto;
}

.first .first-top img {
    width: 130%;
}
.first .first-bottom .item:first-child {
    position: relative;
    background: #E50B4C;
    color: #FFF;
    width: 100%;
    border-radius: 8px;
    padding: 35px 40px;
    left: 0;
    top: -30px;
    margin: 0;
    box-sizing: border-box;
}
.first .first-bottom .item:first-child h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}

.first .first-bottom .item:first-child button {
    display: flex;
    border: none;
    margin-left: 30px;
    padding: 15px 30px;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    background: #FFF;
    color: #E50B4C;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    margin: 23px 0 0 0;
}
.first .first-bottom .item:nth-child(2) {
    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 35px 40px;
    left: 0;
    top: 0px;
    margin: 0;
    box-sizing: border-box;
}
.first .first-bottom .item:nth-child(2) h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}
.first .first-bottom .item:nth-child(3) {
    position: relative;
    width: 100%;
    border-radius: 8px;
    padding: 35px 40px;
    left: 0;
    top: 30px;
    margin: 0;
    box-sizing: border-box;
}
.first .first-bottom .item:nth-child(3) h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
}
.second .second-top {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}


.second .second-top .left-content{
    width: 100%;
}

.second .second-top .left-content h3{
    margin-bottom: 30px;
}
.right-image {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
    }

.right-image img{
    width: 125%;
}
.second .second-bottom .item-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.second .second-bottom .item {
    position: relative;
    background: #F5A927;
    color: #FFF;
    width: 100%;
    border-radius: 8px;
    padding: 16px 45px 10px 45px;
    top: -60px;
    left: 0;
    transform: none;
    box-sizing: border-box;
    z-index: 9;
}
.second .second-bottom .item h3{
    margin: 10px 0px;
}
.item-left{
    width: 100%;
}
.item-right{
    width: 100%;
}

.third {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 60px;
}

.third-top {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.third-top .right-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
}
.third-top .right-content h3{
    margin-bottom: 10px;
}
.third-top .right-content p {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    margin-bottom: 0;
}
.third-top img{
    margin-top: 30px;
    width: 125%;
}
.third-bottom .item {
    position: relative;
    background: #F5A927;
    color: #FFF;
    border-radius: 8px;
    padding: 10px 45px 10px 45px;
    width: 100%;
    height: auto;
    top: -60px;
    left: 0;
    box-sizing: border-box;
}

.third-bottom .item-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.fourth {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 0px;
    
}

.fourth .fourth-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
    margin-top: 0px;
}
.fourth .fourth-middle .item {
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 21px rgba(27, 30, 35, 0.07);
    width: 100%;
    border-radius: 8px;
    padding: 30px 34px;
    z-index: 1;
    box-sizing: border-box;
}
.fourth .fourth-top {
    width: 100%;
    margin-bottom: 80px;
}
.fourth .fourth-bottom {
    margin-top: 0;
    padding: 0;
    background: #FFF;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}
.fourth .fourth-bottom .image-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.fourth .fourth-bottom .image-section img{
    width: 125%;
}
.fourth .fourth-bottom .image-section .text-section {
    width: 100%;
    margin: 0;
}
.fourth .fourth-bottom .item-group {
    position: relative;
    display: flex;
    flex-direction: column;
    top: -40px;
    right: 0;
    gap: 30px;
    box-sizing: border-box;
    width: 100%;
}
.fourth .fourth-bottom .item-group .item-left {
    position: relative;
    background: #E50B4C;
    color: #FFF;
    width: 100%;
    border-radius: 8px;
    padding: 0 45px 10px 45px;
    box-sizing: border-box;
}
.fourth .fourth-bottom .item-group .item-right {
    position: relative;
    background: #1E3E67;
    color: #FFF;
    width: 340px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 45px 10px 45px;
    width: 100%;
}
.fifth {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.fifth-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.right-image {
    margin-top: 25px;
}


.fifth .item-group-fifth {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 30px;
}
.fifth .item-group-fifth .items-left .item-top {
    background: #E50B4C;
    color: #FFF;
    width: 100%;
    border-radius: 8px;
    padding: 25px 45px;
    box-sizing: border-box;
    margin-top: -40px;
}
.fifth .item-group-fifth .items-left .item-bottom {
    background: #1E3E67;
    color: #FFF;
    width: 410px;
    border-radius: 8px;
    padding: 25px 45px;
    width: 100%;
    box-sizing: border-box;
}
.chemin-image.chemin-6{
    display: none;
}
.fifth .item-group-fifth .item-right {
    background: #F5A927;
    color: #FFF;
    /* min-width: 100%; */
    border-radius: 8px;
    padding: 25px 45px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.sixth {
    display: flex;
        flex-direction: column;
        position: relative;
        padding: 0;
        margin-top: 0;
        z-index: 1;
       
        box-sizing: border-box;
}
.sixth .text-section {
    position: relative;
    width: 100%;
    top: 15px;
    left: 0;
}

.btn-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}


.fix_bien_commerciale {
    margin: 0;
    margin-top: 15px;
    justify-content: left;
}
.biens-list-titleV2{
    line-height: 32px;
}
.biens-list-subtitleV2{
    font-size: 19px;
}
.biens-list-subtitleV2 br{
    display: none;
}

    #close_contact_query {
        position: fixed !important;
        z-index: 999;
        top: 0;
        background: #e50c4c;
        color: #FFF;
        border: 0;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        right: 10px;
        top: 10px;
        text-align: center;
        margin: auto;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .close-btn:hover {
  background: #e33;
}
.close-btn span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: white;
  border-radius: 1px;
}
.close-btn span:first-child {
  transform: rotate(45deg);
}
.close-btn span:last-child {
  transform: rotate(-45deg);
}


.show_btn_query{
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0px;
    right: 0px;
    z-index: 99;
    text-align: center;
    margin: auto;
}
.show_btn_query button{
    padding: 10px 30px;
    border-radius: 0;
    background: #E50B4C;
    border: 1px solid #E50B4C;
    height: 50px;
   
    color: #FFF !important;
    /* border: navajowhite; */
    text-align: center;
    font-size: 20px ;
    border-radius: 50px;
    margin: auto;
    text-transform: uppercase;
}

.sixth img{
        position: absolute;
        left: -260px;
        right: 0;
        top: -10px;
}
.sixth .text-section .text-content {
    width: 100%;
    background: rgba(19, 31, 32, 0.24);
    padding: 18px 32px;
    border-radius: 10px;
    box-sizing: border-box;
}

.search-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    border-radius: 15px;
    gap: 60px;
}

.search-left {
    display: flex;
    position: relative;
    padding-top: 0;
    gap: 25px;
    flex-direction: column;
}
.search-left .text-section {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.text-content{
    position: relative;
}
.search-left h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    padding-left: 60px;
}
.text-section{
    position: relative;
}
.text-section img{
    position: absolute;
    top: 11px;
    left: 4px;
}

.text-section li img{
    top: 8px;
}
.la-copropriete .bottom-section .text-section li{
    padding-left: 20px;
}
.search-form {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #FFF;
    top: 0;
    width: 100%;
    padding-right: 0;
    gap: 25px;
}
.form-row {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.search-right {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.search-right img{
    width: 100%;
    
} 

.biens-list-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.bien-item {
   
    width: 100%;
    
}
.bien-item .bien {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bien-info-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    gap: 10px;
}

.bien-search-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}
.bien-lieu {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    width: 100%;
    flex-direction: row;
}
.bien-prix {
    display: flex;
    align-items: center;
    gap: 7px;
    text-align: left;
    color: #E50B4C;
    font-size: 13px;
    flex-direction: row;
    width: 100%;
}
.bien-distance-tag {

    margin-top: 14px;
}

.bien-detail-section {
    display: flex;
    padding: 0;
    flex-direction: column-reverse;
}
.bien-detail-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.bien-contact-card{
    display: none ;
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0px;
    top: -20px;
    margin-top: -40px !important;
    z-index: 99;
}
.bien-contact-card h3 {
    font-size: 25px;
    margin-bottom: 5px;
}
.bien-contact-card h4 {
    font-size: 18px;
}
.bien-contact-card p{
    font-size: 14px;
}
.bien-contact-card .contact-form {
    border: 1px solid #EDEEF3;
    border-radius: 8px;
    margin-top: 10px;
    gap: 4px;
}
.bien-contact-card textarea{
    min-height: 100px;
    height: 100px;
}
.bien-contact-card .checkbox-row label{
    font-size: 10px;
    margin-bottom: 5px;
}
.bien-detail-left {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 30px;
}
.bien-detail-section .bien-prix {
    position: relative;
    color: #E50B4C;
    margin-bottom: 14px;
    font-size: 21px;
    padding-left: 50px;
}
.bien-detail-section .bien-prix img {
    position: absolute;
    height: 26px;
    top: -3px;
    left: 0px;
}
.equipements article {
    width: calc(33% - 20px);
}

.dpe-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    margin: 0 0 0 30px;
    letter-spacing: -0.5px;
}
.lSSlideOuter .lSPager.lSGallery li{
    height: 60px;
    border-radius: 10px !important;
}
.aides-prets-section {
    position: relative;
    padding: 0;
}

.aides-prets-top {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}


.aides-prets-right {
    width: 100%;
    box-sizing: border-box;
}
.aides-prets-right img{
    width: 100%;
}

.aides-prets-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
    align-items: flex-start;
    position: relative;
}
.aides-prets-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.aides-prets-content h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 20px 0;
    padding-left: 50px;
}
.aides-prets-content .subtitle {
    color: #E50B4C;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 10px 0;
}
.aides-prets-left img {
    position: absolute;
    margin-top: 5px;
}
.aides-prets-bg {
    position: absolute;
    top: 660px;
    left: -20px;
    right: -20px;
    height: 470px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #1E3E67;
}


    .aides-prets-bottom {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        justify-content: space-between;
        padding: 0;
        position: relative;
        z-index: 2;
        margin-top: 80px;
    }
.aides-prets-bottom-left {
width: 100%;
margin-top: 30px;
}
.aides-prets-bottom-left img {
width: 100%;
}

.ptz-section {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
.ptz-item {
    position: relative;
    background: #E50B4C;
    border-radius: 8px;
    padding: 20px;
}

.ptz-item button{
    position: relative;
}
.ptz-right {
    flex: 1;
    max-width: 100%;
    width: 100%;
}
.faq-question p {
    width: 90%;
}
.anru-section {
    padding: 0;
    background: #F5F5F5;
    position: relative;
    height: auto;
}
.anru-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0px;
}
.anru-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.anru-image img {
    width: 100%;
    
   
}
.anru-content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
}
.anru-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}
.anru-bottom-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.anru-item .button {
    display: flex
;
    position: relative;
    align-items: center;
    background: #FFF;
    color: #E50B4C;
    border: none;
    bottom: 0;
    border-radius: 7px;
    padding: 15px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    gap: 10px;
    text-decoration: none;
}


.anru-item {
    position: relative;
    top: 0;
    right: 0;
    background: #F5A927;
    color: #FFF;
    border-radius: 10px;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
}
.partenaires-section {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    gap: 30px;
}

.partenaires-right{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.partenaires-right img{
    width: 100%;   
}
.partenaires-left {
    position: relative;
    margin-top: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.partenaires-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.partenaires-top img{
    position: absolute;
}
.partenaires-text-content h2 {
    color: #E50B4C;
    font-size: 35px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    padding-left: 70px;
}
.partenaires-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0;
    gap: 16px;
}
.partenaire-item {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 35px 22px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.partenaires-bottom-text {
    margin: 0;
}

.partenaire2-section {
    position: relative;
    padding: 0;
}
.partenaire2-top {
    display: flex
;
    flex-direction: column;
    align-items: start;
    position: relative;
}
.partenaire2-img{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.partenaire2-img img{
    width: 100%;
    
}
.partenaire2-content {
    display: flex
;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
}
.partenaire2-items {
    position: relative;
    display: flex
;
    flex-direction: column;
    top: 0;
    right: 0;
    gap: 16px;
}
.partenaire2-content h2{
    margin-bottom: 0px;
}
.partenaire2-item {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 21px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.partenaire2-item p br{
    display: none;
}
.partenaire2-absolute-item {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: #F5A927;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: -1;
    gap: 12px;
    box-sizing: border-box;
}
.partenaire2-absolute-item .text-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    flex: 1;
}
.partenaire2-bottom {
    position: relative;
    margin-top: 15px;
}

.partenaire2-absolute-item p {
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
    line-height: 128%;
    margin: 0;
    padding-left: 40px;
}
.partenaire2-bottom-text {
    color: rgba(229, 11, 76, 0.50);
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 128%;
    margin-top: 20px;
    margin-left: 0;
}

.contact-section {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: #F5F5F5;
}

.contact-left {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 0px;
}
.contact-illu {
    margin-top: 0px;
    margin-bottom: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.contact-info-text h2 img {
    width: 32px;
    left: 6px;
    top: 2px;
}
.contact-info-text h2 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    position: relative;
    padding-left: 60px;
}

.contact-info-text .subtitle {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-left: 60px;
}

.contact-info-text .subtitle img {
    width: 40px;
    top: 0px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    height: min-content;
    background: #FFF;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
}
.hexagon{
    display: none;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="message"]
 {
    /*
    padding: 14px 16px;
    border: 1px solid #D5D5D5;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
    color: #363944;
    margin-bottom: 0;
    box-sizing: border-box;
    */

    
    padding: 14px 16px;
    border: 1px solid #D5D5D5;
    border-radius: 60px;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    width: 100%;
    color: #363944;
    margin-bottom: 0;
    box-sizing: border-box;
    


}
.contact-faq-section {
    padding: 0;
}
.contact-faq-text h2 {
    color: #E50B4C;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.7px;
    margin: 0;
}
.contact-faq-list .faq-question p{
    font-size: 16px;
}
.contact-faq-text .subtitle {
    color: #1E3E67;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.56px;
    margin: 0;
}
footer {
   
    padding: 15px;
}

footer .footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
footer .footer-left .certification-section {
    display: block;
    margin-top: 17px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
footer .scroll-to-top {
    position: absolute;
    position: fixed;
    /* top: -30px; */
    bottom: 236px;
    right: 23px;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
 
    overflow: hidden;
}
footer .scroll-to-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


footer .footer-right {
    text-align: left;
    width: 100%;
  
    margin: 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-right p{
    margin: 20px 0 0 ;
}
footer .footer-right .button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
}
footer .footer-right .button-group .primary-btn {
    width: 100%;
}
footer .footer-right .button-group .secondary-btn {
    width: 100%;
}

}