@import url("fonts.css");

html, body{
    height:100%;
}
#preload{
    position:absolute;
    background: white;
    z-index: 999999;
    width: 100vw;
    height: 100vh;
    opacity:1;

    -webkit-animation: fadein .5s .5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s .5s; /* Firefox < 16 */
    -ms-animation: fadein .5s .5s; /* Internet Explorer */
    -o-animation: fadein .5s .5s; /* Opera < 12.1 */
    animation: fadein .5s .5s;
            
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% { opacity: 1; height:100vh }
    99%   { opacity: 0.01; height:100vh}
    100%   { opacity: 0; height:0vh}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 1; height:100vh }
    99%   { opacity: 0.01; height:100vh}
    100%   { opacity: 0; height:0vh}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 1; height:100vh }
    99%   { opacity: 0.01; height:100vh}
    100%   { opacity: 0; height:0vh}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 1; height:100vh }
    99%   { opacity: 0.01; height:100vh}
    100%   { opacity: 0; height:0vh}
}

body{
    font-family: DraftA, Helvetica, Arial, sans serif;
    font-size:16px;
    margin:0;
    width: 100%;
    overflow-x: hidden;
    color:#29235c;
}
a,button{
    outline: none;
}
img{
    max-width:100%;
}


.modal-backdrop.show {
  opacity: .75;
}

.chronoforms6_credits{
    display:none;
}

.sppb-addon-content ul{
    padding-left:20px;
}


.reverse .sppb-row > .sppb-col-md-6:first-of-type{
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

video{
    max-width:100%;
    height:auto;
}

/* EDITOR */

.titre,
.titre-souligne{
    font-size: 50px;
    line-height:50px;
    font-weight:100;
    margin-bottom:50px;
}

.titre-souligne hr{
    margin: 20px auto;
    width: 120px;
    color: #29abe2;
    background: #29abe2;
    height: 8px;
    border: 0;
}

.titre b, .titre strong
.titre-souligne b, .titre-souligne strong{
    font-weight:700;
}

.intertitre{
    font-size: 30px;
    color: #29abe2;
    font-weight: 700;
    text-transform: uppercase;
}

/* HEADER */

header{
    background:#fff;
}

header .navbar-brand {
    padding:0 !important;
}

header .navbar{
    padding:0;
}

header .navbars ul{
    margin-right: 0 !important;
}

header .navbars ul a{
    color:#29235c;
    font-weight: 700;
    text-decoration:none;
    transition:all .3s;
}

header .navbars ul a:hover{
    color:#eb671c;
}

header .navbars ul#menu_top li{
    display:inline-block;
    font-size:16px;
}

header{
    z-index:999;
    position:relative;
}

header .navbars ul#menu_principal li{
    display:inline-block;
    font-size:16px;
    position:relative;
    cursor:pointer;
}

header #menu_principal > li > ul > .parent ul{
    text-align:left !important;
}

header #menu_principal > li > ul > .parent ul li{
    text-align:left !important;
    margin-left:0;
    color:#fff !important;
    display:block;
    font-weight:500;
    text-transform:none;  
}

header #menu_principal .nav-header{
    color:#fff;
    text-transform:none;
    font-size:24px;
    font-weight:700;
}

header #menu_principal > li > ul > .parent a{
    color:#fff;
    font-weight:500;
}

header #menu_principal ul{
    padding:0;
}

header #menu_principal ul ul{
    padding:0;
}



header #menu_principal > li > ul > li.divers .nav-header{
    display:none;
}

header #menu_principal > li > ul > li.divers ul li a {
    color: #29235c !important;
}

header .navbars ul#menu_principal > li.espace {
    margin-top: -12px;
    max-width: unset;
    width:auto !important;
}

header .navbars ul#menu_principal > li.espace a {
    display:flex;
    align-items:center;
    gap:10px;
}

header .navbars ul#menu_principal > li.espace a::before {
    content:'';
    display:block;
    width:25px;
    height:25px;
    background-image:url(../img/cle.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

header .navbars ul#menu_principal > li.espace a:hover {
    opacity:.8;
}

header .punchline{
    margin: 0 auto;
    max-width: 150px;
    position: absolute;
    left: 190px;
    top: 60px;
}



/* FOOTER */

footer{
    padding:100px 50px;
    background:#29235c;
    color:#fff;
    font-size:17px;
}

