@font-face {
    font-family: 'Texta Narrow';
    src: url('../fonts/texta-narrow/textanarrow-black-webfont.woff2') format('woff2'),
         url('../fonts/texta-narrow/textanarrow-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../fonts/texta-narrow/textanarrow-book-webfont.woff2') format('woff2'),
         url('../fonts/texta-narrow/textanarrow-book-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../fonts/texta-narrow/textanarrow-light-webfont.woff2') format('woff2'),
         url('../fonts/texta-narrow/textanarrow-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}


/* Icone */
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?dnu6g6');
    src:  url('../fonts/icomoon.eot?dnu6g6#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dnu6g6') format('truetype'),
    url('../fonts/icomoon.woff?dnu6g6') format('woff'),
    url('../fonts/icomoon.svg?dnu6g6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /*===== Better Font Rendering ===== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-footer{
    display: none !important;
    padding: 3px 0 3px 10px;
}
.logo-footer{
    width: 240px;
    margin-top: 10px;
}

.icon-file-o:before {
    content: "\e900";
}

/* Fin icone */


.planglobal{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1000%;
    height: 100%;
    opacity: 0.7;
}

/* L'image blank par dessus tout le sélecteur
A la même taille que l'image d'arrière-plan du sélecteur */
.blank{
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 1000%;
    opacity: 1;
}

#module66{
    /*background-color: #FFFFFF !important  */
    display:none;
}

#module64{
    background-color: #f5f5f5;
    display:block;
    width: 100%;
    height: 100%;
}

#moduleUnite{
    position: inherit;
    padding-top: 2vh;
}

#moduleUnite.dessous{
    position: absolute !important;
    height: 100vh !important;
    width: 100% !important;
    background: rgba(255,255,255,0.95);
    z-index:  999;
    top: 0;
    -webkit-transform: translate3d(0, -105vh, 0);
            transform: translate3d(0, -105vh, 0);
    -webkit-transition: all 350ms cubic-bezier(0.0, 0.0, 0.2, 1);
    transition:  all 350ms cubic-bezier(0.0, 0.0, 0.2, 1);
    padding-top: 2vh;
}

#moduleUnite.actif{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.tooltip-etage{
	display: none;
    /*display: inline-block;*/
    text-align: center;
    position: absolute;
    background-color: white;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 999;
    line-height: 30px;
    transform:  translate(-50%, 50%);
}

html.no-touchevents input.labelauty:checked:not([disabled]) + label:hover {
    background-color: rgba(2, 75, 113, 0.85) !important;
}

input.labelauty:checked + label {
    background-color: #266485 !important;
}

/************************************************************************/
/***************************** IMPORTANT ********************************/
/* Les deux classes ici doivent avoir la même largeur et même position */
/************************************************************************/
/************************************************************************/

img.plandemi-dessous{
    opacity: 1;
    position: absolute;
    width: 70%;
    left: 17%;
    z-index: 200;
}

img.plandemi{
    opacity: 1;
    position: absolute;
    top: 0;
    width: 70% !important;
    left: 17%;
    margin-top: 0;
    z-index: 200;
}

.uniteHoverSvg {
    display: none;
    position: relative;
    top: 0;
    left: 17%;
    width: 70%;
}

.uniteHoverSvg.actif{
    display: block;
}

.uniteHoverSvg.filtresActif polygon{
    fill: none !important;
}

.uniteHoverSvg.filtresActif polygon.actif{
    fill: rgba(2, 76, 113, 0.5) !important;
}

.uniteHoverSvg polygon{
    display: none;
    stroke: none;
    fill: none;
}

.uniteHoverSvg polygon.extraZ{
    z-index: 500 !important;
}

.uniteHoverSvg.actif polygon{
    display: block !important;
}

.uniteHoverSvg.actif polygon.desactiver{
    fill:none !important;
    pointer-events: none;
}


/* Quand une unité est vendu */
.uniteHoverSvg.actif polygon.vendu{
    fill: rgba(255,0,0,0.5) !important;
}
.uniteHoverSvg.actif polygon.vendu.hover{
    fill: rgba(255,0,0,0.8) !important;
}

