.homecentre { position: relative; width: 1440px; max-width: 1440px; margin-left: auto; margin-right: auto; z-index: 2; }
@media only screen and (max-width:1439px) {
    .homecentre { width: 1280px; max-width: 1280px; }
}
@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% !important; max-width: 100% !important; }
}


body {
    overflow-x: hidden;
}
h1 {
    font-family: 'Poppins', Arial;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Poppins', Arial;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.8px;
}
p {
    font-family: 'Poppins', Arial;
    color: #FFFFFF;
    margin-bottom: 20px;
}
a.homebouton {
    display: inline-block;
    background-color: #A02F87;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 40px 5px 40px;
    font-size: 24px;
    border: 2px solid #A02F87;
    border-radius: 25px;
}
a.homebouton:hover {
    background-color: #FFFFFF;
    color: #A02F87;
}
a.homeboutoninverse {
    display: inline-block;
    background-color: #FFFFFF;
    color: #A02F87;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 40px 5px 40px;
    font-size: 24px;
    border: 2px solid #A02F87;
    border-radius: 25px;
}
a.homeboutoninverse:hover {
    background-color: #A02F87;
    color: #FFFFFF;
}


#fondhautpage1, #fondhautpage2 {
    display: none;
}


#homeintro {
    position: relative;
    height: 100vh;
}
#homeintro::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
}
#homeintro #homeintroslider {
    height: 100vh;
}
#homeintro .homeslide {
    background-position: center top;
    background-size: cover;
    height: 100vh;
}
#homeintro #homeslide1 {
    background-image:url(/upload/parametres/home-slide-1.jpg);
}
#homeintro #homeslide2 {
    background-image:url(/upload/parametres/home-slide-2.jpg);
}
#homeintro #homeslide3 {
    background-image:url(/upload/parametres/home-slide-3.jpg);
}
#homeintro .prev-left, #homeintro .next-right {
    position: absolute;
    top: 500px;
    z-index: 2;
}
#homeintro .prev-left {
    left: 50px;
}
#homeintro .next-right {
    right: 50px;
}
#homeintro #homeintrotitre {
    position: absolute;
    top: 260px;
    left: 250px;
    z-index: 2;
	max-width:750px;
}
#homeintro p {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1.05px;
}


#homenouveautes {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 120px;
    text-align: center;
}
#homenouveautes .homecentre {
    width: 1380px;
    max-width: 1380px;
}
#homenouveautes h2 {
    margin-bottom: 10px;
}
#homenouveautes strong {
    color: #A02F87;
    font-weight: 500;
}
#homenouveautes span {
    font-family: 'Poppins', Arial;
    color: #262626;
    font-size: 16px;
}
#homenouveautes #homeselection {
    margin-top: 50px;
}
#homenouveautes #homeselection .homevignette {
    box-sizing: border-box;
    float: left;
    width: 33%;
    padding: 15px;
    text-align: left;
}
#homenouveautes #homeselection .homevignette2 {
    transition:transform 0.5s;
    box-shadow: 0.30px 3px 8px #00000026;
}
#homenouveautes #homeselection .homevignette2:hover {
    transform:scale(1.05);
}
#homenouveautes #homeselection .homevignette2 .homevignettetexte {
    position: relative;
    height: 150px;
    padding: 15px;
}
#homenouveautes #homeselection .homevignette2 .intitule {
    color: #1E1A19;
    display: block;
    font-size: 16px;
    letter-spacing: 0.8px;
}
#homenouveautes #homeselection .homevignette2 .ville {
    color: #A02F87;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
#homenouveautes #homeselection .homevignette2 .pieces {
    display:none;
}
#homenouveautes #homeselection .homevignette2 strong {
    background-color: #FAF4F9;
    color: #383C3E;
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: 18px;
    border-top: 1px solid #FAF4F9;
}
#homenouveautes #homeselection .homevignetteligne3 span {
    color: #6A6A6A;
    position: absolute;
    left: 15px;
    top: 70px;
    font-size: 14px;
    font-weight: 300;
}
#homenouveautes #homeselection .homevignettephoto img.photo {
    width: 100%;
}
#homenouveautes #homeselection .homevignettephoto .photomoins, #homenouveautes #homeselection .homevignettephoto .photoplus, #homenouveautes #homeselection .homevignettephoto .nbphoto {
    display:none;
}
#homenouveautes #homeselection a.lien {
    display: none;
}


#homeestimation {
    background-image: url(/upload/parametres/home-estimation.jpg);
    background-size: cover;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 170px;
    padding: 50px 15px 50px 15px;
    text-align: center;
}
#homeestimation::before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
#homeestimation h2 {
    margin-bottom: 10px;
}
#homeestimation p {
    margin-bottom: 30px;
}


#homepresentation {
    margin-bottom: 280px;
    padding-left: 15px;
    padding-right: 15px;
}
#homepresentation #homeencart {
    background-color: #FAF4F9;
    width: 50%;
    padding: 40px 250px 40px 40px;
}
#homepresentation #homeencart h2 {
    color: #1E1A19;
    margin-bottom: 50px;
}
#homepresentation #homeencart p {
    color: #1E1A19;
}
#homepresentation #homeencart p strong {
    color: #A02F87;
    font-weight: 500;
}
#homepresentation img {
    position: relative;
    float: right;
    margin-top: -500px;
    margin-right: 80px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 15px -15px;
    z-index: 2;
}


#piedpage {
    margin-top:0;
}


@media only screen and (max-width:1439px) {
    #homeintro #homeintrotitre { left: 150px; }

    #homepresentation img { margin-right: 0; margin-top: -530px; }
}

@media only screen and (max-width:1379px) {
    #homenouveautes .homecentre { width: 100%; max-width: 100%; }
}

@media only screen and (max-width:1279px) {
    #homepresentation { margin-bottom: 140px; }
    #homepresentation #homeencart { width: 40%; }
    #homepresentation img { margin-top: -730px; }
}

@media only screen and (max-width:980px) {
    a.homebouton, a.homeboutoninverse { font-size: 20px; }

    #menuhaut { top: 60px; }
    #menumobile { right:30px; }

    #homeintro, #homeintro #homeintroslider, #homeintro .homeslide { height: 900px; }
    #homeintro .prev-left { left: 10px; }
    #homeintro .next-right { right: 10px; }

    #homeintro #homeintrotitre { top: 160px; left: 15%; right: 15%; }
    #homeintro h1 { font-size: 36px; }
    #homeintro p { font-size: 18px; }

    #homenouveautes { margin-top: 40px; margin-bottom: 20px; }
    #homenouveautes #homeselection { margin-top: 20px; }

    #homeestimation { margin-bottom: 50px; }

    #homepresentation { margin-bottom: 40px; }
    #homepresentation #homeencart { box-sizing: border-box; width: 90%; margin: auto; padding: 40px 40px 100px 40px; }
    #homepresentation #homeencart p { line-height: 24px; }
    #homepresentation img { display: block; float: none; width: 60%; margin: auto; margin-top: -50px; }
}

@media only screen and (max-width:700px) {
    #homeintro #homeintrotitre { top: 140px; }
}

@media only screen and (max-width:480px) {
    #homeintro h1 { font-size: 28px; line-height:36px; }
    #homeintro p { font-size: 16px; }

    #homeintro, #homeintro #homeintroslider, #homeintro .homeslide { height: 1000px; }

    #homepresentation img { width: 80%; }
}