footer .menus a{
    color:#ffffff;
}

footer .menus ul#menu-footer-1{
    font-weight:bold;
}

footer .menus ul#menu-footer-2{
    margin-top:30px;
}

footer .menus ul#menu-footer-3{
    margin-top:50px;
}


#scrolltotop{
    display:none;
}

#scrolltotop img{
    width: 50px;
    background: #ec671c;
    padding: 15px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index:999999;
}


/* MISE EN FORME */

#sp-page-builder{
    background:#eee;
}

.coin-gris{
    position:relative;
    overflow:hidden;
}

.coin-gris .sppb-addon-single-image-container::after{
    content: '';
    width: 70px;
    height: 70px;
    background: #eee;
    position: absolute;
    right: -35px;
    bottom: -35px;
    z-index: 1000;
    transform: rotate(45deg);
}

.squares-2 .sppb-row{
    min-height:33vw;
}


/* ACCUEIL */

#home-slider{
    height:50vw;
}

#home-slider .slide{
    height:50vw;
    text-align:center;
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

#home-slider .slide .content{
    background:rgba(255,255,255,0.5);
    padding:30px 15px;
    transition: all 1.5s .5s;
    opacity:0;
}

#home-slider .slide h3{
    font-size:46px;
    margin-bottom:0;
    opacity:0;
    transition:all .5s .5s;
}

#home-slider .slide .text{
    margin:15px auto 0 auto;
    max-width:600px;
}

#home-slider .slide .button{
    padding: 8px 25px;
    background: #eb671c;
    border-radius: 5px;
    color: white;
    margin-top: 25px;
    display: inline-block;
    text-decoration:none;
}

#home-slider .slide .button:hover{
    background: #cd5a19;
}

#home-slider .slick-active .content{
    opacity:1 !important;
}

#home-slider .slick-active h3{
    opacity:1 !important;
}


#home-slider-actu{
    position:relative;
    overflow:hidden;
}

#home-slider-actu h2{
    position: absolute;
    text-align: center;
    font-weight: 900;
    z-index:9;
    padding: 25px 75px 20px;
    background: #fff;
    top:0;
    right: 0;
}

#home-slider-actu .slide{
    position:relative;
    background-size: cover;
}

#home-slider-actu .slide .content{
    width:490px;
    background:url('../img/content-actu.png') no-repeat top right;
    transition: all 1s .5s;
    position: absolute;
    bottom: -600px;
    left: 10%;
    text-align: left;
}

#home-slider-actu .slide h3{
    margin-bottom:0;
    font-weight:900;
}

#home-slider-actu .slide .text{
    margin:15px auto 0 auto;
    line-height:1.2;
    color:#000;
}

#home-slider-actu .slide a{
    color:#000;
    margin-top:10px;
}

#home-slider-actu .slide a:hover{
    color:#ec671c;
}

#home-slider-actu .slide .lien-article{
    font-size:24px;
}

#home-slider-actu .slide .lien-actus{
    float:right;
    font-weight:bold;
}

#home-slider-actu .slick-active .content{
    bottom:0 !important;
}

#home-slider-actu .slick-dots{
    display: block;
    position: absolute;
    list-style-type: none;
}

#home-slider-actu .slick-dots li{
    float:left;
    margin-right:22px;
}

#home-slider-actu .slick-dots li button{
    text-indent: -5000px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,.5);
    outline:0;
}

#home-slider-actu .slick-dots li.slick-active button{
    background: rgba(255,255,255,1) !important;
}

#home-blocks a{
    text-decoration:none;
}

#home-blocks a.payer_loyer{
    display:block;
  	color:#fff;
  	border:1px solid #fff;
  	padding:8px 5px 5px;
  transition:all .3s;
}

#home-blocks a.payer_loyer:hover{
    opacity:.75;
}


/* MODULE PAYEZ VOTRE LOYER */

#section-payer-loyer{
    padding-top:70px;
    padding-bottom:70px;
}

#section-payer-loyer .texte,
#section-payer-loyer .bouton{
    text-align:center;
}

#section-payer-loyer .texte{
    color:#ec671c;
    font-weight:700;
    font-size:36px;
}

#section-payer-loyer .bouton a{
    color:#29235c;
    font-weight:700;
    font-size:36px;
    line-height:1.2;
    position:relative;
    display:inline-block;
}

