.homecentre {
    box-sizing:border-box;
    width:1200px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
    padding-right:10px;
}
@media only screen and (max-width:1279px) {
    .homecentre { width:1000px; max-width:1000px; }
}
@media only screen and (max-width:980px) {
    .homecentre { display:block; width:100%; max-width:100%; }
}

#fondhautpage2 {
    display:none;
}
h1 {
    font-size:26px;
    line-height:30px;
    color:#000;
    text-transform:uppercase;
    margin-bottom:20px;
}
h2 {
    font-size:30px;
    line-height:34px;
    font-weight:500;
    color:#000;
    margin-bottom:10px;
}
p {
    font-size:17px;
    line-height:24px;
    color:#79797A;
    margin-bottom:15px;
}
a.homebutton {
    display:inline-block;
    background-color:#E42918;
    color:#fff;
    padding:8px;
    padding-left:23px;
    padding-right:23px;
    font-size:16px;
    font-weight:500;
    border-radius:5px;
    margin-top:20px;
}


#homeslide {
    top:100px;
    height:615px;
    z-index:-20;
}
.homeslide {
    background-image:url(/upload/parametres/home-slide1.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:615px;
}
#homeslide1 {
	background-image:url(/upload/parametres/home-slide1.jpg);
}
#homeslide2 {
	background-image:url(/upload/parametres/home-slide2.jpg);
}
#homeslide3 {
	background-image:url(/upload/parametres/home-slide3.jpg);
}
#homeslide4 {
	background-image:url(/upload/parametres/home-slide4.jpg);
}
#homeslide5 {
	background-image:url(/upload/parametres/home-slide5.jpg);
}

#homeencart1 {
    position:relative;
    box-sizing:border-box;
    height:350px;
    margin-top:-250px;
}
#homeencart1 img.slide, #homeencart1 img.slideactive {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:opacity 1s ease-in-out;
    object-fit:cover;
    object-position:50% 50%;
}
#homeencart1 img.slideactive {
    opacity:1;
}
#homeencart2 {
    position:relative;
    box-sizing:border-box;
    z-index:2;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
#homeencart1 h1 {
    font-family:'Poppins', sans-serif;
    font-size:66px;
    font-weight:bold;
    line-height:80px;
    text-transform:uppercase;
    text-align:center;
    color:#fff;
    margin-top:20px;
}
#homeencart1 h1 strong {
    display:block;
    font-size:34px;
    font-weight:700;
}
#homeencart1 h1 em {
    display:block;
    font-size:18px;
    font-weight:300;
    font-style:normal;
}
#homeencart2 a.homeencartmenu {
    display:inline-block;
    padding:16px;
    padding-top:8px;
    padding-bottom:8px;
    margin-bottom:20px;
    margin-right:5px;
    border-radius:5px;
    color:#000;
    background-color:#fff;
    font-size:16px;
}
#homeencart2 a.homeencartmenu.homeselection {
    color:#fff;
    background-color:#E42918;
}
#homeencartmenuacheter {
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
#homeencartmenuestimer {
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
}
#homeacheter #recherchehorizontale {
    border:0;
    background-color:#FFF;
    padding:0;
    border-radius:5px;
}
#homeacheter #recherchehorizontale .select2-container {
    box-sizing:border-box;
    padding:9px;
    padding-left:0;
    padding-right:0;
    width:100%;
    border:0;
    background-color:#fff;
}
#recherchehorizontale input[type="text"], #recherchehorizontale select {
    font-size:15px;
    font-weight:400;
    background-color:#fff;
    color:#666;
}
#recherchehorizontale input[type="submit"] {
    height:53px;
    background-color:#000;
    padding:20px;
    width:100%;
    background-image:url(/upload/parametres/loupe.png);
    background-repeat:no-repeat;
    background-position:50% 50%;
    text-indent:-4000px;
    padding-right:30px;
    border-radius:0;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
#recherchehorizontalerechercher {
    display:table-cell;
    background-color:#000;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