/* Quand une unité est réservé */
.uniteHoverSvg.actif polygon.reserve{
    fill: #ffe8cc !important;
}
.uniteHoverSvg.actif polygon.reserve.hover{
    fill: #ffc078 !important;
}


.uniteHoverSvg.actif polygon.hover{
    fill: rgba(2, 76, 113, 0.8) !important;
}

/*@media all and (min-aspect-ratio: 16/9){*/
    #moduleUnite.dessous{
        padding-top: 1vh;
    }
    #backgroundSelecteur{
        width: 100% !important;
        height: auto !important;
        top: 0;
        right: 0;
    }
    .blank{
        position: absolute;
        z-index: 200;
        top: 0;
        right: 0;
        height: auto !important;
        width: 100% !important;
        max-width: 1000% !important;
        opacity: 1;
    }

    .planglobal{
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
    }

    img.plandemi-dessous{
        opacity: 1;
        position: absolute;
        /*width: 65%;*/
        width: auto;
        height: 90vh;
        left: 50%;
        -webkit-transform:  translateX(-50%);
                transform:  translateX(-50%);
        z-index: 200;
    }

    img.plandemi{
        opacity: 1;
        position: absolute;
        top: 0;
        width: 65% !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 200;
    }

    .uniteHoverSvg {
        display: none;
        position: relative;
        top: 0;
        left: 50%;
        /*width: 65%;*/
        width: auto;
        height: 90vh;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
/*}*/



/********* FIN IMPORTANT **********/

/* Pour filtres */
.etageFiltresActif img.unite{
    opacity: 0.5;
    display: block !important;
}

img.desactiver{
    opacity: 0 !important;
}

/* Pour filtres */
img.hover{
    display: block !important;
    opacity: 0.9 !important;
}

#backgroundSelecteur{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 1000%;
}

.page-id-3790   .content .content_inner  .full_width .full_width_inner{
    padding-top: 0px !important;
}
.content.content_top_margin_none{
    /*min-height: 10px !important;*/
}

/* Le texte dans les qtip */
.noUnites{
    font-family: 'Texta Narrow' !important;
    padding-top: 6px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #333333 !important;
}


/* Petit menu avec 2 boutons */
#menu-plans{
    display: block;
    z-index: 9999;
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 300px;
    height: 120px;
    -webkit-transform: translate(75px, 0);
            transform: translate(75px, 0);
}

#menu-plans li{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 22px;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 5px;
    background-color: rgba(2, 75, 113, 0.8) !important;
    margin-top: 10px;
    line-height: 50px;
    -webkit-transition: all 125ms ease-out;
    transition: all 125ms ease-out;
    color: #ffffff;
}

#menu-plans li.inactif{
    opacity: 0.65 !important;
}


#menu-plans li:before {
    left: -22px !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-right: 0px solid transparent !important;
    border-left: 22px solid transparent !important;
    border-top: 50px solid rgba(2, 75, 113, 0.8) !important;
    /*content: '' !important;*/
    -webkit-transition: all 125ms ease-out !important;
    transition: all 125ms ease-out !important;
}

#menu-plans li:hover:before{
    border-top-color: rgba(2, 75, 113, 1) !important;
}


#menu-plans li:hover{
    background-color: rgba(2, 75, 113, 1) !important;
}


/* Modifier hue-rotate pour changer la couleur au hover des unités */
img.disponible{
    -webkit-filter: brightness(39%) sepia(100%) saturate(320%) hue-rotate(-190deg);
            filter: brightness(39%) sepia(100%) saturate(320%) hue-rotate(-190deg);
}

img.reserve{
    -webkit-filter: brightness(50%) sepia(100%) saturate(200%) hue-rotate(311deg);
            filter: brightness(50%) sepia(100%) saturate(200%) hue-rotate(311deg);
}

img.vendu{
    -webkit-filter: brightness(50%) sepia(100%) saturate(200%) hue-rotate(311deg);
            filter: brightness(50%) sepia(100%) saturate(200%) hue-rotate(311deg);
}

.uniteHover{
    display: block !important;
    opacity: 0.9 !important;
}