#section-payer-loyer .bouton .inner{
    display:inline-block;
    padding:40px 45px 35px 45px;
}
#section-payer-loyer .bouton a:before,
#section-payer-loyer .bouton a:after,
#section-payer-loyer .bouton .inner:before,
#section-payer-loyer .bouton .inner:after{
    content:'';
    position:absolute;
    height:65px;
    width:65px;
    transition:all .3s;
    animation-duration: .4s;
    animation-iteration-count: 2;
}
#section-payer-loyer .bouton a:hover:before,
#section-payer-loyer .bouton a:hover:after,
#section-payer-loyer .bouton a:hover .inner:before,
#section-payer-loyer .bouton a:hover .inner:after{
    height:75px;
    width:75px;
}
#section-payer-loyer .bouton a:before{
    top:0;
    left:0;
    border-left: 12px solid white;
    border-top: 12px solid white;
}
#section-payer-loyer .bouton a:after{
    top:0;
    right:0;
    border-right: 12px solid #00bcb4;
    border-top: 12px solid #00bcb4;
}
#section-payer-loyer .inner:before{
    bottom:0;
    left:0;
    border-left: 12px solid #ec671c;
    border-bottom: 12px solid #ec671c;
}
#section-payer-loyer .inner:after{
    bottom:0;
    right:0;
    border-right: 12px solid #29235c;
    border-bottom: 12px solid #29235c;
}
#section-payer-loyer .bouton.visible a:before,
#section-payer-loyer .bouton.visible a:after,
#section-payer-loyer .bouton.visible .inner:before,
#section-payer-loyer .bouton.visible .inner:after{
    animation-name: bouton-corners;
}

@keyframes bouton-corners {
    0%{
		border-width:12px;
	}
	50%{
		border-width:24px;
	}
    100%{
		border-width:12px;
	}
}


/* IMMOBILIER */

.immobilier{
    background-image: url("../img/angle-bleu.png");
    background-color:#eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    padding:75px 0;
}
.immobilier h1{
    font-size:46px;
    font-weight:700;
}
.immobilier hr.sous-titre{
    border-top: 8px solid #29225c;
    width: 100px;
    margin: 20px 0 75px;
}
.immobilier .vignette{
    margin-bottom:50px;
    background-image: url("../img/sous-menu.png");
    background-position: right -20px bottom -20px;
}
.immobilier .vignette .infos{
    padding:10px;
}
.immobilier .vignette .image{
    display:block;
    height:250px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}
.immobilier .vignette .image .inner{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    transition:all .5s;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}
.immobilier .vignette .image .overlay{
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    transition:all .5s;
    text-align:center;
    color:white;
}
.immobilier .vignette .image .overlay i{
    opacity:0;
    transition:all .5s;
    font-size:45px;
    margin-top:20%;
}
.immobilier .vignette .image:hover .inner{
    transform:scale(1.1) rotate(1deg);
}
.immobilier .vignette .image:hover .overlay{
    background:rgba(0,0,0,.75);
}
.immobilier .vignette .image:hover .overlay i{
    opacity:1;
    margin-top:30%;
}
.immobilier .vignette .ville{
    display:block;
    min-height:25px;
    text-transform: uppercase;
}
.immobilier .vignette h3 {
    color: #29225c;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:0;
}
.immobilier .vignette a {
    text-decoration: none;
}
.immobilier .vignette hr{
    border-top: 8px solid rgb(235, 103, 28);
    width: 30%;
    margin: 8px 0;
    transition:all .3s;
}
.immobilier .vignette hr.long{
    width: 40%;
}
.immobilier #immo-carac{
    line-height: 24px;
    font-size: 18px;
    padding:0;
}
.immobilier #immo-carac .inner{
    padding:15px 15px 40px 15px;
    background:url(../img/coin-blanc-transparent.png) no-repeat bottom right;
}
.immobilier #immo-carac .carac{
    border-bottom: 1px solid rgba(255,255,255,0.75);
    padding: 18px 0;
}
.immobilier #immo-carac .carac.ville{
    text-transform:uppercase;
}
.immobilier #immo-carac .icon{
    display: inline-block;
    width: 40px;
    color: #eb671c;
}
.immobilier #immo-carac .back{
    display: inline-block;
    background: #00bcb4;
    color: white;
    padding: 15px 50px;
    text-align: center;
    margin-top: 50px;
    transition:all .3s;
    text-decoration:none;
}
.immobilier #immo-carac .back:hover{
    background: #018c86;
}
.immobilier #immo-carac .back i{
    margin-right:10px;
    transition:all .3s;
}
.immobilier #immo-carac .back:hover i{
    margin-right:15px;
}
.immobilier .immo-nav ul{
    list-style-type: none;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 50px;
}
.immobilier .immo-nav li {
    margin: 0 5px;
    color: #acacac;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}
.immobilier .immo-nav li a {
    color: #29235c;
    text-decoration: none;
    transition:all .3s;
}
.immobilier .immo-nav li a:hover {
    color: #eb671c;
}
.immobilier .immo-nav li a,
.immobilier .immo-nav li span
{
    padding:10px;
    display:block;
    background: white;
}
.immobilier #description_annonce{
    margin-top:50px;
}
.mfp-image-holder .mfp-content {
    max-width: 90% !important;
}




