body {
    box-sizing: border-box;
}


.homecentre, .homecentre2 {
    box-sizing:border-box;
    width:1320px;
    max-width:1320px;
    margin-left:auto;
    margin-right:auto;
}
.colonnes2 {
    box-sizing:border-box;
    padding-left:20px;
    padding-right:20px;
}
@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%; }
}


h1 {
    font-size:50px;
    color:#fff;
    letter-spacing:0px;
}
h2 strong {
    font-size:25px;
    color:#09549F;
    font-weight:600;
}
h2 {
    font-size:40px;
    color:#06100D;
    font-weight:600;
    font-family:'Lora', Arial;
}


#homeslide {
    height:750px;
    z-index:-20;
}
.homeslide {
    background-size:auto 100%;
    background-position:center center;
    background-repeat:no-repeat;
    height:750px;
}
#homeslide1 {
	background-image:url(/upload/parametres/slide1laskar.jpg);
}


#homerecherche {
    margin-top:-650px;
    margin-bottom:290px;
    text-align:center;
}
#recherchehorizontalepage {
    margin-top:50px;
}
#recherchehorizontale input[type="submit"] {
    border-radius:0;
}


.homeexclusivites .homeselection {
    margin-bottom:110px;
}
.homeexclusivites h2 {
    padding:0 15px 5px 15px;
}
.homeexclusivites h3 {
    margin-right:20px;
    margin-bottom:20px;
}
.homeexclusivites .homeselection .homevignette {
    width:25%;
    float:left;
    box-sizing:border-box;
    padding:15px;
}
.homeexclusivites .homeselection .homevignette2 {
    transition:transform 0.5s;
}
.homeexclusivites .homeselection .homevignette2:hover {
    transform:scale(1.05);
}
.homeexclusivites .homeselection .homevignette2 .homevignettetexte {
    position: relative;
    height:120px;
}
.homeexclusivites .homeselection .homevignette2 .homevignettetexte .homevignetteligne1 {
    position:absolute;
    top:60px;
    color:#1C1C1E;
    font-size:18px;
    font-weight:600;
    max-height:20px;
    overflow:hidden;
}
.homeexclusivites .homeselection .homevignette2 .homevignettetexte .homevignetteligne2 {
    position:absolute;
    top:20px;
}
.homeexclusivites .homeselection .homevignette2 .homevignettetexte .homevignetteligne3 {
    position:absolute;
    top:90px;
}
.homeexclusivites .homeselection .homevignette2 .pieces {
    display:none;
}
.homeexclusivites .homeselection .homevignette2 strong {
    color:#09549F;
    font-weight:600;
    font-size:30px;
    letter-spacing:0px;
}
.homeexclusivites .homeselection .homevignetteligne3 {
    font-size:20px;
    color:#1C1C1E;
    font-weight:900;
}
.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:none;
}


.homeagence {
    margin-bottom:100px;
}
.homeagence .homecentre {
    display:flex;
}
.homeagence .colonnes2 {
    padding:0;
}
.homeagence #homeagencecolonne1 {
    padding-right:80px;
}
.homeencartimage {
    width:100%;
    position:relative;
    overflow:hidden;
}
.homecouverture, .homecouverturecouleur {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
}
.homecouverture {
    background-color:#09549F;
    z-index:3;
}
.homecouverturecouleur {
    background-color:#fff;
    z-index:6;
}
.homeencartimage img {
    width:100%;
    height:100%;
    display:block;
    position:relative;
    transform:translateX(-100%);
}
.homeagence h2 {
    margin-bottom:30px;
    line-height:44px;
}
.homeagence p {
    font-size:18px;
    color:#1C1C1E;
    line-height:22px;
}
.homeagence a {
    position: relative;
    display:block;
    width:250px;
    padding:18px 0 18px 0;
    background-color:transparent;
    color:#09549F;
    border:2px solid #09549F;
    font-weight:600;
    text-align:center;
    font-size:20px;
    z-index:1;
}
.homeagence a::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#09549F;
    z-index:-1;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.5s ease;
}
.homeagence a:hover::before {
    transform:scaleX(1);
}
.homeagence a:hover {
    color:#fff;
}
.homeagence span {
    display:flex;
    margin-top:60px;
    font-style:italic;
    font-size:25px;
    color:#000;
}
.homeagence span::before {
    content:'';
    background: #ffed0d;
    position:absolute;
    width:100px;
    height:3px;
    bottom:10%;
    left:-130px;
}


