.homecentre { box-sizing: border-box; position: relative; width: 1600px; max-width: 1600px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
.homeintro { text-align: center; }
@media only screen and (max-width:1649px) {
    /*.homecentre { width: 1440px; max-width: 1440px; }*/
    .homecentre { width: 1300px; max-width: 1300px; }
}
@media only screen and (max-width:1439px) {
    .homecentre { width: 1150px; max-width: 1150px; }
}
@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%; }
}


body {
    overflow-x: visible;
}
h1 {
    font-family: 'Montserrat', Arial;
    color: #FFFFFF;
    width: 370px;
    margin: 100px auto 100px auto;
    text-transform: uppercase;
    text-align: right;
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}
h2 {
    font-family: 'Montserrat', Arial;
    color: #0A6674;
    margin-bottom: 25px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0px;
}
span.rubrique {
    font-family: 'Nunito', Arial;
    color: #18133D;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.35px;
}
p {
    font-family: 'Nunito', Arial;
    color: #313131;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
p.homeslogan {
    font-family: 'Nunito', Arial;
    color: #18133D;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.14px;
}
a.homelien {
    font-family: 'Nunito', Arial;
    color: #18133D;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-decoration: none;
}
a.homelien::after {
    content: "";
    background-color: #0A6674;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transition: transform .5s;
    transform-origin: 0;
    transform: scaleX(1);
}
a.homelien:hover::after {
    transform-origin: 0;
    transform: scaleX(0);
}
a.homebouton {
    background-color: #18133D;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px; 
    border:2px solid #18133D;   
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
a.homebouton:hover {
    opacity: 0.9;
}
a.homeboutoninverse {
    background-color: #0A6674;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px; 
    border:2px solid #0A6674;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
a.homeboutoninverse:hover {
    opacity: 0.9;
}


#homeintro {
    position:relative;
    height: 100%;
    margin-bottom: 80px;
}
#homeintroslider, #homeintroslider .slick-list, #homeintroslider .slick-track, #homeintroslider .slick-slide, #homeintroslider .slick-slide > div, #homeintroslider .homeslide { 
    height: 100%;
}
#homeintro::before {
    content: '';
    background: #000;
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
}
#homeintro #homeintroslider {
    width: 100%;
    height: 100%;
}
#homeintro .homeslide {
    background-position: center top;
    background-size: cover;
    height: 100%;
}
#homeintro #homeslide1 {
    background-image: url(/upload/parametres/home-slide1-graillatimmobilier.jpg);
}
#homeintro #homeslide2 {
	background-image:url(/upload/parametres/home-slide2-graillatimmobilier.jpg);
}
#homeintro #homeslide3 {
	background-image:url(/upload/parametres/home-slide3-graillatimmobilier.jpg);
}


#homeintro #homeintrocentre {
    box-sizing: border-box;
    position: absolute;
    top: 240px;
    width: 100%;
    max-width: 2200px;
    padding: 0 200px;
    z-index: 2;
}
#homeintro #recherchehorizontalepage {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    clear: both;
}


#homemetiers {
    margin-bottom: 60px;
}
#homemetiers #homemetierencart {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#homemetiers .homemetier1 {
    box-sizing: border-box;
    width: 25%;
}
#homemetiers .homemetier2 {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
#homemetiers .homemetier2 .homemetierphoto {
    background-size: cover;
    background-position: center center;
    height: 225px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#homemetiers .homemetier2 .homemetiertexte {
    box-sizing: border-box;
    position: relative;
    padding: 20px 40px 30px 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

}
#homemetiers .homemetier2 .homemetiertexte h3 {
    font-family: 'Montserrat', Arial;
    color: #0A6674;
    margin-bottom: 10px;
    min-height: auto;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 0px;
}
#homemetiers .homemetier2 .homemetiertexte h3:hover {
    color: #18133D;
}
#homemetiers .homemetier2 .homemetiertexte p {
    min-height: 100px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}