/* ACTUALITES */

.blog{
    background-image: url("../img/angle-bleu.png");
    background-color:#eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    padding:75px 0;
}
.blog h1{
    font-size:46px;
    font-weight:700;
}
.blog hr.sous-titre{
    border-top: 8px solid #29225c;
    width: 100px;
    margin: 20px 0 75px;
}
.blog .item{
    margin-bottom:50px;
}
.blog .item time{
    color:#8a86a6;
}
.blog .blog-image{
    height:250px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:10px;
}
.blog .item h2{
    font-size:24px;
    line-height:1.2;
    min-height:60px;
}
.blog .item h2 a{
    text-decoration:none;
    color: #29225c;
    transition:all .3s;
}
.blog .item h2 a:hover{
    color: #19143c;
}
.blog .item .readmore a{
    background: #00bcb4;
    border-radius: 0;
    color: white;
    transition:all .3s;
}
.blog .item .readmore a:hover{
    background: #008882;
    padding-left:30px;
    padding-right:30px;
}
.blog .item time{
    display:block;
    margin-bottom:10px;
}
.item-page{
    background-image: url("../img/angle-bleu.png");
    background-color:#eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    padding:75px 0;
}
.item-page h1{
    font-size:46px;
    font-weight:700;
}
.item-page hr.sous-titre{
    border-top: 8px solid #29225c;
    width: 100px;
    margin: 20px 0 50px;
}
.item-page .item-image{
    margin-bottom:25px;
}
.item-page .pagenav{
    display: flex;
    justify-content: space-between;
}
.item-page .pagenav{
    display: flex;
    justify-content: space-between;
    list-style-type:none;
    padding:0;
}
.item-page .pagenav a {
    display: block;
    padding: 10px 20px;
    background: white;
    color: #29225c;
    text-decoration: none;
    transition:all .3s;
}
.item-page .pagenav a:hover {
    color: #eb671c;
}
.item-page .pagenav li.previous a::before {
    content:'<';
}
.item-page .pagenav li.next a::after {
    content:'>';
}





/* AGENDA */