#homeavis {
    margin-bottom:120px;
}
#homeavis h2 {
    margin-bottom:35px;
    padding-left:15px;
    padding-right:15px;
}
#homeavis .homeavis1 {
    display:block;
    box-sizing:border-box;
    background-color:#09549F;
    padding:30px;
    margin:0 15px 0 15px;
}
#homeavis .homeavis1 h3 {
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}
#homeavis .homeavis1 p {
    color:#fff;
    font-size:16px;
    margin-bottom:10px;
}
#homeavis .homeavis1 .homeavistexte {
    min-height:160px;
}
#homeavis .prev-left {
    position:absolute;
    left:-30px;
    top:45%;
}
#homeavis .next-right {
    position:absolute;
    right:-30px;
    top:45%;
}


.homeestimez {
    margin-bottom:140px;
}
.homeestimez .colonnes2 {
    padding:0;
}
.homeestimez #homeestimezcolonne1 {
    padding-right:155px;
    margin-top:40px;
}
.homeestimez #homeestimezcolonne2 {
    margin-bottom:40px;
}
.homeestimez h2 {
    margin-bottom:30px;
    line-height:44px;
}
.homeestimez p {
    font-size:18px;
    color:#1C1C1E;
    line-height:22px;
}
.homeestimez a {
    position:relative;
    display:block;
    width:250px;
    padding:18px 0 18px 0;
    background-color:#09549F;
    color:#fff;
    font-weight:600;
    text-align:center;
    font-size:20px;
    z-index:1;
}
.homeestimez a::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#525252;
    z-index:-1;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.5s ease;
}
.homeestimez a:hover::before {
    transform: scaleX(1);
}
.homeestimez #homeestimezcolonne2 img {
    width:100%;
}


.homedecouvrez2 {
    margin-bottom:150px;
}
.homedecouvrez2 #colonne {
    display:flex;
}
.homedecouvrez2 .colonnes3 {
    margin-left:15px;
    margin-right:15px;
}
.homedecouvrez2 #colonne1 {
    margin-left:0;
}
.homedecouvrez2 #colonne3 {
    margin-right:0;
}
.homedecouvrez2 h2 {
    margin-bottom:40px;
}
.homedecouvrez2 .colonnes3 img {
    width:100%;
}
.homedecouvrez2 h3 {
    font-family:'Lora', Arial;
    font-size:30px;
    font-weight:700;
    color:#09549F;
    margin-top:20px;
    margin-bottom:10px;
}
.homedecouvrez2 p {
    width:90%;
    min-height:70px;
    font-size:18px;
    color:#1C1C1E;
    margin-bottom:40px;
    line-height:22px;
}
.homedecouvrez2 a {
    position:relative;
    display:block;
    width:250px;
    padding:16px 0 16px 0;
    background-color:#fff;
    border:2px solid #09549F;
    color:#09549F;
    font-weight:600;
    text-align:center;
    font-size:20px;
    z-index:1;
}
.homedecouvrez2 a::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#09549F;
    z-index:-1;
    transform:scaleX(0);
    transform-origin:left;
    transition:transform 0.5s ease;
}
.homedecouvrez2 a:hover::before {
    transform: scaleX(1);
}
.homedecouvrez2 a:hover {
    color:#fff;
}
.homedecouvrez2 .homeencartjaune {
    background-color:#FFED0C;
    width:100px;
    height:10px;
    margin-top:20px;
}


.homecontact .homecentre {
    background-color:#09549F;
    padding:100px;
}
.homecontact #colonne1 {
    padding-left:0;
    padding-right:140px;
}
.homecontact #colonne2 {
    padding:0;
}
.homecontact div.formulaire.w100 {
    width:100%;
    padding:0;
    opacity:0.8;
}
.homecontact h2 {
    font-family:'Lora', Arial;
    font-size:40px;
    color:#fff;
    font-weight:600;
    margin-bottom:20px;
}
.homecontact p {
    font-size:18px;
    color:#fff;
    line-height:22px;
    margin-bottom:60px;
}
.homecontact .homeliste {
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.homecontact .homeliste .homelisteimage {
    width:40px;
    height:40px;
}
.homecontact .homeliste .homelistetexte {
    margin-left:20px;
    color:#fff;
    font-size:18px;
    line-height:22px;
}
.homecontact .homeliste .homelistetexte a {
    color:#fff;
}
.homecontact .formulaire input[type="text"], .homecontact .formulaire input[type="email"] {
    padding-bottom:10px;
    margin-bottom:5px;
}
.homecontact .formulaire textarea {
    border:1px solid #fff;
    height:90px;
    margin-top:5px;
    padding:10px;
}
.homecontact .formulaire input::placeholder, .homecontact .formulaire textarea::placeholder {
    font-size:18px;
    color:#fff;
}
.homecontact input[type="checkbox"] {
    width:20px;
    height:20px;
    margin-right:10px;
    vertical-align:top;
}
.homecontact label {
    display:inline-block;
    width:90%;
    font-size:16px;
    line-height:20px;
}
.homecontact .champsobligatoires {
    font-size:20px !important;
    margin-top:10px;
}
.homecontact input[type="submit"] {
    width:250px;
    padding:16px 0 16px 0;
    opacity:1;
}


#piedpage {
    margin-top:0;
}


