/*********************************************************************************************************/
/*  GENERAL  */
/*********************************************************************************************************/
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/Sansation-Regular-webfont.eot'),
    url('../fonts/Sansation-Regular-webfont.woff') format('woff'),
    url('../fonts/Sansation-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body { 
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: #fff; 
}

a,
a:hover{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}


/*********************************************************************************************************/
/*  MENU + LOGOS  */
/*********************************************************************************************************/
.logoHome { 
    z-index: 5;
    display: block;
    position: absolute;
    left: 25px;
    top: 0px;
}

.logoHome img{ 
    display: block;
    width: 100px;
    height: 100%;
}

.menuRD{
    display: none;
}

.menu {
    z-index: 4;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 92px;
    background: #265239;
    padding: 50px 25px;
    text-align: right;
}

.menu .ongletMenu{
    display: inline;
    margin: 0px;
    padding: 0px;
}

.menu .ongletMenu li{
    display: inline;
    list-style: none;
}

.menu .ongletMenu li a {
    margin: 0 5px;
    color: #fff;
    font-family: 'Lato', sans-serif; 
    font-size: 14px; 
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.menu .ongletMenu li a:hover,
.menu .ongletMenu li a:focus{
    text-decoration: none;
    color: #c6b18c;
}

.menu .ongletMenu li a.selected{
    text-decoration: none;
    color: #c6b18c;
}

/*
.menu .iconMenu{
    padding-left: 25px;
}

.menu .iconMenu a,
.menu .iconMenu span{
    margin: 0 !important;
    color: #5a595e;
    font-size: 15px; 
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.menu .iconMenu span{
    cursor: pointer;
    font-size: 20px;
}

.menu .iconMenu a i,
.menu .iconMenu span i{
    font-size: 20px;
}
*/

.menu #btnMenu{
    margin: 0 10px 0 15px;
    padding: 7px 10px;
    border-radius: 50px;
    background: #c6b18c;
    color: #fff;
    font-size: 13px; 
    font-weight: 500;
}

.menu #btnMenu a{
    color: #fff;
    font-family: 'sansationregular', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.menu #btnMenu:hover,
.menu #btnMenu:focus{
    text-decoration: none;
    background: #1a1a1a;
}

.menu .ongletMenu .iconMenu i{
    padding: 0 5px;
    font-size: 20px;
}

.menu .ongletMenu .iconMenu i:hover,
.menu .ongletMenu .iconMenu i:focus{
    color: #265239;
}





/*********************************************************************************************************/
/*  ENTETE  */
/*********************************************************************************************************/
.enteteContainer{
    position: relative;
    width: calc(100% - 50px);
    height: 500px;
    margin: auto;
}

.enteteContainer .imgEntete{
    width: 100%;
    height: 500px;
}

.enteteContainer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.degradeEntete{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, rgba(0,0,0,.5));
}

h1{ 
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0; 
    padding: 30px 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

h1 .first{
    display: inline-block;
    padding-bottom: 10px;
    font-family: 'sansationregular', sans-serif;
    color:#fff;
    font-weight: 600;
    letter-spacing: 2px;
}



/*********************************************************************************************************/
/*  MODALS  */
/*********************************************************************************************************/
.lkMentions{
    color: #265239 !important
}

.modal-header{ 
    background: #265239;
    color: #fff;
    text-transform: uppercase;
}

#modalSelection .modal-content {
    background: #f3f3f4;
    border: none;
    border-radius: 0px !important;
    border-bottom: 15px solid #1a1a1a;
}

#modalSelection .modal-body{
    border-radius: 0px !important;
}

#modalSelection .modal-header{
    background: #1a1a1a;
}

#modalSelection .modal-title {
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

#listeSelec .item { 
    width: 100%;
    margin-bottom: 30px;
}

#listeSelec .item .desc .selecTitre { 
    color: #265239;
    display: block;
    font-family: 'sansationregular', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#listeSelec .item .desc .prix { 
    display: block; 
    margin-bottom: 10px;
    color: #265239;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

#listeSelec .selecImg { 
    width: 100%;
    padding: 0 0 20px 0; 
}

#listeSelec p{
    font-size: 16px;
    font-weight: 500;
}

#listeSelec .selecLk{
    display: block;
    width: 203px;
    margin: 20px auto;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #265239;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#listeSelec .selecLk:hover,
#listeSelec .selecLk:focus{
    text-decoration: none;
    background: #1a1a1a;
}

#listeSelec p{
    font-size: 16px;
    font-weight: 500;
}

#listeSelec .modal-content{
    background: #f3f3f4;
    border: none;
    border-radius: 0px !important;
    border-bottom: 15px solid #1a1a1a;
}