#icagenda{
    background-image: url("../img/angle-bleu.png");
    background-color:#eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    padding:75px 0;
}
#icagenda h1{
    font-size:46px;
    font-weight:700;
}
#icagenda hr.sous-titre{
    border-top: 8px solid #29225c;
    width: 100px;
    margin: 20px 0 75px;
}
#icagenda .ic-event{
    background:none;
}
#icagenda .ic-cat{
    margin-bottom:10px;
}
#icagenda .ic-content h2{
    font-size:20px;
}
#icagenda .ic-content h2 a{
    color:#29235c;
}
#icagenda .ic-box-date{
    border-radius:0;
}
.calendar-custom .ic-1{
    background:rgba(255,255,255,0.75);
    padding:20px;
}
.calendar-custom table th{
    font-size:12px;
    line-height:2;
    padding-top:15px !important;
}
.calendar-custom table td div{
    font-size:14px;
    line-height:2.8;
}
.calendar-custom table td div.style_Today{
    font-size:14px;
    line-height:2.8;
    line-height: 2.8;
    text-shadow: none;
    box-shadow: none;
}
.calendar-custom .icnav .titleic{
    font-size:14px;
    border-bottom: 5px solid #eb671c;
    padding-bottom: 10px !important;
}
#ictip{
    font-family: DraftA, Helvetica, Arial, sans serif !important;
}
#ictip span {
    font-size: 12px;
    line-height: 1.2;
}
#ictip .ictip-event-title{
    font-size:16px;
}
#ictip span.img{
    color:#fff !important;
    border-radius:0;
}
#ictip .ic-bright{
    color:#fff !important;
}
#legende_calendrier{
    margin-top:25px;
}
#legende_calendrier p{
    font-size:12px;
    line-height:22px;
}
#legende_calendrier p::before{
    content:'';
    display:block;
    margin-right:10px;
    width:20px;
    height:20px;
    float:left;
}
#legende_calendrier p.cal::before{
    background:#29225c;
}
#legende_calendrier p.ca::before{
    background:#eb671c;
}
#legende_calendrier p.bureau::before{
    background:#00bcb4;
}
#legende_calendrier p.ccl::before{
    background:#050505;
}
#icagenda.ic-event-view{
    margin-bottom:0;
}
#icagenda.ic-event-view .ic-info,
#icagenda.ic-event-view .ic-info .ic-details,
#icagenda.ic-event-view .ic-info .ic-label{
    padding:0;
    background:none;
}
#icagenda.ic-event-view .ic-info{
    margin-top:50px;
}
#icagenda.ic-event-view .ic-info .ic-details .ic-divTable{
    border-spacing:0;
}
#icagenda.ic-event-view .ic-all-dates ul {
    padding-left: 15px;
    list-style-type: square;
}
#icagenda.ic-event-view .ic-back a {
    color:#eb671c !important;
}
#icagenda.ic-event-view .ic-back .small {
    font-size:12px;
}



/* CONTACT */

#contact-inner > .sppb-container-inner > .sppb-row{
    align-items: flex-start;
}

.rsform-block-votre-demande-concerne > label,
.rsform-block-vous-etes > label,
.rsform-block-vos-coordonnees > h3,
.rsform-block-votre-message > label{
    font-size: 26px;
    display: block;
    border-bottom: 2px solid #29235c;
    margin-bottom: 20px;
    margin-top:35px;
}
.rsform-block-nom,
.rsform-block-prenom,
.rsform-block-code-postal,
.rsform-block-ville,
.rsform-block-telephone,
.rsform-block-email{
    display:inline-block;
    width:49%;
}
.rsform-block-nom,
.rsform-block-code-postal,
.rsform-block-email{
    padding-right:2%;
}
.rsform-block-prenom,
.rsform-block-ville,
.rsform-block-telephone{
    padding-left:2%;
}
.rsform input[type="text"],
.rsform input[type="email"],
.rsform input[type="phone"]{
    width:100%;
}
.rsform textarea{
    width:98%;
}
.rsform-block-prenom{
    display:inline-block;
    width:49%;
}
.rsform-block-consentement{
    margin-top:50px;
}
.rsform-block-consentement > label{
    font-weight:bold;
}
strong.formRequired{
    font-weight:normal;
    color:transparent;
}
strong.formRequired::before{
    content:'*';
    color:#eb671c;
}
.rsform-submit-button,
.rsform-reset-button{
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 50px !important;
    font-size: 18px !important;
    transition:all .3s !important;
    text-shadow:none !important;
}
.rsform-submit-button{
    background: #29225c !important;
}
.rsform-submit-button:hover{
    background: #1B1835 !important;
}
.rsform-reset-button{
    background: #00bcb4 !important;
}
.rsform-reset-button:hover{
    background: #04A096 !important;
}


    

/* RESPONSIVE */

@media screen and (max-width: 1500px){
    
}

    
@media screen and (min-width: 1400px){
    header .navbars{
        flex-direction:column;
        padding-right:30px;
        height:172px;
    }
}


@media screen and (min-width: 1300px){
    header .navbars ul#menu_principal > li{
        margin-left:30px;
    }
}

@media screen and (min-width: 1600px){
    header .navbars ul#menu_principal > li{
        margin-left:50px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px){
    header .navbars ul#menu_principal > li{
        margin-left:30px;
    }
}