.uniteVendu{
    visibility: visible !important;
    display: block !important;
    opacity: 0.9 !important;
}

.unite-vendu{
    display: inline-block;
    background-color: #c23131;
    color: #ffffff;
    padding: 5px;
    width: 100%;
    margin-top: 5px;
}

.noUnites .nbr-chambres{
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 0;
    color: #333333;
}
.noUnites .superficieTerrasse{
    color: #333333;
    font-weight: normal;
}

.noUnites .superficieUnite{
    color: #333333;
    font-weight: normal;
}

/* Les informations dans l'infobulle (Qtip) */
.infobulle-titre{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 4px;
    letter-spacing: normal;
}

.infobulle-fichier-pdf{
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
}

.infobulle-type, .infobulle-prix, .infobulle-superficie, .infobulle-nbr-pieces{
    color: #ffffff;
}

.infobulle-type, .infobulle-nbr-pieces{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 4px;
    display: block;
}

.infobulle-nbr-pieces{
    margin-bottom: 15px;
}

.infobulle-prix, .infobulle-superficie{
    font-size: 19px;
    font-weight: 500;
    display: block;
    margin-top: 0;
    letter-spacing: 1px;
    word-break: keep-all !important;
    white-space: nowrap !important;
}


/* Version avec grand texte */
.controle-taille-texte{
    position: fixed;
    top: 10px;
    right: 20px;
    display: block;
    z-index: 9999999999999999;
}

#taille-texte-moins{
    font-weight: 300;
    font-size: 18px;
    padding: 6px 9px 6px 9px;
}

#taille-texte-plus{
    font-weight: 900;
    font-size: 24px;
    padding: 6px 9px 6px 9px;
}

.bouton-actif{
    background-color: #EBAB21;
}


.controle-taille-texte button{
    display: inline-block !important;
    margin: 0 2px 0 2px;
}

.controle-taille-texte button:hover, .controle-taille-texte button:active, .controle-taille-texte button:focus{
    background-color: #EBAB21;
}

/* Version de l'infobulle avec grand texte */
.grand .infobulle-titre{
    font-size: 36px;
    margin-bottom: 10px;
}
.grand .infobulle-nbr-chambres{
    font-size: 30px;
    margin-bottom: 20px;
}

.grand .infobulle-superficie, .grand .infobulle-prix{
    font-size: 24px;
    margin-top: 6px;
}

.grand .infobulle-fichier-pdf{
    font-size: 18px;
}

.noUnites h6{
    font-size: 11px;
    margin-top: 15px;
    letter-spacing: normal;

}

#qtip-0 h3{
    font-size:16px;
    line-height: 20px;
    font-weight: 100;
}

#qtip-0 h4{
    font-size:12px;
    line-height: 14px;
    font-weight: 100;
}
#qtip-0 h2{
    font-size:18px;
    line-height: 22px;
    font-weight: 200;
}

#module66 .plan img {width: 100% !important;overflow: hidden;}

.qtip-default {
    padding: 7px 10px 10px 10px !important;
    border-width: 1px !important;
    border-style: solid;
    border-color: #222721 !important;
    background-color: #505050 !important;
    color: #ffffff;
    z-index: 999 !important;
}

.fancybox-wrap{
    /* Pour être par dessus le qTip */
    z-index: 1000000000 !important;
}

.fancybox-inner{
}

#module66 {display:block;}


#bouton-scrollup{
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 100%;
    position: absolute;
    left:  50%;
    top: 100px;
    border:  3px solid #ffffff;
    padding: 12px;
    z-index: 999;
    text-align: center;
    background: url('../images/icone_perspective.jpg');
    background-size: cover;
}

#bouton-scrollup a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
}

#bouton-scrollup:hover{
    border-color: #024b71;
}

#bouton-scrollup .icone-batiment{
    position: absolute;
    width: 35px;
    height: auto;
    left: 18px;
    top: 24px;
}

#bouton-scrollup .icone-arrow-up{
    width: 13px;
    height: auto;
    position: absolute;
    left: 29px;
    top: 9px;
}