#homevente {
    background-color: #F8F5F1;
    overflow-x: visible;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 80px;
}
#homelocation {
    overflow-x: visible;
    margin-bottom: 100px;
}
#homevente .homecentre, #homelocation .homecentre {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
#homevente h2, #homelocation h2 {
    margin-bottom: 60px;
}
#homevente .colonnes2, #homelocation .colonnes2 {
    box-sizing: border-box;
}
#homevente #homeventecolonne1, #homelocation #homelocationcolonne1 {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 52%;
    padding: 60px 250px 0 150px;
}
#homevente #homeventecolonne1 p, #homelocation #homelocationcolonne1 p {
    padding-right: 50px;
    font-weight: 600;
}
#homevente #homeventecolonne1 .homeboutoninverse, #homelocation #homelocationcolonne1 .homeboutoninverse {
    margin-bottom: 50px;
}
#homevente #homeventecolonne2, #homelocation #homelocationcolonne2 {
    overflow: visible;
    position: relative;
    float: right;
    width: calc(48% + min(max(calc((100vw - 1600px) / 2), 0px), 320px));
    margin-right: calc(min(max(calc((100vw - 1600px) / 2), 0px), 320px) * -1);
}
#homevente #homeventecolonne2 .slick-left, #homelocation #homelocationcolonne2 .slick-left {
    position: absolute;
    left: 15px;
    bottom: -40px;
    z-index: 5;
    cursor: pointer;
    transition: transform 0.2s ease;
}
#homevente #homeventecolonne2 .slick-right, #homelocation #homelocationcolonne2 .slick-right {
    position: absolute;
    left: 45px;
    bottom: -40px;
    z-index: 5;
    cursor: pointer;
    transition: transform 0.5s ease;
}
#homevente #homeventecolonne2 .slick-left:hover, #homevente #homeventecolonne2 .slick-right:hover, #homelocation #homelocationcolonne2 .slick-left:hover, #homelocation #homelocationcolonne2 .slick-right:hover {
    transform: scale(1.3);
}
#homevente #homesliderwrapper, #homelocation #homesliderwrapper {
    overflow: hidden;    
    width: 100%;
    max-width: 1272px;
    margin-left: auto;
    margin-right: 0;  
    padding-bottom: 10px;
}
#homevente #homeslidervente .homeslidevente, #homelocation #homesliderlocation .homeslidelocation {
    width: 410px;
}
#homevente #homeslidervente .slick-list, #homelocation #homesliderlocation .slick-list  {
    overflow: visible;
}
#homevente #homeslidervente .homevignette, #homelocation #homesliderlocation .homevignette {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 15px;
}
#homevente #homeslidervente .homevignette2, #homelocation #homesliderlocation .homevignette2 {
    position: relative;
    border-radius: 20px;
    transition: box-shadow .2s ease;
}
#homelocation #homesliderlocation .homevignette2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
#homevente #homeslidervente .homevignette2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
#homevente #homeslidervente .homevignettephoto, #homelocation #homesliderlocation .homevignettephoto {
    position: relative;
    overflow: hidden;
    height: 225px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#homevente #homeslidervente .homevignette2 img, #homelocation #homesliderlocation .homevignette2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    transform-origin: center center;
}
#homevente #homeslidervente .homevignette2:hover .homevignettephoto img, #homelocation #homesliderlocation .homevignette2:hover .homevignettephoto img {
    transform: scale(1.08);
}
#homevente #homeslidervente .homevignette2 .homevignettetexte, #homelocation #homesliderlocation .homevignette2 .homevignettetexte {
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 175px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#homevente #homeslidervente .homevignette2 .ville, #homelocation #homesliderlocation .homevignette2 .ville {
    color: #7D7D7E;
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.35px;
}
#homevente #homeslidervente .homevignette2 .intitule, #homelocation #homesliderlocation .homevignette2 .intitule {
    color: #18133D;
    position: absolute;
    top: 50px;
    left: 30px;
    right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0px;
}
#homevente #homeslidervente .homevignette2 .homevignetteligne3, #homelocation #homesliderlocation .homevignette2 .homevignetteligne3 {
    color: #7D7D7E;
    position: absolute;
    left: 30px;
    bottom: 55px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12px;
}
#homevente #homeslidervente .homevignette2 .homevignetteligne3 .surface, #homelocation #homesliderlocation .homevignette2 .homevignetteligne3 .surface {
    margin-right: 10px;
}
#homevente #homeslidervente .homevignette2 strong, #homelocation #homesliderlocation .homevignette2 strong {
    color: #0A6674;
    position: absolute;
    bottom: 20px;
    left: 30px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0px;
}
#homevente #homeslidervente .homevignette2 strong .prixunite, #homelocation #homesliderlocation .homevignette2 strong .prixunite {
    font-size: 10px;
}
#homevente #homeslidervente .homevignette2 .homevignetteligne3 .pieces, #homelocation #homesliderlocation .homevignette2 .homevignetteligne3 .pieces {
    display: none;
}
#homevente #homeslidervente a.lien, #homelocation #homesliderlocation a.lien {
    display: none;
}
#homevente #homeslidervente .homevignettephoto .photomoins, #homelocation #homesliderlocation .homevignettephoto .photomoins, #homevente #homeslidervente .homevignettephoto .photoplus, #homelocation #homesliderlocation .homevignettephoto .photoplus, #homevente #homeslidervente .homevignettephoto .nbphoto, #homelocation #homesliderlocation .homevignettephoto .nbphoto {
    display: none;
}