@media screen and (min-width: 1200px){
    header .navbars ul#menu_principal > li{
        max-width:125px;
        padding-bottom:18px;
    }
    header .punchline{
        min-width:215px;
    }
    footer .menus ul{
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1199px){
    header .navbars ul#menu_principal > li > a {
        padding-bottom: 25px;
    }
    header #menu_principal > li:hover > ul{
        top:61px;
    }
    footer .menus{
        margin-top:50px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px){
    header .navbars{
        flex-direction:column;
        padding-right:30px;
        height:172px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1499px){
    .square-3{
        padding:50px 25px !important;
    }
}



@media screen and (min-width: 992px){
    .reverse .sppb-row > .sppb-col-md-6:first-of-type{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    header .navbar-brand img{
        min-width:172px;
        width:172px;
        height:172px;
    }
    header .navbars ul#menu_top{
        margin-top:40px;
        padding-right:12px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    header .navbars ul#menu_top li{
        margin-left:25px;
    }
    header .navbars ul#menu_principal{
        margin-top:50px;
    }
    header .navbars ul#menu_principal > li.espace a {
        margin: 0;
        color: #fff;
        background: #29225c;
        padding: 18px;
        border-radius: 5px;
    }
    header #menu_principal > li > ul{
        position:absolute;
        opacity:0;
        transform-origin: 50% 0;
        top:120px;
        visibility:hidden;
    }
    .childVisible{
        transition: all 0.2s .1s ease;
    }
    header #menu_principal > li > ul > .parent ul li{
        margin-top:12px;  
    }
    header #menu_principal > li > ul > li{
        padding:10px 0;
        display:block;
        width:100%;
        border-bottom:1px dotted #29235c;
    }
    header #menu_principal > li > ul > li:last-of-type{
        border-bottom:0;
    }
    header #menu_principal > li > ul > li > a{
        font-weight:700 !important;
        font-size:18px;
    }
    header #menu_principal > li > ul > li > ul > li a::before{
        content : '_ ';
    }
    header #menu_principal > li > ul > li ul{
        font-weight:500;
    }
    header #menu_principal > li.parent > ul{
        background:url('../img/sous-menu-gris.png') no-repeat bottom right;
        width:380px;
        right:-120px;
        padding:25px 25px 75px 25px;
        text-transform:none;
    }
    header #menu_principal > li.locataire > ul > li,
    header #menu_principal > li.devenir-locataire > ul > li,
    header #menu_principal > li.proprietaire > ul > li{
        padding:20px 0;
        display:block;
        width:100%;
        border-bottom:1px solid #fff;
    }
    header #menu_principal > li.parent.locataire > ul{
        /*background:#fff;*/
        background:url('../img/sous-menu.png') no-repeat bottom right;
        width:780px;
        right:-300px;
        display:flex !important;
        flex-wrap:wrap;
        padding:0 0 25px 0;
    }
    header #menu_principal > li.locataire > ul > .parent{
        background:url('../img/sous-menu-locataire.png') no-repeat bottom right;
        border-right:1px solid #fff;
        width:260px;
        margin-left:0 !important;
        padding:0;
        text-align:left !important;
        padding:35px 20px 100px 20px;
        overflow:hidden;
    }
    /*
    header #menu_principal > li.locataire > ul > .parent::after{
        content: '';
        width: 70px;
        height: 70px;
        background: #fff;
        position: absolute;
        right: -35px;
        bottom: -35px;
        z-index: 1000;
        transform: rotate(45deg);
    }
    */
    header #menu_principal > li.locataire .nav-child .nav-child a:hover{
        color:rgba(255,255,255,.65);
        padding-left:5px;
    }
    header #menu_principal > li.locataire li.payer-loyer{
        padding: 60px 0 0 0;
        text-align: center;
        margin-left: 0 !important;
        width: 520px;
    }
    header #menu_principal > li.locataire li.payer-loyer a{
        padding: 15px 50px;
        border: 3px solid #29225c;
    }
    header #menu_principal > li.locataire li.payer-loyer a:hover{
        border: 3px solid #ec671c;
    }
    header #menu_principal > li.locataire > ul > li:nth-child(3){
        border-right:none;
    }
    header #menu_principal > li.locataire > ul > li.divers{
        background:none !important;
        padding-bottom:25px;
    }
    header #menu_principal > li.devenir-locataire > ul{
        background:url('../img/sous-menu-devenir-locataire.png') no-repeat bottom right;
        width:380px;
        right:-120px;
        padding:25px 25px 75px 25px;
        text-transform:none;
    }
    header #menu_principal > li.devenir-locataire > ul li a{
        color:#fff;
    }
    header #menu_principal > li.devenir-locataire > ul li a:hover{
        color:rgba(255,255,255,.65);
        padding-left:5px;
    }
    header #menu_principal > li.proprietaire > ul{
        background:url('../img/sous-menu-proprietaire.png') no-repeat bottom right;
        width:380px;
        right:-120px;
        padding:25px 25px 75px 25px;
        text-transform:none;
    }
    header #menu_principal > li.proprietaire > ul li a{
        color:#fff;
    }
    header #menu_principal > li.proprietaire > ul li a:hover{
        color:rgba(255,255,255,.65);
        padding-left:5px;
    }
    header #menu_principal > li:hover > ul{
        transform:scaleY(1) !important;
        opacity:1 !important;
        top:97px !important;
        visibility:visible !important;
        transition: all 0.3s 0s ease !important;
    }
    header .navbars ul#menu_principal > li{
        text-transform:uppercase;
        text-align:center;
        line-height:1.2;
    }
    header .navbars ul#menu_principal > li ul{
        text-align:left;
    }
    header .navbars ul#menu_principal .item-112 a{
        margin-top: 7px;
        display: inline-block;
    }
    #home-slider-actu,
    #home-slider-actu .slide{
        height:30vw;
    }
    #home-slider-actu h2{
        font-size:56px;
    }
    #home-slider-actu .slide .content{
        padding:50px 50px 20px 50px;
    }
    #home-slider-actu .slide h3{
        font-size:30px;
    }
    #home-slider-actu .slide .text{
        font-size:18px;
    }
    #home-slider-actu .slick-dots{
        bottom: 30px;
        right: 25%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1499px) {
    header .navbars ul#menu_principal > li.espace {
        margin-top: 0;
        position: absolute;
        top: 20px;
        right: 25px;
    }
    header .navbars ul#menu_principal {
      margin-top: 100px;
    }
    header #menu_principal > li:hover > ul {
      top: 72px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    header .navbars{
        padding-right:50px;
    }
    header .navbars ul#menu_top li{
        font-size:14px;
    }
    header .navbars ul#menu_principal > li{
        font-size:14px;
        margin-left:20px;
        width:100px;
    }
    header #menu_principal > li:hover > ul{
        top:61px;
    }
    #home-slider-actu h2{
        font-size:36px;
        top:25px;
    }
    #home-slider-actu .slide .content{
        padding:30px 30px 20px 30px;
    }
}

