* {
    box-sizing: border-box;
}

/* Start Custom Fonts CSS */
@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('./fonts/LibreFranklin-Light.eot');
    src: url('./fonts/LibreFranklin-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreFranklin-Light.woff2') format('woff2'),
        url('./fonts/LibreFranklin-Light.woff') format('woff'),
        url('./fonts/LibreFranklin-Light.ttf') format('truetype'),
        url('./fonts/LibreFranklin-Light.svg#LibreFranklin') format('svg');
}

@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('./fonts/LibreFranklin-Regular.eot');
    src: url('./fonts/LibreFranklin-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreFranklin-Regular.woff2') format('woff2'),
        url('./fonts/LibreFranklin-Regular.woff') format('woff'),
        url('./fonts/LibreFranklin-Regular.ttf') format('truetype'),
        url('./fonts/LibreFranklin-Regular.svg#LibreFranklin') format('svg');
}

@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('./fonts/LibreFranklin-Medium.eot');
    src: url('./fonts/LibreFranklin-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreFranklin-Medium.woff2') format('woff2'),
        url('./fonts/LibreFranklin-Medium.woff') format('woff'),
        url('./fonts/LibreFranklin-Medium.ttf') format('truetype'),
        url('./fonts/LibreFranklin-Medium.svg#LibreFranklin') format('svg');
}

@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('./fonts/LibreFranklin-SemiBold.eot');
    src: url('./fonts/LibreFranklin-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreFranklin-SemiBold.woff2') format('woff2'),
        url('./fonts/LibreFranklin-SemiBold.woff') format('woff'),
        url('./fonts/LibreFranklin-SemiBold.ttf') format('truetype'),
        url('./fonts/LibreFranklin-SemiBold.svg#LibreFranklin') format('svg');
}

@font-face {
    font-family: 'LibreFranklin';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url('./fonts/LibreFranklin-Bold.eot');
    src: url('./fonts/LibreFranklin-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/LibreFranklin-Bold.woff2') format('woff2'),
        url('./fonts/LibreFranklin-Bold.woff') format('woff'),
        url('./fonts/LibreFranklin-Bold.ttf') format('truetype'),
        url('./fonts/LibreFranklin-Bold.svg#LibreFranklin') format('svg');
}

