.homecentre {
    box-sizing:border-box;
    width:1420px;
    max-width:1420px;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (max-width:1439px) {
    .homecentre { width:1260px; max-width:1260px; }
}
@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-family:'Roboto Slab',Arial;
    font-size:40px;
    font-weight:500;
    line-height:46px;
    color:#000;
    margin-bottom:20px;
}
h2 {
    font-family:'Roboto Slab',Arial;
    font-size:35px;
    line-height:40px;
    font-weight:400;
    color:#000;
    margin-bottom:10px;
}
p {
    font-size:17px;
    line-height:24px;
    margin-bottom:15px;
}
a.homebutton {
    display:inline-block;
    background-color:#8CA192;
    color:#fff;
    padding:8px;
    padding-left:23px;
    padding-right:23px;
    font-size:16px;
    font-weight:500;
    border-radius:20px;
    margin-top:20px;
}


#homeslide {
    background-size:cover;
    background-position:center center;
    width:100%;
    height:650px;
    padding-top:120px;
}
#homeslidetext {
    width:70%;
    padding-top:250px;
    padding-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}
#homeslidetext1 {
    width:50%;
    margin-left:auto;
    margin-right:auto;
}
#homeslidetext h1 {
    color:#fff;
    text-align:center;
}
#homeslidetext p {
    color:#fff;
    text-align:center;
}

#homeencart1 {
    position:relative;
    box-sizing:border-box;
}
#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;
    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:32px;
    padding-top:8px;
    padding-bottom:8px;
    margin-bottom:20px;
    margin-right:5px;
    border-radius:20px;
    color:#000;
    background-color:#fff;
    font-size:16px;
}
#homeencart2 a.homeencartmenu.homeselection {
    color:#fff;
    background-color:#8CA192;
}
#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:15px;
}
#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:15px;
    border-bottom-right-radius:15px;
}
#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:15px;
    border-bottom-left-radius:15px;
}
.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:0;
}
#homeacheter #recherchehorizontale .select2-container {
    padding:0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.select2-default {
    color:#666 !important;
}
.select2-container .select2-choice, .select2-container .select2-choices {
    margin-top:1px;
}
.select2-container-multi .select2-choices {
    border-radius:0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.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/loupe.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;
}


.homeexclusivites h2 {
    display:inline-block;
    margin-right:30px;
    margin-bottom:40px;
}
#homeselectionventebt, #homeselectionlocationbt {
	margin-left:20px;
    margin-right:30px;
    display:inline-block;
    background-color:#8CA192;
    color:#fff;
    padding:10px;
    padding-left:23px;
    padding-right:23px;
    font-size:16px;
    font-weight:500;
    border-radius:20px;
    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:15px;
}
.homeexclusivites .homeselection .homevignette2 img {
    height:250px;
    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-family: 'Roboto Slab',Arial;
    font-size: 26px;
    font-weight: 400;
    color:#8CA192;
    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%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.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);
}


.homeavis {
    padding-top:60px;
    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;
    padding-left:20px;
    padding-right:20px;
}
.homeavis2 {
    box-sizing:border-box;
    height:380px;
    padding:30px;
    background-color:#fff;
    box-shadow:0px 0px 10px #0000001A;
    border-radius:15px;
}
.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%;
}


#homeestim {
    background-color:#2E3B46;
    padding-top:60px;
    padding-bottom:60px;
}
#homeestimtext {
    width:60%;
    margin-left:auto;
    margin-right:auto;
}
#homeestim p {
    color:#fff;
    font-family:'Roboto Slab',Arial;
    font-size:35px;
    line-height:39px;
    text-align:center;
}
#homeestim a.homebutton {
    background-color:#2E3B46;
    border:1px solid #fff;
    color:#fff;
    padding-left:30px;
    padding-right:30px;
}


#homecontact {
    position:relative;
    background-color:#F8F9FA;
}
#homecontact img {
    width:100%;
}
.homecontactform {
    padding-top:100px;
    padding-left:20px;
    padding-right:20px;
}
div.formulaire.w100 {
    width:100%;
}
.formulaire input[type="submit"] {
    width:100%;
}


@media only screen and (max-width:1439px) {
    .homeexclusivites .homeselection .homevignette { width:33%; }
}
@media only screen and (max-width:980px) {
    #menuhaut { top:55px; }

    h2 { margin-top:10px; margin-bottom:20px; }
    a.homebutton { margin-top:10px; }

    #homeslidetext1 { width:90%; }

    #homeencart2 { width:95%; margin-left:2.5%; }

    #recherchehorizontale input[type="submit"] { height:47px; }

    div.colonnes3 { width:100%; }
    div.colonnes2 { width:100%; }

    .homeexclusivites h2 { display:block; padding-left:10px; 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; }
	.homeavis2 {height:430px;}
}
@media only screen and (max-width:800px) {
    .homeslide { padding-left:35px; padding-right:35px; }
    #homeslide .slick-dots { left:15px; }
    div.colonnes2.homecolonne2 { padding-left:10px; padding-right:10px; }
}
@media only screen and (max-width:700px) {
	.homeavis2 {height:480px;}
}
@media only screen and (max-width:600px) {
    h1 { font-size:34px; }
    #homeslidetext { width:95%; }
    #homeencart2 a.homeencartmenu { padding:24px; padding-top:8px; padding-bottom:8px; }
	.homeexclusivites { padding-bottom:60px; }
    #homeselectionventebt, #homeselectionlocationbt { margin-bottom:40px; }
    .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;}
    #homeestimtext { width:80%; }
    .homecontactform { padding-top:50px; }
}