@media screen and (max-width: 991px){
    #preload{
        display:none;
    }
    header .navbar-brand img{
        min-width:100px;
        width:100px;
        height:100px;
    }
    header .navbars > ul > li{
        border-bottom:1px solid #e6e6e6;
    }
    header .navbars ul#menu_principal > li.espace {
        margin-top: 0;
        background: #f5f5f5;
    }
    header .navbars ul#menu_principal > li.espace a::before {
        background-image: url(../img/cle-bleu.png);
    }
    header #menu_principal > li.parent > a::after{
        content:'\f054';
        font-family: "Font Awesome 5 Free";
        float:right;
        transition: all .3s;
    }
    header #menu_principal > li.parent > a.rotate::after{
        transform:rotate(90deg);
    }
    header .navbars ul li a{
        display:block;
        padding:14px 10px 10px 10px !important;
        text-transform:uppercase;
    }
    header .navbar-toggler {
        background:#eb671c;
        border-radius:0;
        margin-right:15px;
        border:none;
    }
    header .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }
    header .navbar-nav > li.parent > .nav-child {
        display: none;
    }
    header li{
        width:100%;
    }
    header #menu_principal li ul li a{
        font-weight:500;
        border-bottom:1px dotted #808080;
        font-size:14px;
    }
    header #menu_principal > li.devenir-locataire > ul > li > a,
    header #menu_principal > li.locataire > ul > li > a,
    header #menu_principal > li.proprietaire > ul > li > a
    {
        font-weight: 700 !important;
    }
    header #menu_principal > li > ul > li > ul > li a::before {
        content: '_ ';
    }
    header #menu_principal > li.devenir-locataire{
        background-color:#29235c;
        color:#fff;
    }
    header #menu_principal > li.locataire{
        background-color:#ec671c;
        color:#fff;
    }
    header #menu_principal > li.proprietaire{
        background-color:#00bcb4;
        color:#fff;
    }
    header #menu_principal > li.devenir-locataire > a,
    header #menu_principal > li.locataire > a,
    header #menu_principal > li.proprietaire > a{
        padding:25px 10px !important;
        border-bottom:none !important;
    }
    header #menu_principal > li.devenir-locataire a,
    header #menu_principal > li.locataire a,
    header #menu_principal > li.proprietaire a{
        color:#fff;
        border-bottom:1px solid rgba(255,255,255,.2);
    }
    header #menu_principal > li.devenir-locataire ul li a,
    header #menu_principal > li.locataire ul li a,
    header #menu_principal > li.proprietaire ul li a{
        font-size:14px;
    }
    header #menu_principal > li.locataire .divers{
        border-top:2px solid #fff;
        margin-top:25px;
    }
    header #menu_principal > li.locataire .divers a{
        color:#fff !important;
    }
    header #menu_principal > li.locataire .nav-child li:last-of-type a{
        border-bottom: none !important;
    }
    header #menu_principal .nav-header {
        font-size:14px;
        font-weight:400;
        text-align: center;
        display: block;
        width: 100vw;
        padding:20px 10px;
        color: rgba(255,255,255,.7);
        text-transform: uppercase;
        background-color:rgba(0,0,0,.1);
    }
    header #menu_principal .nav-header::before,
    header #menu_principal .nav-header::after{
        content:'---';
        margin:0 5px;
    }
    header .punchline{
        left: 120px;
        top: 35px;
    }
    #home-slider .slide h3{
        font-size:30px;
    }
    .accueil #sp-page-builder{
        top:-1px;
    }
    .accueil #home-blocks .sppb-row-container{
        padding-left:0;
        padding-right:0;
    }
}