html {
    font-size: 10px;
    font-family: 'LibreFranklin', sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3 {
    margin: 0
}

img {
    max-width: 100%;
}


.lf {
    font-family: 'Libre Franklin', sans-serif;
}

button {
    cursor: pointer;
}

.white {
    color: #ffffff;
}

.gray {
    color: #484747;
}

.violet {
    color: #ba2986;
}

.darkgray {
    color: #484747;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #575756;
}

.bg-lightgray {
    background-color: #F2F2F2;
}

.bg-violet {
    background: #BA2986 0% 0% no-repeat padding-box;
}

.bg-lightviolet {
    background-color: #f8ebf3;
}

.container.axanis {
    height: 36px;
    position: relative;
    font-size: 1.3em;
    font-weight: 700;
    text-align: right;
    padding: 10px 170px;
}

.container.axanis .access {
    background: transparent url(/aquitanisvente/img/picto-access.svg) no-repeat;
    background-size: 20px 20px;
    display: block;
    padding: 3px 0 0px 25px;
}


.container.axanis a {
    padding: 3px 10px;
    width: 71px;
    height: 22px;
    display: inline-block;
    text-align: center;
}

.container.aquitanisvente {
    height: 140px;
    padding: 30px 0;
    position: relative;
}

.container.aquitanisvente .logo {
    position: absolute;
    top: 35px;
    left: 160px;
    width: 333px;
    height: 81px;
}

.container.aquitanisvente .icon {
    position: absolute;
    top: 40px;
    height: 55px;
    border: 1px solid #BA2986;
    border-radius: 4px;
    opacity: 1;
    color: #484747;
    font-size: 2em;
    display: block;
    font-weight: 500;
}

.container.aquitanisvente .icon:hover {
    background: #BA2986;
    color: #FFFFFF;
}

.container.aquitanisvente .icon-alert {
    right: 595px;
    width: 55px;
    background: #fff url(/aquitanisvente/img/icon-alert.svg) no-repeat center center;
}

.container.aquitanisvente .icon-alert:hover {
    background: #BA2986 url(/aquitanisvente/img/icon-alert-white.svg) no-repeat center center;
}

.container.aquitanisvente .icon-search {
    right: 522px;
    width: 55px;
    background: #fff url(/aquitanisvente/img/icon-search.svg) no-repeat center center;
}

.container.aquitanisvente .icon-search:hover {
    background: #BA2986 url(/aquitanisvente/img/icon-search-white.svg) no-repeat center center;
}

.container.aquitanisvente .icon-contact {
    right: 360px;
    width: 146px;
    background: #fff url(/aquitanisvente/img/icon-contact.svg) no-repeat 10px center;
    padding: 15px 0 0 54px;
}

.container.aquitanisvente .icon-contact:hover {
    background: #BA2986 url(/aquitanisvente/img/icon-contact-white.svg) no-repeat 10px center;
}

.container.aquitanisvente .icon-newsletter {
    right: 170px;
    width: 173px;
    background: #fff url(/aquitanisvente/img/icon-newsletter.svg) no-repeat 10px center;
    padding: 15px 0 0 54px;
}

.container.aquitanisvente .icon-newsletter:hover {
    background: #BA2986 url(/aquitanisvente/img/icon-newsletter-white.svg) no-repeat 10px center;
}

.error {
    border: 1px solid #c95959 !important;
}

label.error {
    display: none !important;
}

.btn {
    border-radius: 2px;
    opacity: 1;
    cursor: pointer;
}

.row {
    width: 100%;
    position: relative;
}

.container {
    position: relative;
    max-width: 1280px;
    width: 1280px;
    margin: 0 auto;
    /* border: 1px solid red; TODO */

}

.center {
    text-align: center !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nofloat {
    clear: both;
}

.col {
    position: relative;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-6 {
    width: 50%;
}


#menu,
.niv0,
.niv1 {
    list-style: none;
}

#menu {
    padding: 0 0 0 180px;
}

.menu {
    height: 50px;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
}


.menu .niv0 {
    margin: 0;
    position: relative;
    height: 50px;
    padding: 17px 40px;
    z-index: 200;
}

.menu .niv0:hover,
.menu .niv0.selected,
.menu .niv0.extra:hover {
    background: #BA2986;
}

.menu .niv1 {
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 0;
    width: inherit;
    z-index: 200;
    display: none;
    text-transform: none;
    background: #BA2986;
}

.menu .niv0:hover .niv1 {
    display: block;
}

.menu .niv1 .ssniv0 {
    margin: 0;
    min-height: 30px;
    padding: 10px 28px;
    width: inherit;
}

.menu .niv1 .ssniv0:hover {
    background: #7a215a;
}

.breadcrumb .container {
    padding: 30px 0 30px 160px;
    font-size: 1.6em;
    font-weight: 600;
    background: #FFFFFF;
}

.breadcrumb span {
    background: url("/aquitanisvente/img/chevron2-violet-right.svg") no-repeat center center;
    display: inline-block;
    width: 15px;
}


.news {
    height: 510px;
    margin: 0px;
    position: relative;
    /* border-bottom: 1px solid #BA2986; */
    background: #BA2986;
}

.news .container.flexslider {
    position: relative;
    width: 1024px;
    height: 510px;
    border: none !important;
}

.news .flexslider .bg-white {
    width: 50%;
    height: 510px;
}

.news .flexslider .illus {
    height: 360px;
    cursor: pointer;
    border-top-left-radius: 170px;
    margin: 50px 0 0 70px;
}

.news .flexslider .content {
    float: left;
    height: 510px;
    width: 50%;
    padding: 0;
}

.news .flexslider .content .data {
    padding: 90px 0 0 0;
    border-bottom-right-radius: 300px;
    width: 100%;
    height: 100%;
}

.news .flexslider .content .title {
    font-size: 3.6em;
    font-weight: bold;
    margin: 0 0 15px 40px;
    max-width: 400px;
    width: 400px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .flexslider .content .chapo {
    font-size: 1.6em;
    color: #5A5A59;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 15px 40px;
    width: 400px;
    max-width: 400px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .flexslider .content .more {
    display: block;
    margin: 0 0 0 40px;
    height: 43px;
    border: 1px solid #BA2986;
    border-radius: 2px;
    font-size: 1.5em;
    font-weight: 500;
    background: #BA2986 url('/aquitanisvente/img/arrow-white.svg') no-repeat 90% center;
    background-size: 27px 12px;
    padding: 13px 0px 10px 20px;
    width: 170px;
    text-align: left;
    position: absolute;
    bottom: 140px;
}

.news .flexslider .content .more:hover {
    background: #FFFFFF url('/aquitanisvente/img/arrow-violet.svg') no-repeat 90% center;
    background-size: 27px 12px;
    color: #BA2986 !important;
}

.flex-control-nav {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 220px;
    margin-left: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-control-paging li a.flex-active {
    background: #BA2986;
    cursor: default;
}

.flex-control-paging li a {
    background-color: #CCCACA;
}

.flex-control-paging li a:hover {
    background: #BA2986;
}



.recherche {
    height: 230px;
    margin: 0px 0 20px 0;
    position: relative;
}

.recherche .container {
    position: relative;
    padding: 63px 160px 55px 160px;
}

.recherche .container .form-inline img {
    margin: -11px 20px 0 0;
}

.recherche.interne {
    height: 130px;
    margin: 0px 0 20px 0;
    position: relative;
}

.recherche.interne .container form .form-group {
    width: 28%;
    margin: 0 3% 0 0;
}

.recherche.interne .container form .btn {
    width: 25%;
}

.recherche .container h1 {
    font-size: 3.2em;
    font-weight: bold;
    margin: 0 0 20px 0;
    background: url(/aquitanisvente/img/icon-logement.svg) no-repeat 400px top;
    padding: 18px 60px 0 0;
    height: 60px;
}

.recherche .container form .form-group {
    width: 28%;
    margin: 0 5% 0 0;
}

.recherche .container form .form-group select {
    width: 100%;
    height: 40px;
    font-size: 1.6em;
    font-weight: 700;
    padding: 0 40px 0 20px;
    border-radius: 2px;
    border: 1px solid #BA2986;
    background-color: #FFFFFF;
    color: #BA2986;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('/aquitanisvente/img/chevron-violet-bottom-2.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.recherche .container form .btn {
    width: 28%;
    height: 40px;
}

.localize.interne .container {
    padding: 20px 160px 40px 160px;
}

.localize.interne .container h1 {
    font-size: 2.1em;
    margin: 0;
    background: url(/aquitanisvente/img/icon-localize.svg) no-repeat 230px top;
    padding: 40px 60px 0 0;
    width: 35%;
}

.localize.interne .container a.open,
.localize.interne .container a.close {
    height: 30px;
    font-size: 1.6em;
    width: 60%;
    padding: 14px 10px 23px 20px;
}

.btn-simple-violet {
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    border: 1px solid #BA2986;
    background: #BA2986;
}

.btn-simple-violet:hover {
    color: #BA2986;
    background: #FFFFFF;
}

.btn-simple-white {
    color: #BA2986;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #BA2986;
    background: #FFFFFF;
}

.btn-simple-white:hover {
    color: #FFFFFF;
    background: #BA2986;
}

.downloadBtn {
    margin-right: 20px;
}


.btn-violet {
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #BA2986;
    background: #BA2986 url(/aquitanisvente/img/chevron-white-right.svg) no-repeat 90% center;
    text-align: left;
}


.btn-simple-violet {
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #BA2986;
    background: #BA2986;
    text-align: left;
}

.btn-xl {
    width: 330px;
    display: inline-block;
}


.btn-100 {
    width: 100%;
    margin-bottom: 30px;
}

.btn-l {
    width: 180px;
    display: inline-block;
}

.btn-violet:hover {
    background: #FFFFFF url(/aquitanisvente/img/chevron-violet-right.svg) no-repeat 90% center;
    background-size: 9px 16px;
    color: #BA2986 !important;
}

.btn-simple-violet:hover {
    background: #FFFFFF;
    color: #BA2986 !important;
}

.btn-back-white {
    color: #BA2986;
    border-radius: 2px;
    font-size: 1.6em;
    font-weight: 700;
    padding: 10px 10px 10px 70px;
    border: 1px solid #BA2986;
    background: #ffffff url(/aquitanisvente/img/back-violet.svg) no-repeat 15px center;
    text-align: right;
}

.btn-back-white:hover {
    background: #BA2986 url(/aquitanisvente/img/back-white.svg) no-repeat 15px center;
    color: #ffffff !important;
}

.back .container {
    padding: 40px 0 40px 160px;
}

.btn-white {
    color: #BA2986;
    border-radius: 2px;
    font-size: 1.6em;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #BA2986;
    background: #ffffff url(/aquitanisvente/img/arrow-violet-2.svg) no-repeat 90% center;
    text-align: left;
}

.btn-white:hover {
    background: #BA2986 url(/aquitanisvente/img/arrow-white.svg) no-repeat 90% center;
    color: #ffffff !important;
}

.localize {
    margin: 0px;
    position: relative;
}

.localize .container {
    position: relative;
    background: #FFFFFF;
    padding: 60px 160px 55px 160px;
}

.localize .container h1 {
    font-size: 3.2em;
    font-weight: bold;
    margin: 0 0 20px 0;
    background: url(/aquitanisvente/img/icon-localize.svg) no-repeat 330px top;
    padding: 25px 60px 0 0;
    height: 62px;
    display: inline-block;
    width: 50%;
}

.localize .container a.open {
    display: inline-block;
    width: 44%;
    height: 34px;
    font-size: 2.1em;
    font-weight: bold;
    background: url('/aquitanisvente/img/chevron-violet-bottom.svg') no-repeat 90% center;
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid #808080;
}

.localize .container a.open:hover {
    text-decoration: none;
}

.localize .container a.close {
    display: inline-block;
    width: 44%;
    height: 34px;
    font-size: 2.1em;
    font-weight: bold;
    background: url('/aquitanisvente/img/chevron-violet-up.svg') no-repeat 90% center;
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid #808080;
}

.localize .container a.close:hover {
    text-decoration: none;
}

.leaflet-container a {
    color: #BA2986;
}

#map {
    width: 100%;
    height: 490px;
    position: relative;
}

.leaflet-popup-content {
    font-size: 2em;
}

.leaflet-popup-content strong {
    font-size: 1.5em;
}

.une {
    height: 570px;
    margin: 0px;
    position: relative;
    background: #FAFAFA;
}

.une .container {
    position: relative;
    padding: 50px 150px;
}

.une .container h1 {
    font-size: 3.2em;
    font-weight: bold;
    margin: 0 0 20px 30px;
    display: inline-block;
}

.une .container button.all {
    height: 40px;
    font-size: 1.6em;
    font-weight: 700;
    background: #ffffff url('/aquitanisvente/img/icon-violet-view.svg') no-repeat 90% center;
    padding: 5px 65px 5px 30px;
    float: right;
    border: 1px solid #BA2986;
    border-radius: 2px;
    margin: 0 50px 0 0;
}

.une .container button.all:hover {
    background: #BA2986 url('/aquitanisvente/img/icon-white-view.svg') no-repeat 90% center;
    color: #FFFFFF !important;
}

.offres .offre {
    position: relative;
    float: left;
    width: 31%;
    height: 400px;
    margin: 0 2% 2% 0;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 30px #00000029;
}

.offres .offre .illus {
    height: 205px;
    width: 100%;
}

.offres .offre .illus:hover {
    cursor: pointer;
}

.offres .offre .illus .mention {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 25px;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    z-index: 1000;
}

.offres .offre .detail {
    padding: 20px 0px 20px 20px;
}

.offres .offre .detail .title {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limite à 2 lignes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Ajoute "..." si le contenu dépasse */
}

.offres .offre .detail .type {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.une.offres .offre .detail .type {
    margin: 0 0 30px 0;
}

.offres .offre .detail .price {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.offres .offre .detail .btn {
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 42px;
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.residenceListe .offres .offre {
    height: 400px;
}

.residenceListe .offres .offre .detail .btn {
    display: block;
    width: 52%;
    height: 42px;
    position: absolute;
    bottom: 20px;
    right: 27px;
}

.residenceListe {
    padding: 60px 0 0 0;
}

.residenceListe .offres {
    margin: 0 150px
}

.offres h3 {
    font-size: 2.1em;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.offres .warning {
    font-size: 1.6em;
    font-weight: bold;
    color: #794141;
    margin: 0 0 20px 0;
}

.residenceDetail .container {
    padding: 0 160px 20px 160px;
}

.residenceDetail .container .detail {
    border-top: 1px solid #CCCACA;
    padding: 40px 0 0 0;
}

.residenceDetail .brs {
    border-radius: 50%;
    border: 1px solid #BA2986;
    color: #BA2986;
    font-size: 3em;
    font-weight: bold;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.residenceDetail h1.title {
    font-size: 3em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.residenceDetail h2.subtitle {
    font-size: 2.2em;
    font-weight: normal;
    width: 90%;
    margin: 0 0 10px 0;
}

.residenceDetail h2.subtitle span {
    margin-right: 20px;
}

.residenceDetail .col1 {
    width: 685px;
    float: left;
    margin: 30px 0 0 0;
}

.residenceDetail .col2 {
    width: 255px;
    float: left;
    margin: 30px 0 0 20px;
}

.residenceDetail .illus {
    width: 100%;
    height: 450px;
}

.residenceDetail .vign {
    width: 126px;
    height: 84px;
    margin: 10px 10px 0 0;
    float: left;
}

.residenceDetail .desc {
    padding: 0 0 20px 0;
}

.residenceDetail .desc h3 {
    font-size: 2.1em;
    font-weight: bold;
    border-bottom: 1px solid #CCCACA;
    padding: 0 0 5px 20px;
}

.residenceDetail .desc h3.open {
    background: url('/aquitanisvente/img/chevron-violet-bottom.svg') no-repeat 95% center;
}

.residenceDetail .desc h3.close {
    background: url('/aquitanisvente/img/chevron-violet-up.svg') no-repeat 95% center;
}

.residenceDetail .desc p {
    padding: 0 30px 0 20px;
    font-size: 1.6em;
    font-weight: normal;
    color: #5A5A59;
    line-height: 1.5em;
}

.residenceDetail .desc p.limit {
    background: #e7bdd8;
    color: #BA2986;
    padding: 7px 0 7px 20px;
}


.residenceDetail .dpe {
    height: 375px;
    position: relative;
    font-size: 1.5em;
    color: #000000;
    font-weight: bold;
}

.residenceDetail .dpeReference {
    height: 360px;
    float: right;
}

.residenceDetail .dpe.dpe-A {
    background: url(/aquitanisvente/img/dpe-A.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-B {
    background: url(/aquitanisvente/img/dpe-B.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-C {
    background: url(/aquitanisvente/img/dpe-C.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-D {
    background: url(/aquitanisvente/img/dpe-D.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-E {
    background: url(/aquitanisvente/img/dpe-E.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-F {
    background: url(/aquitanisvente/img/dpe-F.svg) no-repeat left top;
}

.residenceDetail .dpe.dpe-G {
    background: url(/aquitanisvente/img/dpe-G.svg) no-repeat left top;
}

.residenceDetail .dpe .dpeValue {
    position: absolute;
    left: 15px;
}

.residenceDetail .dpe .gesValue {
    position: absolute;
    left: 77px;
}

.residenceDetail .dpe.dpe-A .dpeValue,
.residenceDetail .dpe.dpe-A .gesValue {
    top: 38px;
}

.residenceDetail .dpe.dpe-B .dpeValue,
.residenceDetail .dpe.dpe-B .gesValue {
    top: 87px;
}

.residenceDetail .dpe.dpe-C .dpeValue,
.residenceDetail .dpe.dpe-C .gesValue {
    top: 135px;
}

.residenceDetail .dpe.dpe-D .dpeValue,
.residenceDetail .dpe.dpe-D .gesValue {
    top: 183px;
}

.residenceDetail .dpe.dpe-E .dpeValue,
.residenceDetail .dpe.dpe-E .gesValue {
    top: 232px;
}

.residenceDetail .dpe.dpe-F .dpeValue,
.residenceDetail .dpe.dpe-F .gesValue {
    top: 281px;
}


.residenceDetail .lesPlus {
    padding: 30px 20px 20px 20px;
    border-bottom-right-radius: 80px;
    width: 100%;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.residenceDetail .lesPlus div {
    padding-left: 40px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}

.residenceDetail .savoirPlus {
    padding: 30px 20px 20px 20px;
    border-bottom-right-radius: 80px;
    width: 100%;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.residenceDetail .savoirPlus .title {
    font-size: 2.2em;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.residenceDetail .savoirPlus a {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 0 40px;
    display: block;
}

.residenceDetail .savoirPlus a.tel {
    background: url(/aquitanisvente/img/ico-tel-violet.svg) no-repeat left center;
    padding: 10px 0 10px 40px;
}

.residenceDetail .savoirPlus a.contact {
    background: url(/aquitanisvente/img/ico-contact-violet.svg) no-repeat left center;
    background-size: 25px 17px;
}

.residenceDetail .achat {
    background: url(/aquitanisvente/img/ico-achat-violet.svg) no-repeat left center;
    background-size: 25px 17px;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
}

.residenceDetail .visit {
    background: url(/aquitanisvente/img/ico-visit-violet.svg) no-repeat left center;
    background-size: 25px 17px;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
}

.btn2-violet {
    background: #BA2986 url(/aquitanisvente/img/arrow-white.svg) no-repeat 90% center;
}

.btn2-violet:hover {
    background: #FFFFFF url(/aquitanisvente/img/arrow-violet.svg) no-repeat 90% center;
}

.btn2.btn {
    width: 100%;
    margin: 0 0 30px 0;
}

.popup {
    background: white;
    padding: 60px 100px;
    min-width: 500px;
}

.popup .title {
    font-size: 2em;
    font-weight: bold;
    background: url(/aquitanisvente/img/ico-search-violet.svg) no-repeat left center;
    padding: 20px 0 15px 50px;
}

form .input,
form textarea,
.input-file {
    color: #BA2986;
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    border: none;
    font-size: 1.6em;
    border-bottom: 1px solid #CCCACA;
}

.input-file {
    border: none;
}

form .submit {
    color: #BA2986;
    width: 80%;
    padding: 5px 10px;
    border: none;
    font-size: 1.6em;
    border-bottom: 1px solid #CCCACA;
}

.results {
    margin: 20px 160px;
}

.results .count {
    font-size: 1.6em;
    font-weight: bold;
    color: #484747;
    padding: 30px 20px;
    background: #e7bdd8;
    margin: 0 0 20px 0;
}

.results .item {
    min-height: 100px;
    box-shadow: 0px 3px 30px #00000029;
    margin: 0 0 10px 0;
    position: relative;
}

.results .item .content {
    padding: 30px 0 0 30px;
    position: relative;
    height: 100%;
}

.results .item .content .title {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 10px 0;
    width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.results .item .content .chapo {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 10px 0;
    width: 70%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.results .item .more {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 20px;
    margin: 0;
    height: 43px;
    border: 1px solid #BA2986;
    border-radius: 2px;
    background: url(/aquitanisvente/img/arrow-violet.svg) no-repeat center center;
    background-size: 27px 12px;
    width: 75px;
}

.plus {
    margin: 0px;
    position: relative;
    background: #F2F2F2;
}

.plus .container {
    position: relative;

    padding: 50px 200px 60px 190px;
}

.plus .container h1 {
    font-size: 3.2em;
    font-weight: bold;
    margin: 0 0 40px;
}

.plus .container h1 img {
    vertical-align: bottom;
    width: 42px;
    height: 42px;
}

.plus .container .item {
    position: relative;
    float: left;
    width: 50%;
    height: 100px;
    margin: 0 0 20px 0;
}

.plus .container .item .illus {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.plus .container .item .content {
    display: inline-block;
    font-size: 1.8em;
    font-weight: 600;
    width: 300px;
    vertical-align: middle;
}

.social {
    position: relative;
}

.social .container {
    position: relative;
    background: #FFFFFF;
    padding: 40px 0px;
    text-align: center;
}

.social .container .instagram {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    background: url(/aquitanisvente/img/icon-instagram.svg) no-repeat center center;
    border: none;
}

.social .container .instagram:hover {
    background: url(/aquitanisvente/img/icon-instagram-hover.svg) no-repeat center center;
}

.social .container .facebook {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    background: url(/aquitanisvente/img/icon-facebook.svg) no-repeat center center;
    border: none;
}

.social .container .facebook:hover {
    background: url(/aquitanisvente/img/icon-facebook-hover.svg) no-repeat center center;
}

.footer {
    position: relative;
}

.footer .container {
    position: relative;
    background: #FFFFFF;
    padding: 30px 0px;
    text-align: left;
}

.footer .container .aquitanis {
    margin: 0;
    width: 60%;
    height: 90px;
    text-align: right;
}

.footer .container .mentions {
    margin: 0;
    width: 40%;
    height: 90px;
    text-align: left;
    padding: 10px 0 0 40px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.footer .container .aquitanis .logo {
    width: 70%;
}

.contentDetail .container {
    position: relative;

}

.contentDetail .container .content h1 {
    font-size: 3.6em;
    font-weight: bold;
    padding: 65px 0 60px 160px;
    background: url("/aquitanisvente/img/bg-h1.svg") no-repeat 0 0;
    height: 177px;
}

.contentDetail .container .content h3 {
    font-size: 2em;
    font-weight: bold;
    padding: 5px 0 5px 0px;
}

.contentDetail .container .content h4 {
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0 5px 20px;
    margin: 0
}

.contentDetail .container .content .desc {
    padding: 20px 0;
}

.content .intro {
    color: #484747;
    font-size: 2.1em;
    font-weight: 600;
    margin: 0 160px 50px 160px;
    line-height: 1.3em;
}

.content .intro.separ {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CCCACA;
}

.content .desc .bloc2 {
    margin: 0 140px 10px 140px;
    padding: 15px 35px;
}

/* Page contact */
.parTel {
    background: url("/aquitanisvente/img/icon-tel.svg") no-repeat left center;
    font-size: 2.4em;
    font-weight: bold;
    padding: 20px 0 20px 70px;
    margin: 0 0 20px 0;
}

.numero a {
    font-size: 3em;
    font-weight: bold;
    margin-right: 20px;
    ;
}

.numero span {
    font-size: 1.6em;
}

.parMail {
    background: url("/aquitanisvente/img/icon-parmail.svg") no-repeat left center;
    font-size: 2.4em;
    font-weight: bold;
    padding: 20px 0 20px 70px;
    margin: 0 0 20px 0;
}

.info {
    position: relative;
    width: 48%;
    padding: 0 20px 0 20px;
    min-height: 250px;
}

.separ {
    border-right: 1px solid #CCCACA;
}

.info p {
    font-size: 3em;
    font-weight: 500;
}

.info .btn-violet {
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #BA2986;
    background: #BA2986 url(/aquitanisvente/img/arrow-white.svg) no-repeat 90% center;
    text-align: left;
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 140px;
}

.info .btn-violet:hover {
    background: #FFFFFF url(/aquitanisvente/img/arrow-violet.svg) no-repeat 90% center;
    color: #BA2986 !important;
}

.infoContact {
    width: 35%;
    margin: 50px 20px 0 0;
    padding: 30px;

}

.formContact {
    width: 60%;
    margin: 50px 0 0 0;
    padding: 65px 30px 30px 50px;
}

.content .puce {
    background: url(/aquitanisvente/img/icon-puce.svg) no-repeat 0 6px;
    padding: 0 0 0 30px;
    margin: 0 0 20px 0;

}

.content .bold {
    font-size: 1.5em;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.3em;
}

.content .s18 {
    font-size: 1.1em;
}

.content .s2 {
    font-size: 2em;
}

.content .s30 {
    font-size: 3em;
}

.content .brs {
    padding: 30px;
}

.content .brsPlus {
    padding: 30px 30px;
    width: 60%;
    margin: 0 0 0 40%;
}

.video-wrapper {
    height: 280px;
    margin: 30px 0;
}

.video-wrapper video {
    width: 100%;
    height: 280px;
    display: block;
    background: #ffffff;
    box-shadow: 0px 3px 15px #00000029;
    object-fit: cover;
    background: none;
}

video::-webkit-media-controls-panel {
    background: none !important;
}

.content .semibold {
    font-size: 1.6em;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.6em;
}

.content .center {
    text-align: center;
}

.content .blocViolet {
    color: #BA2986;
    background: #F8EBF3;
    padding: 10px 20px;
    font-size: 1.6em;
}

.content .intro ul {

    /* font-size: 2.1em; */
    font-weight: normal;
}

.content ul li {
    margin: 0 0 5px 0;
}

.content ul li::marker {
    color: #BA2986;
    /* couleur des puces */

}

.content .desc h2 {
    color: #BA2986;
    font-size: 2.4em;
    font-weight: bold;
    background: #F8EBF3;
    padding: 3px 20px;
    margin: 0 0 10px 0;
    display: block;
    width: fit-content;
}

.content .savoir {
    color: #BA2986;
    font-size: 1.6em;
    background: #F8EBF3;
    padding: 15px 30px;
    margin: 0 0 10px 0;
    display: block;
    line-height: 1.4em;
}

.content .desc h2.darkgray {
    color: #484747;
    font-size: 2.0em;
    font-weight: bold;
    background: none;
}

.content .desc.financement h2.darkgray {
    padding: 0;
    font-size: 3em;
}

.content .desc.financement img {
    margin: 30px 0 0 50px;
}

.content .desc .bloc {
    margin: 0 160px 50px 160px;
}

.content .desc .col2 {
    width: 50%;
    float: left;
}

.content .desc .col4 {
    width: 40%;
    float: left;
}

.content .desc .col6 {
    width: 60%;
    float: left;
}

.content .desc .decalAll {
    padding: 80px 60px 60px 60px;
}

.content .desc .decalAll .chapo p {
    padding-left: 0;
}

.content .desc .decald {
    padding-right: 50px;
}

.content .desc .decalg {
    padding-left: 50px;
}

.content .desc .col2 img {
    width: 100%;
    margin: 55px 0 0 0;
}

.content .desc .chapo p {
    color: #484747;
    font-size: 3em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
    padding: 10px 40px 10px 20px;
}

.content .desc .texte {
    color: #5A5A59;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
}

.content .desc .col2.arrondibd {
    background: #BA2986;
    padding: 10px 50px 0 40px;
    height: 430px;
    border-bottom-right-radius: 220px;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1.2em;
}

.content .desc .col2.arrondibd ul {
    padding: 0 15px;
    margin: 25px 0 0 0;
    list-style: none;
    width: 90%;
}

.content .desc .col2.arrondibd ul li {
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    position: relative;
    background: url("/aquitanisvente/img/chevron-white-right.svg") no-repeat 0 2px;
}

.content .desc .bloc.bg-orange {
    background: url("/aquitanisvente/img/bg-aquitanivente.svg") no-repeat center center;
    background-size: cover;
    height: 540px;
    width: 100%;
    margin: 0;
    padding: 65px 170px;
}

.content .desc .bloc.bg-orange .logo {
    width: 290px;
    height: 102px;
    float: left;
}

.content .desc .bloc.bg-orange .service {
    font-size: 2.1em;
    font-weight: 500;
    float: left;
    border-left: 1px solid #FFFFFF;
    padding: 0 0 0 30px;
    margin: 0 0 40px 30px;
    width: 600px;
}

.content .desc .bloc.bg-orange .chiffre {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 1.6em;
}


.faq a.open {
    display: inline-block;
    width: 100%;
    font-size: 2.1em;
    font-weight: 500;
    background: url('/aquitanisvente/img/chevron-violet-bottom.svg') no-repeat 95% center;
    padding: 5px 150px 5px 20px;
    margin: 30px 0 0 0;
}

.faq a.open:hover {
    text-decoration: none;
}

.faq a.close {
    display: inline-block;
    width: 100%;
    font-size: 2.1em;
    font-weight: 500;
    background: url('/aquitanisvente/img/chevron-violet-up.svg') no-repeat 95% center;
    padding: 5px 150px 5px 20px;
    margin: 30px 0 0 0;
}

.faq .texte {
    margin: 0 0 30px 30px !important;
}

.faq .separ-down {
    margin: 0;
    padding: 0;
}


a.download {
    background: url(/aquitanisvente/img/ico-download-violet.svg) no-repeat left center;
    color: #484747;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 25px 0 0 40px;
    width: 220px;
}

a.video {
    background: url(/aquitanisvente/img/icon-violet-view.svg) no-repeat left center;
    color: #484747;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 25px 0 0 40px;
    width: 220px;
}

.separ-down {
    border-bottom: 1px solid #CCCACA;
    padding: 20px 0;
    margin: 0 0 30px 0;
}

.separ-right {
    border-right: 1px solid #CCCACA;
    padding: 0 20px;
}

.content .desc .bloc.bg-orange .chiffre span {
    font-size: 2.9em;
    display: block;
    margin: 0 0 10px 0;
}

.content .desc .editor {
    padding: 40px 160px;
    font-size: 1.6em;
}

.illusProcessus {
    left: 278px;
    position: absolute;
    top: -40px;
    z-index: 10;
}

.suiteDepot {
    padding: 30px 140px
}

.bloc.processusAvantages {
    margin: 220px 60px 0 60px !important;
    padding: 220px 160px 0 160px;
    position: relative
}

.file-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
}

.file-name {
    font-style: italic;
    color: #555;
    font-size: 1.4em;
}

.hidden {
    display: none;
}

.contact {
    position: relative;
}

.contact .container {
    position: relative;
    padding: 50px 140px;
    text-align: left;
}


.contact .container .content.center {
    text-align: center;
}

.contact .container .content p {
    font-size: 2.4em;
    font-weight: 500;
    line-height: 1.3em;
}

.contact .container .content .tel {
    font-size: 4.9em;
    font-weight: bold;
    padding: 0 0 0 70px;
    background: url(/aquitanisvente/img/ico-tel-violet.svg) no-repeat left center;
    background-size: 60px;
}

.contact .container .content .message {
    border: 1px solid #CCCACA;
    padding: 5px 10px;
    text-align: left;
}

.contact .container .content .message .input {
    border: none;
    width: 100%;
}

.contact .container .content .btn-cancel {
    background: #fff url(/aquitanisvente/img/icon-close.svg) no-repeat;
    border: none;
    width: 10px;
    height: 15px;
    margin: 0;
    background-size: 100%;
}

.contact .container .content .message label {
    font-size: 1.5em;
    font-weight: 500;
    display: block;
}

.contact .container .content .message textarea {
    border: none;
    width: 100%;
}

.contact .container .content .mandatory {
    font-size: 1.3em;
    padding: 5px 0 30px 10px;
}

.contact .container .content .h-captcha {
    margin: 0 0 30px 0;
    text-align: left;
}

.contact .container .content .check {
    float: left;
    margin: 0 20px 0 0;
}

.contact .container .content .mention {
    font-size: 1.3em;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.contact .container .content input.btn-violet {
    width: 200px;
    background: #BA2986 url(/aquitanisvente/img/arrow-white.svg) no-repeat 90% center;
}

.contact .container .content input.btn-violet:hover {
    width: 200px;
    background: #ffffff url(/aquitanisvente/img/arrow-violet.svg) no-repeat 90% center;
}

.contact .container .content .input {
    width: 45%;
    margin: 0 2% 20px 0;
}

.contact .okMsg {
    background: rgba(37, 237, 104, 0.2);
    color: #5A5A59;
    font-size: 1.6em;
    padding: 30px;
    margin: 0 0 20px 0;
}

.contact .errorMsg {
    background: rgba(237, 37, 37, 0.2);
    color: #5A5A59;
    font-size: 1.6em;
    padding: 30px;
    margin: 0 0 20px 0;
}


input.input::placeholder {
    color: #BA2986;
}

input.input::-webkit-input-placeholder {
    color: #BA2986;
}

input.input::-moz-placeholder {
    color: #BA2986;
}

input.input:-ms-input-placeholder {
    color: #BA2986;
}

input.input:-moz-placeholder {
    color: #BA2986;
}



.contact .container .more {
    display: inline-block;
    text-align: left;
    margin: 0 30px 0 0;
    width: auto;
    vertical-align: middle;
}

.contact .container .more span.strong {
    font-size: 2.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.contact .container .more span {
    font-size: 1.6em;
    display: block;
}

.contact .container .contact-violet {
    vertical-align: middle;
    display: inline-block;
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 1.6em;
    font-weight: 700;
    padding: 10px 40px 10px 20px;
    border: 1px solid #BA2986;
    background: #BA2986 url(/aquitanisvente/img/chevron-white-right.svg) no-repeat 90% center;
    text-align: left;
}

.contact .container .contact-violet:hover {
    color: #BA2986;
    border: 1px solid #BA2986;
    background: #FFFFFF url(/aquitanisvente/img/chevron-violet-right.svg) no-repeat 90% center;
    text-align: left;
}



.phone {
    display: none !important;
}

.desktop {
    display: block;
}

.slicknav_menu {
    display: none;
    background: #ffffff;
    height: 70px;
    padding: 15px;
}

.slicknav_btn {
    background: transparent;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #BA2986;
}

.slicknav_nav {
    position: relative;
    background: #a08997;
    width: 100%;
    z-index: 5000;
    margin: 70px 0 0 0;
    min-height: 200px;
}

.slicknav_nav,
.slicknav_nav a {
    color: #ffffff;
}

.slicknav_nav li {
    width: 100%;
}

.slicknav_nav .slicknav_row:hover {
    background: #7a1756;
}

iframe#brevo>body {
    margin: 0;
}

iframe#brevo body .sib-form {
    padding: 0;
}

iframe#brevo body .sib-form #sib-container {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    display: block;
}

iframe#brevo body .sib-form #sib-container .sib-form-block {
    padding: 0;
}

@media (max-width: 1430px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {
    .container {
        width: 100%;
    }

    .container.axanis {
        padding: 10px 50px;
    }

    .container.aquitanisvente .logo {
        left: 45px;
    }

    .container.aquitanisvente .icon-newsletter {
        right: 50px;
    }

    .container.aquitanisvente .icon-contact {
        right: 240px;
    }

    .container.aquitanisvente .icon-search {
        right: 402px;
    }

    .container.aquitanisvente .icon-alert {
        right: 472px;
    }

    #menu {
        padding: 0 0 0 25px;
    }

    .news .flexslider .content .data {
        width: 85%;
    }

    .recherche .container,
    .localize .container {
        padding: 60px 100px 55px 100px;
    }

    .content .intro {
        margin: 0 100px 50px 100px;
    }

    .localize .container h1 {
        margin: 0 15px 20px 0;
    }


    .une .container,
    .plus .container {
        padding: 50px 100px 60px 100px;
    }

    .footer .container .aquitanis {
        width: 50%;
    }

    .breadcrumb .container {
        padding: 30px 0 30px 100px;
    }

    .contentDetail .container .content h1 {
        padding: 65px 0 60px 100px;
    }

    .illusProcessus {
        left: 140px;
    }

    .content .brsPlus {
        width: 65%;
        margin: 0 0 0 35%;
    }

    .content .desc .bloc {
        margin: 0 100px 50px 100px;
    }

    .content .desc .bloc.bg-orange {
        padding: 65px 40px;
    }

    .content .desc .bloc2 {
        margin: 0 100px 10px 100px;
    }

    .localize.interne .container {
        padding: 20px 100px 40px 100px;
    }

    .localize.interne .container h1 {
        margin: 0 40px 0 0;
        width: 46%;
    }

    .localize.interne .container a.open,
    .localize.interne .container a.close {
        width: 45%;
    }

    .residenceListe .offres {
        margin: 0 100px;
    }

    .back .container {
        padding: 40px 0 40px 100px;
    }

    .residenceDetail .container {
        padding: 0 100px 20px 100px;
    }

    .residenceDetail .col1 {
        width: 70%;
    }

    .residenceDetail .col2 {
        width: 28%;
    }

    .residenceDetail .col2 {
        width: 27%;
    }

    .residenceDetail .achat,
    .residenceDetail .visit {
        font-size: 2em;
        padding: 0 0 0 35px;
    }

    .contact .container {
        padding: 50px 70px;
    }

    .numero a {
        font-size: 2.9em;
    }

    .content .desc .decalg {
        padding-left: 0;
    }
}

@media (max-width: 920px) {
    .phone {
        display: block !important;
    }

    .desktop,
    .breadcrumb .container {
        display: none !important;
    }

    .slicknav_menu {
        display: block !important;
        padding: 0;
    }
    .slicknav_brand {    
        margin: 10px 0 0 0;
    }

    .slicknav_btn {
        margin: 15px 10px 6px;
    }

    .news .container.flexslider {
        width: 100%;
    }

    .news .flexslider .content .data {
        width: 95%;
    }

    .news .flexslider .illus {
        margin: 50px 0 0 50px;
    }

    .recherche .container,
    .localize .container,
    .une .container,
    .plus .container {
        padding: 20px 20px;
    }


    .recherche .container h1,
    .localize .container h1,
    .une .container h1 {
        font-size: 2.4em;
        background: none;
    }

    .recherche {
        height: auto;
    }

    .recherche .container form .form-group {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .localize .container h1 {
        width: 100%;
    }

    .une .container h1 {
        margin: 0 0 20px 0;
    }



    .plus .container .item {
        width: 100%;
    }

    .contentDetail .container .content h1 {
        padding: 50px 0 50px 20px;
        height: 145px;
    }

    .content .intro,
    .content .desc .bloc {
        padding: 0;
        margin: 0 20px 50px 20px
    }

    .content .bloc.intro {
        padding: 0 5px;
    }

    .content .desc .decald,
    .content .desc .decalg {
        padding: 0;

    }

    .content .desc .col2 {
        width: 100%;
    }

    .content .desc .col2.arrondibd {
        border-bottom-right-radius: 0;
        height: fit-content;
        padding: 10px 20px 0 20px;
    }

    .content .desc .bloc.bg-orange .logo {
        width: 290px;
        height: 102px;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .content .desc .bloc.bg-orange .service {
        border: none;
        float: none;
        margin-top: 20px;
        width: auto;
        padding: 0;
    }

    .content .desc .bloc.bg-orange .chiffre {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 1.6em;
        margin: 0 0 30px 0;
    }

    .content .desc .bloc.bg-orange {
        height: auto;
        padding: 65px 20px;
    }

    .contentDetail .container .content h1 {
        background: url(/aquitanisvente/img/bg-h1.svg) no-repeat -290px 0;
    }


    .content .desc .col6 {
        width: 100%;
        float: none;
    }

    .separ-right {
        border-right: 0;
        border-bottom: 1px solid #BA2986;
        padding: 0;
    }

    .footer .container .aquitanis {
        width: 100%;
        text-align: center;
    }

    .footer .container .aquitanis .logo {
        width: 70%;
    }

    .footer .container .mentions {
        margin: 50px 0 0 0;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 10px 0 0 150px;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .content .desc.financement img {
        margin: 0px auto 20px 33%;
        float: none;
        position: relative;
    }

    .content .desc.financement p {
        text-align: center;
    }


    .recherche.interne {
        height: auto;
    }

    .recherche .container .form-inline img {
        display: block;
        float: none;
        margin: 0 auto 20px auto;
        text-align: center;
    }

    .recherche.interne .container form .form-group {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }

    .recherche.interne .container form .btn {
        width: 100%;
        float: none;
        background-image: none;
    }

    .localize.interne .container {
        padding: 20px 20px 40px 20px;
    }

    .localize.interne .container h1 {
        margin: 0 0 20px 0;
        width: 100%;
    }

    .localize.interne .container a.open,
    .localize.interne .container a.close {
        width: 100%;
        padding: 14px 10px 23px 0px;
    }

    .offres .offre {
        width: 47%;
        margin: 0 3% 3% 0;
    }

    .residenceListe .offres {
        margin: 0 20px;
    }

    .row.back {
        display: none;
    }

    .residenceDetail .container {
        padding: 0 0 20px 0;
    }

    .residenceDetail .container .detail {
        border: none;
    }

    .residenceDetail h1.title {
        margin: 0 20px 20px 20px;
        font-size: 2.5em;
        ;
    }

    .residenceDetail .brs {
        margin-right: 20px;
    }

    .residenceDetail .col1 {
        width: 100%;
        float: none;
    }

    .residenceDetail .desc h3 {
        padding: 0 0 5px 20px;
    }

    .residenceDetail .desc p {
        padding: 0 20px 0 20px;
    }

    .residenceDetail .lesPlus {
        display: none;
    }

    .residenceDetail .achat,
    .residenceDetail .visit {
        width: 225px;
        margin: 35px auto 10px;
    }

    .btn-l1 {
        width: 230px;
    }

    .residenceDetail h2.subtitle {
        margin: 0 0 10px 20px;
        font-size: 2em;
    }

    .residenceDetail .lesPlusMini {
        padding: 30px 20px 20px 30px;
        border-bottom-right-radius: 80px;
        width: 80px;
        font-size: 1.3em;
        font-weight: 500;
        margin: 0 0 20px 0;
        height: inherit;
        position: relative;
    }

    .residenceDetail .lesPlusMini.large {
        width: 250px;
        transition: all 0.3s ease;
    }

    .residenceDetail .lesPlusMini div {
        padding-left: 40px;
        min-height: 25px;
        margin: 0 0 10px 0;
        display: flex;
        align-items: center;
    }

    .residenceDetail .lesPlusMini div span {
        display: none;
    }

    .contact .container {
        padding: 50px 20px;
    }

    .infoContact {
        width: 100%;
        margin: 0px 20px 0 0;
    }

    .formContact {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 15px 20px 30px 20px;
    }

    .verticalCenter {
        position: absolute;
        left: 10px;
        top: 225px;
    }

    .nyroModalImage img {
        vertical-align: top;
        border-top: 50px solid #fff;
        border-bottom: 10px solid #fff;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }

    .nyroModalPrev {
        left: 0px;
    }

    .nyroModalNext {
        right: 0px;
    }

    .nyroModalTitle {
        display: none;
    }

}

@media (max-width: 580px) {

    .flex-control-nav {
        left: 70px;
    }

    .news {
        height: 530px;
    }

    .news .flexslider li .left {
        float: none;
        width: 100%;
    }

    .news .flexslider .bg-white {
        height: 250px;
    }

    .news .flexslider .illus {
        border-radius: 0;
        margin: 0;
        height: 250px;
    }

    .news .flexslider .content {
        float: none;
        height: 300px;
        width: 100%;
        padding: 0;
        position: relative;
    }

    .news .flexslider .content .data {
        width: 90%;
        top: -60px;
        position: absolute;
        left: 5%;
        padding: 36px 0 0 0;
        border-bottom-right-radius: 140px;
    }

    .news .flexslider .content .title {
        font-size: 3em;
        margin: 0 0 15px 15px;
        width: 90%;
    }

    .news .flexslider .content .chapo {
        display: none;
    }

    .news .flexslider .content .more {
        bottom: 90px;
        margin: 0 0 0 15px;
    }

    .recherche .container form .btn {
        width: 100%;
        height: 40px;

    }

    .recherche .container h1,
    .localize .container h1,
    .une .container h1 {
        font-size: 2.2em;
    }

    .localize .container a.open {
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }

    .offres {
        height: auto;
    }

    .offres .offre {
        width: 100%;
        margin: 0 0 3% 0;
    }

    .offres .offre .detail .btn {
        bottom: 30px;
        left: 30%;
    }

    .une .container button.all {
        margin: 30px auto;
        float: none;
    }


    .footer .container .mentions {
        margin: 0;
        padding: 10px 0 0 60px;
    }

    .content .desc.financement img {
        display: none;
    }

    .plus .container .item {
        margin: 0;
    }

    .plus .container .item .illus {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .plus .container .item .content {
        font-size: 1.7em;
        width: 70%;
    }

    .illusProcessus {
        left: 50px;
        width: 80%;
        top: -60px;
    }

    .bloc.processusAvantages {
        margin: 20px 0px 40px 0px !important;
        padding: 220px 30px 0 30px !important;
        position: relative;
        width: 100% !important;
    }

    .content .brsPlus {
        width: 100%;
        margin: 0;
        padding: 30px 0 30px 60px;
    }

    .contentDetail .container .content h1 {
        font-size: 3.2em;
    }

    .content .desc .bloc2 {
        margin: 0 20px 10px 20px;
    }

    .info p {
        font-size: 2.3em;
    }

    .info {
        width: 100%;
        padding: 0 20px 45px 20px;
    }

    .info .btn-violet {
        left: 30%;
        bottom: 16px;
    }

    .separ {
        border-right: none;
        border-bottom: 1px solid #CCCACA;
    }

    .residenceDetail .illus {
        width: 100%;
        height: 310px;
    }

    .downloadBtn,
    .depotBtn {
        display: block;
        width: 90%;
        margin: 20px auto 0 auto;
        text-align: center;
    }

    .offres .offre .detail .title {
        line-clamp: 1;
        -webkit-line-clamp: 1;
    }

    .faq a.open {
        padding: 5px 40px 5px 20px;
        margin: 10px 0 0 0;
    }

    .content .desc .chapo p {
        font-size: 2.2em;
        margin: 0;
        padding: 10px 40px 10px 10px;
    }

    .content .desc .col2 img {
        margin: 0;
    }

    .content .desc .bloc.decalAll {
        padding: 10px;
        ;
    }

    .content .intro {
        font-size: 2em;
    }

    .content .desc .texte {
        padding: 0px !important;
    }

    .content .desc h2 {
        font-size: 2.2em;
    }

    .content .desc .bloc.bg-orange .service {
        margin: 20px 0;
        font-size: 2em;
    }

    .content .bold {
        font-size: 1.3em;
    }

    .content .s18 {
        font-size: 1em;
    }

    .offres .offre .detail {
        padding: 20px 15px;
    }

    .residenceDetail .vign {
        width: 30%;
        height: 70px;
        margin: 10px 5px 5px;
    }

    .contact .container {
        padding: 30px 20px;
    }

    .contact .container .more span.strong {
        font-size: 2em;
        text-align: center;
    }

    .contact .container .content .input {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .contact .container .more span {
        margin: 0 0 20px 0;
        text-align: center;
    }

}

@media (max-width: 380px) {
    .residenceDetail .vign {
        width: 45%;
        height: 70px;
        margin: 10px 5px 5px;
    }
}