#menu-filtres{
    display: block;
    opacity: 0;
    z-index:  1000;
    position: absolute;
    right: 0px;
    bottom: 0;
    background: #b6c9d7;
    width: 1160px;
    height: auto;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    color:  #ffffff !important;
    font-size: 16px;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: all 325ms ease-out;
    transition: all 325ms ease-out;
}

#menu-filtres:before {
    left: -86px !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-right: 0px solid transparent !important;
    border-left: 87px solid transparent !important;
    border-top: 250px solid rgba(182, 201, 215, 1.0) !important;
    margin-top: -20px;
    /*content: '' !important;*/
    -webkit-transition: all 125ms ease-out !important;
    transition: all 125ms ease-out !important;
}


/* Boutons fermer */
#iconeFermerFiltres{
    position: absolute;
    top: -16px;
    left: -25px;
    width: 50px;
    height: 50px;
    background-color: #266485;
    border-radius: 100%;
    border: solid 2px #ffffff;
    padding-top: 13px;
    padding-left: 15px;
    cursor: pointer;
    -webkit-transition: all 125ms cubic-bezier(0.0, 0.0, 0.2, 1);
    transition:  all 125ms cubic-bezier(0.0, 0.0, 0.2, 1);;
}

#iconeFermerFiltres:hover{
    background-color: #024b71;
}

#iconeFermerFiltres .fa-times{
    font-size: 20px;
}

#btn-toggle-filtres{
    -webkit-transition: all 325ms cubic-bezier(0.0, 0.0, 0.2, 1);
    transition:  all 325ms cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transform: translate3d(0,0,0,);
            transform: translate3d(0,0,0,);
}

#btn-retour-perspective, #btn-toggle-filtres{
}

#boutonToggleFiltres{
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -35px;
    top: -35px;
    border-radius: 100%;
    background: #8d1360;
    padding: 12px;
    opacity: 1 !important;
    -webkit-transform: translate3d(-85px, 0, 0);
            transform: translate3d(-85px, 0, 0);
    -webkit-transition: all 200ms cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.0, 0.0, 0.2, 1);
}


#btn-toggle-filtres.actif{
    -webkit-transform: translate3d(110%,0,0);
            transform: translate3d(110%,0,0);
}

#menu-filtres input{
    margin-bottom: 6px;
}

#menu-filtres .orientation{
    float: left;
    height: 100%;
    margin-right: 30px;
}

#menu-filtres .pieces{
    float: left;
    height: 100%;
}

#menu-filtres .checkbox-demi{
    display: inline-block;
    float: left;
    width: 86px;
    margin-right: 12px;
}

#menu-filtres .checkbox-demi-lg{
    display: inline-block;
    float: left;
    width: 190px;
    margin-right: 12px;
}

#menu-filtres .pieces{
    margin-right: 30px;
}

#menu-filtres #filtre-type{
    display: inline-block;
    height: 100%;
    width: 209px;
    float: left;
}


#menu-filtres.ouvert{
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

#menu-filtres label{
    display: block;
}

#menu-filtres h4{
    font-size: 22px;
    color: #ffffff;
    font-weight: 300;
}

#menu-filtres.ouvert #boutonToggleFiltres{
    -webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 0, 0);
            transform: scale3d(0.5, 0.5, 1) translate3d(0, 0, 0);
    padding: 20px;
}

#boutonToggleFiltres a{
    display: block;
    width: 100%;
    height: 100%;
    background: url('images/icone-filtres.png');
    background-size: contain !important;
}

#menu-filtres.ouvert #boutonToggleFiltres a{
    background: url('images/icone-fermer.png');
}

input.labelauty + label{
    margin-bottom: 7px;
}

.lien-contact{
    color: #333333 !important;
}

.lien-contact:hover{
    color: #006f9c !important;
}

/*img.plandemi-dessous, img.plandemi {
opacity: 1;
position: absolute;
width: auto;
height: 95vh;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 200;
}

#backgroundSelecteur, .blank, .planglobal {
    width: 100%;
    height: auto;
    max-width: 100%;
    bottom: 0;
    top: initial;    
}

.uniteHoverSvg {
    top: 0;
    width: auto;
    height: 95vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/



#backgroundSelecteur, .blank, .planglobal {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}