@media screen and (min-width: 768px){
    footer .menus ul#menu-footer-1 li,
    footer .menus ul#menu-footer-2 li{
        margin-right:5px;
        display:inline-block;
    }
    footer .menus ul#menu-footer-1 li::after,
    footer .menus ul#menu-footer-2 li::after{
        content : '/';
        margin-left:5px;
    }
    footer .menus ul#menu-footer-1 li:last-of-type::after,
    footer .menus ul#menu-footer-2 li:last-of-type::after{
        content : '';
        margin-right:0;
    }
    footer .menus ul#menu-footer-3 li{
        display:inline-block;
        margin-right:15px;
    }
    
    footer .menus ul#menu-footer-3 li:last-of-type{
        margin-right:0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    #home-slider-actu,
    #home-slider-actu .slide{
        height:60vw;
    }
    #home-slider-actu h2{
        font-size:26px;
        top:25px;
    }
    #home-slider-actu .slide .content{
        padding:25px;
    }
    #home-slider-actu .slide h3{
        font-size:20px;
    }
    #home-slider-actu .slide .text{
        font-size:16px;
    }
    #home-slider-actu .slick-dots{
        right: 25px;
        bottom:25px;
    }
}

@media screen and (max-width: 767px){
    #sp-page-builder {
        overflow-x: hidden;
    }
    footer .menus ul li{
        display:block !important;
        width: 100%;
        padding: 8px 0 5px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    #home-slider,
    #home-slider .slide{
        height:80vw;
    }
    #home-slider .slide h3{
        font-size:20px;
    }
    #home-slider-actu,
    #home-slider-actu .slide{
        height:70vw;
    }
    #home-slider-actu h2{
        font-size: 16px;
        padding: 10px 50px;
    }
    #home-slider-actu .slide .content{
        padding:15px;
        width:100%;
        left:0;
    }
    #home-slider-actu .slide h3{
        font-size:18px;
        line-height:1.1;
    }
    #home-slider-actu .slide .text{
        font-size:14px;
        margin-top:5px;
    }
    #home-slider-actu .slick-dots{
        right: 25px;
        top:25px;
    }
    #home-slider-actu .slick-dots li{
        margin-right:15px;
    }
    
    #home-slider-actu .slick-dots li button{
        width: 15px;
        height: 15px;
    }
    #section-payer-loyer .bouton{
        margin-top:25px !important;
    }
}

@media screen and (min-width: 576px){
    
}

@media screen and (min-width: 501px) and (max-width: 767px){
    
}

@media screen and (max-width: 575px){
    #post-header-left .slogan {
        font-size:12px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 500px){
    
}

@media screen and (max-width: 450px){
    
}