#homecabinet {
    background-color: #F8F5F1;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 70px;
}
#homecabinet .homecentre {
    width: 1100px;
    max-width: 1100px;
}
#homecabinet .homeintro {
    margin-bottom: 80px;
}
#homecabinet .homeintro h2 {
    margin-bottom: 10px;
}
#homecabinet #homecabinetcolonne1 {
    box-sizing: border-box;
    padding-right: 80px;
}
#homecabinet #homecabinetcolonne1 .homecitation {
    color: #18133D;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 0.35px;
}
#homecabinet #homecabinetcolonne2 {
    box-sizing: border-box;
    text-align: right;
}
#homecabinet #homecabinetcolonne2 #homecabinetphoto {
    float: right;
    max-width: 460px;
}
#homecabinet #homecabinetcolonne2 #homecabinetphoto img {
    object-fit: cover;
    width: 100%;
}


#homefaq {
    margin-bottom: 80px;
    text-align: center;
}
#homefaq .homecentre {
    background-color: #D1E2E5;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 15px;
}
#homefaq h2 {
    margin-bottom: 60px;
}
#homefaq #homequestions {
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
#homefaq #homequestions .homequestion {
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
    padding: 20px 40px;
    text-align: left;
    border-radius: 15px;
    cursor: default;
}
#homefaq #homequestions .question,
#homefaq #homequestions .question span,
#homefaq #homequestions .question:after {
    cursor: pointer;
}
#homefaq #homequestions .question:after {
    content: "+";
    color: #0A6674;
    position: absolute;
    right: 20px;
    top: 28px;
    transform: translateY(-50%);
    font-size: 28px;
}
#homefaq #homequestions .homequestion.ouvert .question:after {
    content: "-";
}
#homefaq #homequestions .question span {
    color: #18133D;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.35px;
}
#homefaq #homequestions .reponse {
    padding-top: 30px;
}
#homefaq #homequestions .reponse p {
    margin-bottom: 10px;
}
#homefaq #homequestions .reponse p strong {
    color: #0A6674;
    font-weight: 700;
}
#homefaq #homequestions .reponse ul {
    font-family: 'Nunito', Arial;
    color: #313131;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
    letter-spacing: 0px;
}
#homefaq #homequestions .reponse ul li::marker {
    color: #0A6674;
}
#homefaq #homequestions .reponse strong {
    color: #0A6674;
    font-weight: 800;
}