#homeestimer {
    display:table;
    width:100%;
}
.homeestimerlig {
    display:table-row;
}
.homeestimercol1, .homeestimercol2 {
    display:table-cell;
    box-sizing:border-box;
    width:47%;
    padding-left:5px;
    padding-right:5px;
    background-color:#FFF;
    border-right:1px solid #082E4F;
    vertical-align:middle;
}
.homeestimercol1 {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.homeestimercol2 {
    padding-left:0;
    background-color:#FFF;
    border-right:0;
}
.homeestimercol3 {
    display:table-cell;
    box-sizing:border-box;
    width:1%;
    padding-left:0;
    padding-right:10px;
    background-color:#000;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.homeestimercol1 .select2-container, .homeestimercol2 .select2-container {
    box-sizing:border-box;
    padding:5px;
    padding-left:0;
    padding-right:0;
    width:100%;
}
.homeestimercol1 .select2-container .select2-choice, .homeestimercol2 .select2-container .select2-choice {
    max-width:280px;
}
.select2-container {
    border:0;
}
#formrecherchehorizontale {
    margin-left:0;
    margin-right:0;
}
#recherchehorizontale {
    margin-top:0;
    margin-bottom:0;
}
#recherchehorizontalelocalisation {
    padding-top:0;
    padding-left:5px;
}
#homeacheter #recherchehorizontale .select2-container {
    padding:0;
}
.select2-default {
    color:#666 !important;
}
.select2-container .select2-choice, .select2-container .select2-choices {
    margin-top:1px;
}
.select2-container-multi .select2-choices .select2-search-choice {
    border-radius:5px;
    border:1px solid #666;
    color:#666;
}
.select2-container .select2-choice .select2-arrow {
    display:none;
}
.select2-container .select2-choice {
    background-color:#fff;
    font-weight:400;
    font-size:14px;
}
.select2-drop {
    border-radius:3px;
}
.select2-search {
    padding:2px 2px 0 2px;
}
#recherchehorizontalelocalisation {
    border-right:0;
}
.homeestimercol3 input[type="submit"], .homevendrecol3 input[type="submit"] {
    background-color:#000;
    padding-top:14px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:10px;
    width:100%;
    background-image:url(/upload/parametres/home-bthaut-recherche.png);
    background-repeat:no-repeat;
    background-position:75% 60%;
}
.homeacheter1 {
    float:left;
    box-sizing:border-box;
    width:33%;
    height:140px;
    padding:5px;
}
.homeacheter2 {
    box-sizing:border-box;
    width:100%;
    height:100%;
    padding:15px;
    border:1px solid #D1D1D1;
    border-radius:15px;
    background-size:cover;
    background-position:center center;
    background-color:#FAFAFA;
    color:#fff;
    filter:grayscale(100%);
}
.homeacheter2:hover {
    filter:none;
}
.homeacheter2 strong {
    display:block;
    margin-bottom:4px;
    text-transform:none;
    font-size:20px;
    font-weight:bold;
}
.homeacheter2 em {
    display:block;
    text-transform:uppercase;
    font-style:normal;
    font-size:13px;
    font-weight:normal;
    line-height:15px;
    transition:all .2s ease-in-out;
    overflow:hidden;
    height:0;
}
.homeacheter2:hover em {
    height:15px;
}


.homeintro {
    width:50%;
    margin-left:25%;
    margin-top:30px;
    margin-bottom:40px;
    text-align:center;
}