.type_peration{ 
    width: 75%; 
    border: 0; 
    border-bottom: 1px solid #C4C4C4; 
    height: 50px; 
    color: #585858; 
    text-transform: uppercase;outline: none;
}

.form-annonce { 
    display: none;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;  
}

.form-annonce-alert { 
    display: inline-block;
    width: 80%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d93333;
    box-shadow: 0px 0px 80px #333; 
    background: #ffcece;
    color: #d93333; 
    font-size: 14px;
}

#resultForm{
    margin-top: 20px;
    text-align: center;
}

#resultForm .ok{ 
    display: block;
    padding: 10px;
    background: #bdfdc0;
    color: #0f7a14;
}

#resultForm .bad {
    display: block;
    padding: 10px;
    background: #fd908b;
    color: #aa0d05;
}



/*********************************************************************************************************/
/*  POP-UP COOKIES  */
/*********************************************************************************************************/
.cookies-panel { 
    z-index: 1000;
    position: fixed;
    right: -300px;
    bottom: 50px;
    width: 300px;
    padding: 30px;
    background: #5A595F;
    color: #fff;
    font-weight: 400;
}

.cookies-panel a { 
    color: #f3f3f4; 
}

.cookies-panel .actions { 
    display: block;
    margin-top: 10px;
    text-align: right; 
}

.cookies-panel .actions a { 
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #265239;
    color: #fff;
    font-weight: 400;
    text-decoration: none; 
    letter-spacing: 0.05em;
}



/*********************************************************************************************************/
/*  MODAL FORM   */
/*********************************************************************************************************/
#viePrivee .modal-content{
    background: #f3f3f4;
    border: none;
    border-radius: 0px !important;
    border-bottom: 15px solid #1a1a1a;
}

#viePrivee .modal-body{
    border-radius: 0px !important;
}

#viePrivee .modal-header {
    background: #1a1a1a;
}

#viePrivee .modal-title{
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
}

#viePrivee .modal-subtitle{
    margin: 20px 0px;
    color: #265239;
    font-family: 'sansationregular', sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
}

#viePrivee .modal-subtitle span{
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

#viePrivee .hat{
    font-size: 14px;
    font-weight: 400;
    color: #5A595F;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}

#viePrivee h4{
    color: #265239;
    font-size: 24px;
    font-weight: 600;
}

#viePrivee h5{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#viePrivee p{
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
}

#viePrivee li{
    list-style: square;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
}

#viePrivee .linkVie{
    color: #265239;
    font-weight: 600;
    text-transform: lowercase;
}

#viePrivee .linkVie:hover,
#viePrivee .linkVie:focus{
    text-decoration: none;
    color: #5A595F;
    text-transform: lowercase;
}

#viePrivee .linkVieLast{
    display: block;
    width: 280px;
    margin: auto;
    padding: 10px 20px;
    border-radius: 50px;
    background: #265239;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#viePrivee .linkVieLast:hover,
#viePrivee .linkVieLast:focus{
    text-decoration: none;
    background: #5A595F;
    color: #fff;
}




/*********************************************************************************************************/
/*  MENU + LOGOS  */
/*********************************************************************************************************/
footer { 
    overflow: auto;
    display: block;
    width: 100%;
}

footer .linksContainer{
    overflow: auto;
    padding: 50px;
    background: #265239;
}

footer .left { 
    float: left;
    width: 50%;
    text-align: left; 
}

footer .right { 
    float: right;
    width: 50%;
    text-align: right; 
}

footer .left .footer-logo { 
    float: left;
    width: 150px;
    margin: 0 50px 0 0;
    border-radius: 15px; 
}

footer .left .footer-logo img{
    width: 100%;
}

footer .left .links { 
    float: left; 
}

footer .right .links { 
    float: right; 
}

footer .left .iconMenu{
    display: inline-block;
    padding: 0 50px 30px 0;
}