@media only screen and (max-width:1439px) {
    .homeexclusivites .homeselection .homevignette { width:33%; }
    .homeagence span::before { bottom:6%; }
}
@media only screen and (max-width:1279px) {
    .homeagence span { display:none; }
}
@media only screen and (max-width:980px) {
    #menuhaut { top:60px; }

    #fondhautpage1 { min-height:60px; }

    #menuhaut { top:0px; }

    h2 { font-size:36px; }

    #homeslide { height:255px; margin-top:60px; }
	.homeslide { background-size:100% auto; width:920px; height:255px; }
    #homerecherche { display:block; width:100%; max-width:100%; margin-top:-180px; margin-bottom:0; padding-left:0; padding-right:0; }
    #homerecherche img { width:40%; }
    #recherchehorizontalepage {margin-top:40px; }
    #recherchehorizontale { margin-left:0; margin-right:0; padding:10px; padding-bottom:5px; padding-top:20px !important; text-align:left; }

    .homeexclusivites .homeselection { margin-bottom:20px; width:90%; margin-left:auto; margin-right:auto; }

    .homeagence { margin-bottom:30px; }
    .homeagence .homecentre { display:block; }
    .homeagence img { width:80%; margin:auto; }
    .homeagence span { display: none; }

    #homeavis { width:90%; margin-left:auto; margin-right:auto; margin-bottom:20px; }
    #homeavis h2 { padding:0; }
    #homeavis .homeavis1 .homeavistexte { min-height:180px; }

    .homeestimez { margin-top:30px; margin-bottom:30px; }
    .homeestimez .colonnes2, .homeagence .colonnes2 { width:90%; margin-left:auto; margin-right:auto; padding:0 !important; float:none; }
    .homeestimez #homeestimezcolonne1 { margin-top:0; margin-bottom:50px; }
    .homeestimez #homeestimezcolonne2 { text-align:center; margin-bottom:0; }
    .homeestimez #homeestimezcolonne2 img { width:80%; }

    .homedecouvrez2 { margin-bottom: 0; }
    .homedecouvrez2 #colonne { display:block; }
    .homedecouvrez2 .colonnes3 { float:none; text-align:center; width:90%; margin-bottom:50px; margin-left:auto !important; margin-right:auto !important; }
    .homedecouvrez2 .colonnes3 img { width: 80%; }
    .homedecouvrez2 h2 { margin-left:auto; margin-right:auto; width:90%; }
    .homedecouvrez2 p { margin-bottom:0; margin-left:auto; margin-right:auto; }
    .homedecouvrez2 a, .homedecouvrez2 .homeencartjaune, .homeestimez a,.homeagence a { margin-left:auto; margin-right:auto; }

    .homecontact .homecentre { width:90%; padding:60px; }
    .homecontact { width:100%; display:block; float:none; }
    .homecontact .colonnes2 { width:100%; float:none; }
    .homecontact #colonne1 { padding-right:0; }
    .homecontact p { margin-bottom:30px; }
    .homecontact .homeliste { margin-bottom:20px; }
}
@media only screen and (max-width:750px) {
    #homeavis .homeavis1 .homeavistexte { min-height:200px; }
}
@media only screen and (max-width:700px) {
    #homeavis .homeavis1 { margin:0; }
}
@media only screen and (max-width:600px) {
    #menumobile { right:30px; }

    .homeslide { background-size:auto 100%; width:640px; height:255px; }

    #homerecherche img { width:60%; }

    .homeexclusivites .homeselection { width:95%; }
    div.colonnes2 { width:95%; display:block; float:none; }

    #homeavis { width:95%; }
    #homeavis .homeavis1 .homeavistexte { min-height:160px; }
    #homeavis .prev-left, #homeavis .next-right { display:none !important; }

    .homeestimez .colonnes2, .homeagence .colonnes2 { width:95%; }

    .homedecouvrez2 .colonnes3 { width:95%; }
    .homedecouvrez2 h2 { width:95%; }

    .homecontact .homecentre { width:95%; padding:60px 15px 60px 15px; }
}
@media only screen and (max-width:500px) {
    .homedecouvrez2 a { margin-top:10px; }
}
@media only screen and (max-width:480px) {
    div.colonnes2 { padding-left:15px; padding-right:15px; }

    .homeestimez #homeestimezcolonne2 img { width: 100%; }

    .homedecouvrez2 .colonnes3 img { width: 80%; }
}
@media only screen and (max-width:370px) {
    #homeavis .homeavis1 .homeavistexte { min-height:200px; }

    .homecontact label { width:90%; }
}