.homeselectionimmo {
    margin-top:50px;
    margin-bottom:30px;
}
#homeselectionimmo1 {
    background:url(/upload/parametres/home-selection1.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo2 {
    background:url(/upload/parametres/home-selection2.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo3 {
    background:url(/upload/parametres/home-selection3.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo4 {
    background:url(/upload/parametres/home-selection4.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo5 {
    background:url(/upload/parametres/home-selection5.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier1 {
    background:url(/upload/parametres/home-quartier1.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier2 {
    background:url(/upload/parametres/home-quartier2.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier3 {
    background:url(/upload/parametres/home-quartier3.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier4 {
    background:url(/upload/parametres/home-quartier4.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier5 {
    background:url(/upload/parametres/home-quartier5.jpg);
    background-size:cover;
    background-position:center center;
}

#homeselectionimmo1:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-selection1.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo2:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-selection2.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo3:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-selection3.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo4:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-selection4.jpg);
    background-size:cover;
    background-position:center center;
}
#homeselectionimmo5:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-selection5.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier1:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-quartier1.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier2:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-quartier2.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier3:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-quartier3.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier4:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-quartier4.jpg);
    background-size:cover;
    background-position:center center;
}
#homequartier5:hover {
    background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(/upload/parametres/home-quartier5.jpg);
    background-size:cover;
    background-position:center center;
}


.homedeuxtiers {
    box-sizing:border-box;
    padding:5px;
    float:left;
    width:66.66%;
    height:314px;
}
.homeuntiers {
    box-sizing:border-box;
    padding:5px;
    float:left;
    width:33.33%;
    height:314px;
}
.homeselectionimmo1 {
    box-sizing:border-box;
    width:100%;
    height:100%;
}
.homeselectionimmo2 {
    box-sizing:border-box;
    width:100%;
    height:100%;
    padding-top:140px;
    padding-left:20%;
    padding-right:20%;
    font-size:22px;
    font-weight:500;
    text-align:center;
    color:#fff;
    transition-duration:0.5s;
    border-radius:5px;
	line-height:28px;
}
.homedeuxtiers .homeselectionimmo2 {
    padding-top:140px;
}
.homeselectionimmo2:hover {
    background-size:cover;
    background-position:center center;
}
.homeselectionimmo2 a {
    color:#fff;
}


.homeexclusivites h2 {
    display:inline-block;
    margin-right:30px;
    margin-bottom:40px;
}
#homeselectionventebt, #homeselectionlocationbt {
	margin-left:20px;
    margin-right:30px;
    display:inline-block;
    background-color:#E42918;
    color:#fff;
    padding:10px;
    padding-left:23px;
    padding-right:23px;
    font-size:16px;
    font-weight:500;
    border-radius:5px;
    margin-top:40px;
}
.homeexclusivites .homeselection .homevignette {
    width:33%;
    float:left;
    box-sizing:border-box;
    padding:15px;
}
#homevignette4 { display:none; }
.homeexclusivites .homeselection .homevignette2 {
    background-color:#F8F8F8;
    font-size:14px;
    line-height:26px;
    transition:transform 0.5s;
    position:relative;
    box-shadow:0 0 10px #aaa;
    border-radius:5px;
}
.homeexclusivites .homeselection .homevignette2 img {
    height:280px;
    overflow:hidden;
    object-fit:cover;
}
.homeexclusivites .homeselection .homevignette2:hover {
    transform:scale(1.05);
}
.homeexclusivites .homeselection .homevignette2 .homevignettetexte {
    position:relative;
    height:180px;
    padding:0;
    padding-left:15px;
    padding-right:15px;
}
.homeexclusivites .homeselection .homevignette2 a {
    font-size:14px;
    line-height:26px;
    color:#777777;
}
.homeexclusivites .homeselection .homevignette2 .intitule, .homeselection .homevignette2 .ville, .homeselection .homevignette2 .surface {
    display:block;
}
.homeexclusivites .homeselection .homevignette2 .intitule {
    font-size:14px;
    font-weight:400;
    line-height:16px;
    margin-top:20px;
    text-transform:uppercase;
    color:#000;
}
.homeselection .homevignette2 .ville {
    margin-top:10px;
    font-size:18px;
    font-weight:700;
    line-height:20px;
    text-transform:uppercase;
    color:#000;
}
.homeselection .homevignette2 .surface {
    font-size:18px;
    font-weight:400;
    line-height:20px;
    color:#000;
}
.homeexclusivites .homeselection .homevignette2 .pieces {
    display:none;
}
.homeexclusivites .homeselection .homevignette2 strong {
    display:block;
    font-size:18px;
    font-weight:700;
    color:#E42918;
    margin-top:10px;
}
.homeexclusivites .homeselection .homevignette2 .prixunite {
    font-size:12px;
}
.homeexclusivites .homeselection .homevignetteligne3 {
    display:block;
    margin-top:-82px;
}
.homeexclusivites .homeselection .homevignettephoto {
    position:relative;
    overflow:hidden;
}
.homeexclusivites .homeselection .homevignettephoto img.photo {
    width:100%;
}
.homeexclusivites .homeselection .homevignettephoto .photomoins, .homeexclusivites .homeselection .homevignettephoto .photoplus, .homeexclusivites .homeselection .homevignettephoto .nbphoto {
    display:none;
}
.homeexclusivites .homeselection a.lien {
    display:block;
    box-sizing:border-box;
    position:absolute;
    left:0;
    bottom:8px;
    width:91%;
    margin-left:20px;
    margin-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #000;
    color:#000;
    font-weight:500;
    background-image:url(/upload/parametres/home-info.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:30px;
}
#homevignette5, #homevignette6, #homevignette7, #homevignette8 { display:none; }

.homeexclusivites .homeselection {
    padding-top:40px;
    padding-bottom:60px;
}
.homeexclusivites .homeselection .homevignette2 {
    background-color:#fff;
    border:1px solid #e1e1e1;
    transition:transform 0.5s;
}
.homeexclusivites .homeselection .homevignette2:hover {
    transform:scale(1.05);
}

.homeprojet {
    padding-top:100px;
    padding-bottom:100px;
    background-color:#181818;
}
.homeprojet h2 {
    color:#fff;
}
.colonnes3 {
    box-sizing:border-box;
    padding:5px;
}
.homeprojet1 {
    min-height:200px;
    padding:40px;
    padding-top:25px;
    background-color:#fff;
    color:#000;
    border-radius:5px;
    margin-right:10px;
    margin-bottom:10px;
}
.homeprojet1 h3 {
    font-size:18px;
    font-weight:500;
}
.homeprojet1 a {
    color:#000;
}
.homeprojet1 h3 img {
    vertical-align:middle;
    margin-top:15px;
    margin-bottom:15px;
}
.homeprojet1 p {
    color:#79797A;
    font-size:16px;
}


.homeavis {
    padding-top:100px;
    padding-bottom:80px;
}
.homeavis a.homedroite {
    float:right;
    color:#000;
    text-decoration:underline;
    font-weight:500;
}
#homeavis {
    padding-left:30px;
    padding-right:30px;
}
.homeavis1 {
    padding:10px;
}
.homeavis2 {
    box-sizing:border-box;
    height:380px;
    padding:30px;
    background-color:#fff;
    box-shadow:0px 0px 10px #0000001A;
    border-radius:5px;
}
.homeavis2 p {
    color:#000;
    font-size:16px;
}
.homeavis2 strong {
    font-weight:500;
}
.homeavis2 .homeavisref {
    color:#BEBEBE;
}
.homeavis2 .homeavistexte {
    color:#7D7D7E;
}
.homeavis2 .etoile1 {
    background-image:url(/upload/parametres/pic-star-orange-transparent.png);
    margin-left:0;
    width:125px;
    height:20px;
}
.homeavis2 .etoile2 {
    background-image:url(/upload/parametres/pic-star-orange.png);
    height:20px;
}
.slick-prev-left, .slick-next-right {
    width:17px;
    height:35px;
    top:50%;
}


.homecontact {
    background-color:#fff;
    padding-top:100px;
    padding-bottom:80px;
}
.homecontact1 {
    box-sizing:border-box;
    padding:10px;
}
.homecontact2 {
    background-color:#F9F9F9;
    border-radius:5px;
}
.homecontact3 {
    padding:15px;
}
.homecontact img.homegance {
    width:100%;
}
.homecontact3 p {
    color:#000;
    font-size:14px;
}
.homecontact3 p strong {
    font-size:18px;
}
.homecontact3 a {
    color:#000;
}
.homecontact4 {
    float:right;
}
.homecontact4 a {
    display:inline-block;
    background-color:#E5E5E5;
    box-sizing:border-box;
    width:30px;
    height:30px;
    padding-top:5px;
    border-radius:15px;
    text-align:center;
}


.homeecoute {
}
.homeecoute1 img {
    width:100%;
    float:right;
}
.homeecoute2 {
    box-sizing:border-box;
    max-width:800px;
    padding-left:60px;
    padding-right:100px;
    padding-top:60px;
    padding-bottom:60px;
}
.homeecoute2 h2 a {
    color:#000;
}


.homeactu {
    padding-top:60px;
    padding-bottom:60px;
}
.homeactu1 img {
    width:80%;
    float:right;
}
.homeactu2 {
    box-sizing:border-box;
    max-width:800px;
    padding-left:60px;
    padding-right:100px;
    padding-top:50px;
    padding-bottom:50px;
}
.homeactu2 h3 {
    font-size:22px;
    font-weight:500;
    margin-bottom:10px;
}
.homeactu2 a {
    color:#000;
}
.homeactu2 a.homeactu3 {
    color:#E42918;
    font-weight:500;
}


@media only screen and (max-width:1439px) {
    .homeexclusivites .homeselection .homevignette { width:33%; }
}
@media only screen and (max-width:1279px) {
    .homeecoute2 { padding-left:30px; padding-right:30px; }
    .homeactu2 { padding-left:30px; padding-right:30px; }
}
@media only screen and (max-width:980px) {
    #menuhaut { top:55px; }

    h2 { margin-top:10px; margin-bottom:20px; }
    a.homebutton { margin-top:10px; }

    #homeslide { height:500px; top:55px; }
    #homeencart1 { height:420px; margin-top:-220px; }
    #homeencart2 { width:95%; margin-left:2.5%; }

    #recherchehorizontale input[type="submit"] { height:47px; }

    .homeintro { width:90%; margin-left:5%; margin-bottom:80px; }

    div.colonnes3 { width:100%; }
    div.colonnes2 { width:100%; }

    .homeselectionimmo { margin-top:50px; margin-bottom:40px; }
    #homeselectionventebt, #homeselectionlocationbt { margin-top:40px; margin-bottom:10px; margin-left:10px; }
    .homedeuxtiers, .homeuntiers { width:100%; height:270px;  }
    .homedeuxtiers .homeselectionimmo2, .homeuntiers .homeselectionimmo2 { padding-top:100px; }

    #homeavis { padding-top:60px; margin-top:30px; }

    .homecontact { padding-left:10px; padding-right:10px; padding-top:50px; }
    .homecontact1 { margin-bottom:20px; }

    .homeexclusivites h2 { margin-bottom:0; }
    .homeexclusivites .homeselection { margin-top:0; padding-top:20px; }
	.homeexclusivites .homeselection .homevignette { width:50%; }
    #homevignette4 { display:block; }

    .homeavis { padding-left:10px; padding-right:10px; padding-top:10px; padding-top:30px; }

    .homeprojet { padding:10px; padding-top:40px; padding-bottom:40px; }
    .homeprojet1 { min-height:auto; padding:30px; margin-bottom:15px; }
    .homeprojet p { margin-bottom:10px; }

    div.colonnes2.homecontact1 { width:50%; }

    .homeecoute { padding-top:0; padding-bottom:20px; }
    .homeecoute1 img { max-width:100%; }
    .homeecoute2 { padding-left:30px; padding-right:30px; max-width:100%; }

    .homeactu { padding-top:10px; }
    .homeactu1 img { width:95%; margin-left:2.5%; float:none; }
    .homeactu2 { padding-left:30px; padding-right:30px; padding-top:20px; padding-bottom:0; max-width:100%; }
	.homeavis2 {height:430px;}
}
@media only screen and (max-width:700px) {
    div.colonnes2.homecontact1 { width:100%; }
    .homecontact1 { padding-left:0; padding-right:0; }
	.homeavis2 {height:480px;}
}
@media only screen and (max-width:600px) {
	.homeexclusivites { padding-bottom:60px; }
    .homeexclusivites h2 { display:block; }
    .homeexclusivites .homeselection { padding-bottom:0; }
	.homeexclusivites .homeselection .homevignette { width:100%; padding:10px; }
    .homeexclusivites .homeselection .homevignette2 .homevignettetexte { height:190px; }
    #homevignette3, #homevignette4 { display:none; }
	.homeavis2 {height:580px;}
}