footer .left .iconMenu a{
    margin: 0 !important;
    color: #5a595e;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

footer .left .iconMenu a i{
    font-size: 28px;
}

footer .left .links a,
footer .right .links a,
footer .right .links span{
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px; 
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

footer .left .links a:hover,
footer .left .links a:focus,
footer .right .links a:hover,
footer .right .links a:focus { 
    text-decoration: none;
    color: #c3c3c4;
}



footer .right .credentials { 
    float: left; 
    width: 100%;
    margin-top: 30px;
    text-align: right;
}

footer .right .credentials a { 
    display: inline-block;
    padding: 30px 105px 0 0;
    background: url('../images/logo-spotmyplace-blc.svg') no-repeat right top;
    background-size: contain;
    color: #c3c3c4;
    font-size: 11px;
    font-weight: 300; 
    text-align: right;
    text-transform: uppercase;
}

footer .legalInfo{
    padding: 20px 50px 20px 50px;
    background: #0f0c0c;
    color: #c3c3c4;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

footer .legalInfo span{
    font-family: 'Lato', sans-serif; 
}

footer .legalInfo a{
    color: #fff;
    font-weight: 600;
}

footer .legalInfo a:hover,
footer .legalInfo a:focus{
    color: #fff;
}







/* -- Clearer -- */
.clearer { clear: both; }
#assistant-immo-integrated-button {
    background: initial !important;
    bottom: initial !important;
    right: initial !important;
}
.fixed-tools.fixed-rdv, #assistant-immo-integrated-button {
    position: fixed!important;
    left: 38px!important;
    top: 346px;
    z-index: 10!important;
    background-color: rgba(255,255,255,.7)!important;
    font-weight: 400!important;
    padding: 15px 30px!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#assistant-immo-integrated-button .link {
    top: 11px!important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    color: initial !important;
    padding: initial !important;
    text-align: initial !important;
    text-decoration: initial !important;
    padding-top: 0px!important;
    display: inline-block;
}
.fixed-tools.fixed-rdv a, #assistant-immo-integrated-button .link {
    color: #99130D;
}
#assistant-immo-integrated-button .powered-by {
    font-size: 16px!important;
    color: #fff!important;
    position: relative!important;
    display: none!important;
}
#assistant-immo-integrated-button {
    padding: 0 20px!important;
    background: #039014!important;
}

#assistant-immo-integrated-button .link {
    color: #fff!important;
    font-size: 18px!important;
}








/*********************************************************************************************************/
/*  MEDIA   */
/*********************************************************************************************************/
@media (min-width: 1199px) {
    .menu .ongletMenu{
        display: inline-block !important;
    }


}

@media (max-width: 1199px) {
    /*MENU*/
    .logoHome{
        left: initial;
        right: 25px;
    }



    /*MENU*/
    .menuRD{
        cursor: pointer;
        z-index: 5;
        display: block;
        position: fixed;
        top: 45px;
        left: 25px;
        width: 50px;
        height: 36px;
        background: url('../images/icon-menuRD.png') no-repeat center;
    }

    .menu .ongletMenu{
        display: none;
        z-index: -1;
        position: absolute;
        top: 64px;
        left: 0px;
        width: 100%;
        height: 100vh;
        padding: 100px 0px 0px 0px;
        background: rgba(255,255,255,.95);
        letter-spacing: 1px;
    }

    .menu .ongletMenu li{
        display: block;
        padding: 15px 0px;
        text-align: center;
    }

    .menu .ongletMenu .iconMenu {
        display: block;
        text-align: center;
    }

    .menu .ongletMenu li a {
        color: #000;
    }

    .menu .ongletMenu #btnMenu {
        display: block;
        width: 190px;
        margin: 10px auto 20px auto;
        text-align: center;
        letter-spacing: 2px;
    }

    .menu .ongletMenu .iconMenu{
        display: none;
    }

    .menu .ongletMenu .iconMenuFirst{
        margin-left: calc(50% - 105px);
    }

    .menu .ongletMenu .iconMenu span{
        position: relative;
        top: -4px;
    }




    /*FOOTER*/
    footer .left { 
        width: 70%; 
    }

    footer .right { 
        width: 30%; 
    }
}

@media (max-width: 991px) {
    /*FOOTER*/
    footer .left { 
        width: 100%;
        margin: 0 0 30px 0;
        text-align: center; 
    }

    footer .left a { 
        text-align: center; 
    }

    footer .left .footer-logo{ 
        float: none;
        margin: 0 auto 30px auto;
    }

    footer .left .links { 
        width: 100%; 
    }
    footer .right { 
        width: 100%; 
    }

    footer .right .links { 
        width: 100%;
        text-align: center; 
    }

    footer .right .credentials{ 
        margin-top: 40px;
        text-align: center; 
    }
}

@media (max-width: 767px) {
    /*FOOTER*/
    footer .linksContainer {
        padding: 50px 20px;
    }
}

@media (max-width: 580px) {
    /*LOGO*/
    .logoHome {
        left: initial !important;
        right: 25px !important;
    }

    /*MENU*/
    .menuRD {
        left: 25px !important;
    }

    .menu .ongletMenu {
        padding: 50px 0px 0px 0px;
    }

    /* FOOTER */
    footer .legalInfo {
        padding: 20px;
    }
}