#homeactualites {
    margin-bottom: 50px;
    text-align: center;
}
#homeactualites .homecentre { 
    width: 1350px;
    max-width: 1350px;
}
#homeactualites .homeintro {
    margin-bottom: 60px;
}
#homeactualites h2 {
    margin-bottom: 20px;
}
#homeactualites .homeactualite1 {
    float: left;
    width: 25%;
    margin-bottom: 40px;
    text-align: left;
}
#homeactualites .homeactualite2 {
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
#homeactualites .homeactualite3 {
    box-sizing: border-box;
    position: relative;
    padding: 20px 30px;
}
#homeactualites .homeactualite2 h3 {
    color: #18133D;
    overflow-y: hidden;
    min-height: 120px;
    max-height: 150px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
}
#homeactualites .homeactualite2 h3:hover {
    color: #0A6674;
}
#homeactualites .homeactualite2 p {
    display: none;
}
#homeactualites .homeactualite2 .homeactusphoto {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 180px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


@media only screen and (max-width:1650px) {
    #homeintro #homeintrocentre { padding: 0 100px; }
    #homeintro #recherchehorizontalepage { max-width: 100%; }

    #homemetiers .homemetier2 .homemetiertexte h3 { min-height: 60px; }

    #homevente #homeventecolonne2, #homelocation #homelocationcolonne2 { width: calc(48% + min(max(calc((100vw - 1300px) / 2), 0px), 320px)); margin-right: calc(min(max(calc((100vw - 1300px) / 2), 0px), 320px) * -1); }

    #homecabinet #homecabinetcolonne1 { padding-top: 0; }
}

@media only screen and (max-width:1439px) {
    #homevente #homeventecolonne2, #homelocation #homelocationcolonne2 { width: calc(48% + min(max(calc((100vw - 1150px) / 2), 0px), 320px)); margin-right: calc(min(max(calc((100vw - 1150px) / 2), 0px), 320px) * -1); }

    #homemetiers .homemetier2 .homemetiertexte p { min-height: 120px; }

    #homecabinet .homecentre { width: 1150px; max-width: 1150px; }

    #homeactualites .homecentre { width: 1150px; max-width: 1150px; }
}

@media only screen and (max-width:1279px) {
    #homeintro { margin-top: -150px; }

    #homeintro #homeintrocentre { top: 250px; }

    #homemetiers .homemetier1 { flex: 0 0 50%; max-width: 50%; margin-bottom: 30px; }
    #homemetiers .homemetier2 .homemetiertexte p { min-height: 60px; }

    #homevente #homeventecolonne1, #homelocation #homelocationcolonne1 { padding: 0px 50px 0 50px; }
    #homevente #homeventecolonne2, #homelocation #homelocationcolonne2 { width: calc(48% + ((100vw - 1000px) / 2)); margin-right: calc((100vw - 1000px) / -2); }

    #homecabinet .homecentre { width: 1000px; max-width: 1000px; }

    #homefaq #homequestions { width: 70%; }

    #homeactualites .homecentre { width: 1000px; max-width: 1000px; }
    #homeactualites .homeactualite1 { width: 33.3333%; }
    #homeactualites #actualite4 { display: none; }
}

@media only screen and (max-width:980px) {
    .homecentre { padding-left: 30px; padding-right: 30px; }

    #homeintro { margin-top: 80px; margin-bottom: 60px; }
    #homeintro #homeintrocentre { top: 80px; padding: 0 50px; }

    #homemetiers { margin-bottom: 0; }
    #homemetiers .homemetier2 .homemetiertexte p { min-height: 120px; }

    #homevente { padding-bottom: 30px; }
    #homevente, #homelocation { margin-bottom: 30px; padding-right:15px; padding-left:15px; }
    #homevente #homeventecolonne1, #homevente #homeventecolonne2, #homelocation #homelocationcolonne1, #homelocation #homelocationcolonne2 { float: none; width: 100%; margin-right: 0; }
    #homevente #homeventecolonne1, #homelocation #homelocationcolonne1 { margin-bottom: 30px; padding: 0 30px 0 0; }
    #homevente #homeventecolonne1 p, #homelocation #homelocationcolonne1 p { padding-right: 0; }
    #homevente #homeventecolonne1 .homeboutoninverse, #homelocation #homelocationcolonne1 .homeboutoninverse { margin-bottom: 35px; }
    #homevente #homeventecolonne2, #homelocation #homelocationcolonne2 { padding-bottom: 35px; }
    #homevente #homesliderwrapper, #homelocation #homesliderwrapper { overflow: hidden; width: 100%; max-width: none; margin-left: 0; margin-right: 0; }
    #homevente #homeslidervente .slick-list, #homelocation #homesliderlocation .slick-list { overflow: hidden; margin: 0 -8px; }
    #homevente #homeslidervente .homevignette, #homelocation #homesliderlocation .homevignette { float: none; width: 100%; padding: 0 8px; }
    #homevente #homeslidervente .homevignette2 .homevignettetexte, #homelocation #homesliderlocation .homevignette2 .homevignettetexte { height: 200px; }
    #homevente #homeventecolonne2 .slick-left, #homelocation #homelocationcolonne2 .slick-left { left: 0px; bottom: 0px; }
    #homevente #homeventecolonne2 .slick-right, #homelocation #homelocationcolonne2 .slick-right { left: 30px; bottom: 0px; }

    #homecabinet { margin-bottom: 0; padding-top: 60px; padding-bottom: 60px; }
    #homecabinet .homecentre { width: 100%; max-width: 100%; }

    #homefaq { margin-bottom: 60px; }
    #homefaq #homequestions { width: 85%; }
    #homefaq #homequestions .question span { font-size: 14px; }

    #homeactualites { margin-bottom: 60px; }
    #homeactualites .homecentre { width: 100%; max-width: 100%; }
    #homeactualites .homeactualite2 h3 { min-height: 80px; }
    #homeactualites #actualite4 { display: block; }
    #homeactualites .homeactualite1 { width: 50%; margin-bottom: 30px; }
    #homeactualites .homeactualite3 { padding: 12px 20px; }
}

@media only screen and (max-width:850px) {
    div.colonnes2, figure.colonnes2 { display:block; width:99%; padding-top:0; }

    #homecabinet .homeintro { margin-bottom: 40px; }
    #homecabinet #homecabinetcolonne1 { padding: 0 0 50px 0; }
    #homecabinet #homecabinetcolonne2 #homecabinetphoto { float: none; max-width: 100%; }
}

@media only screen and (max-width:710px) {
    #homemetiers .homemetier2 .homemetiertexte h3 { min-height: 60px; }
}

@media only screen and (max-width:650px) {
    #homeintro #homeintrocentre { padding: 0 25px; }
    #homeintro #homeintrocolonne1 h1 { font-size: 40px; line-height: 46px; }
}

@media only screen and (max-width:600px) {
    #homeintro h1 { width: 320px; font-size: 50px; line-height: 70px; }

    #homemetiers .homemetier1 { flex: 0 0 100%; max-width: 100%; }
    #homemetiers .homemetier2 .homemetiertexte h3 { min-height: auto; }
    #homemetiers .homemetier2 .homemetiertexte p { min-height: auto; margin-bottom: 40px; }

    #homevente #homeslidervente .slick-list, #homelocation #homesliderlocation .slick-list { margin: 0 -4px; }
    #homevente #homeslidervente .homevignette, #homelocation #homesliderlocation .homevignette { padding: 0 4px; }

    #homefaq #homequestions { width: 100%; }
    #homefaq #homequestions .homequestion { padding: 18px 40px 18px 20px; }

    #homeactualites .homeactualite1 { display: block; width: 100%; }
    #homeactualites .homeactualite2 { margin-left: 0; margin-right: 0; }
}

@media only screen and (max-width:480px) {
    .homecentre { padding-left: 15px; padding-right: 15px; }
}

#logo {
  transition: opacity 0.2s ease;
}