@font-face {
    font-family: 'Montserrat Thin';
    font-style: normal;
    font-weight: 100;
    src: url("../font/montserrat/montserrat-v12-latin-100.woff2") format("woff2"), url("../font/montserrat/montserrat-v12-latin-100.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../font/montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("../font/montserrat/montserrat-v12-latin-regular.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat Medium';
    font-style: normal;
    font-weight: 500;
    src: url("../font/montserrat/montserrat-v12-latin-500.woff2") format("woff2"), url("../font/montserrat/montserrat-v12-latin-600.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat Semi-Bold';
    font-style: normal;
    font-weight: 600;
    src: url("../font/montserrat/montserrat-v12-latin-600.woff2") format("woff2"), url("../font/montserrat/montserrat-v12-latin-600.woff") format("woff");
}
@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: 700;
    src: url("../font/montserrat/montserrat-v12-latin-700.woff2") format("woff2"), url("../font/montserrat/montserrat-v12-latin-700.woff") format("woff");
}

body{margin:0;}

/* Vidéo en arrière-plan fullscreen */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.footer-btn{
    position:fixed;
    height:52px;
    bottom:0;
    padding:16px 0 32px;
    width:100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.70);
}

.footer-btn a{
    border-radius: 500px;
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    text-decoration: none;
    text-align: center;
    width: fit-content;
    display: block;
    padding: 15px 25px;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 110%;
    margin: 0 auto;
    color: #fff;
}


section.preview{
    min-height:100vh;
    background:rgba(0,0,0,0.3);
}
section.preview .content{
     padding:0 20px;
    width:calc(100% - 40px);
    height:100vh;
}

section.preview .content-logo{
    top:30%;
    position: relative;
}

section.preview .content-logo h1{
    color:#fff;
    font-family: 'Montserrat Semi-Bold';
    font-size:44.799px;
    line-height: 59.732px;
    text-transform: uppercase;
    font-weight: normal;
    margin:0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:10px;
}
section.preview .content-logo h1 svg{
    margin:0 auto;
}
section.preview .content-logo h1 span.fx{
    font-family: 'Montserrat Thin';
}

section.preview .content-logo h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24.147px;
    line-height: 32.196px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 16px 0 0;
    text-align: center;
}

section.preview .content-logo h2 span.f-100{
    font-family: 'Montserrat Thin';
}

section.preview .scroll{
    position: absolute;
    bottom:120px;
    width: fit-content;
    left:50%; 
    transform:translateX(-50%);
    color:#fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
section.preview .scroll span{
    display: block;
    padding-bottom:12px;
}

.transi1{
    display: block;
    width: 100%;
    height:1218px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 35%);
}

section.xixmmersion-txt{
    margin:40px 8px;
    border-radius: 32px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
section.xixmmersion-txt .content {
    position: relative;
    border-radius: 28px;
    padding: 32px 20px 40px 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
    color:#fff;
}

section.xixmmersion-txt .content h2{
    font-family: 'Montserrat';
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.2px;
}

section.xixmmersion-txt .content h2 .soustitre-xixmmersion{
    background: linear-gradient(90deg, #228DF2 15%, #EE494C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat Bold';
}
section.xixmmersion-txt .content h2 .soustitre-xixmmersion .fx{
    font-family: 'Montserrat';
}

section.xixmmersion-txt .content p{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 160%;
    margin: 24px 0;
}

section.xixmmersion-txt .content p .paragraphe-xixmmersion{
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat Bold';
}

section.xixmmersion-txt .content p .paragraphe-xixmmersion .fx{
    font-family: 'Montserrat';
}
.transi2 {
    display: block;
    width: 100%;
    height: 1218px;
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);*/
 }

 section.xixmmersion-txt{
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0,0,0,0.3) 100%);
     
 }

section.xixmmersion-demo{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 15.33%);
    height:auto;
}

section.xixmmersion-demo .bgd-xixmmersion-demo{
    position: absolute;
    height:100%;
    width:100%;
    z-index: 1;
}

section.xixmmersion-demo .bgd-xixmmersion-demo .bgd-image {
    background: url('../img/bgd-demo-dk-origin.png');
    opacity:0.3;
    height: 100%;
    width: 100%;
    background-position:top 0 center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

section.xixmmersion-demo .content{
    position: relative;
    text-align: center;
    color:#fff;
    z-index: 2;
    padding:150px 20px 64px;
}

section.xixmmersion-demo .content h2{
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    line-height: 160%;
    font-weight: normal;
    margin:0;
}
section.xixmmersion-demo .content h2 .fx{
    font-family: 'Montserrat';
}

section.xixmmersion-demo .content p{
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    background-clip: text;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 160%;
    padding:0;
    margin: 0 0 56px;
}

section.xixmmersion-demo .content p .txt-degrade{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.xixmmersion-demo .content .info-demo{
    padding: 32px 20px 40px 20px;
    border-radius: 32px;
    border: 4px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(12px);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:24px;
}
section.xixmmersion-demo .content .info-demo span{
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 160%;
    text-align: center;
}

section.xixmmersion-demo .content .info-demo .contacts h3{
    margin:0 0 24px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}
section.xixmmersion-demo .content .info-demo .contacts ul{
    list-style: none;
    padding:0;
    margin:0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

section.xixmmersion-demo .content .info-demo .contacts ul li{
    padding:12px 0;
}

section.xixmmersion-demo .content .info-demo .contacts ul li span{
    font-family: 'Montserrat Bold';
}

section.xixmmersion-demo .content .info-demo .contacts ul li a{
    background:none !important;
    color:#fff !important;
    text-decoration:none !important;
    border: none !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-appearance: none !important;
}
section.xixmmersion-demo .content .info-demo .contacts hr{
    height:1px;
    background-color:#fff;
}

section.xixmmersion-demo .content .info-demo a{
    border-radius: 500px;
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding:15px 25px;
    font-family: 'Montserrat';
    font-size:24px;
    line-height: 110%;
    margin:0 auto;
    color:#fff;
}

section.ask19{
    background-color:#000;
    color:#fff;
    z-index: 2;
    position: relative;
    padding:64px 15px 40px;
}

section.ask19 .content h2.ask19-titre{
    background: var(--Deg01, linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    line-height: 160%;
    width: fit-content;
    margin:0 auto;
    padding-bottom:16px;
}



section.ask19 .content .ask19-content .header{
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: 1px solid #FFF;
    padding:16px 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:21px;
    background-image:url('../img/x.svg');
    background-position: top 50% right 24px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
section.ask19 .content .ask19-content .header .fleche{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.ask19 .content .ask19-content .header .logo-nin{
    border:1px solid #fff;
    border-radius: 50%;
    width:40px;
    height:40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.ask19 .content .ask19-content .header .titre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Montserrat Bold';
    font-size: 22px;
    line-height: 200%;
}

section.ask19 .content .ask19-content .content-info{
    border:1px solid #fff;
    border-top:0;
    border-bottom:0;
    padding:16px 24px;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 160%;
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    background-clip: text;
}

section.ask19 .content .ask19-content .content-info .txt-intro{
    font-size:20px;
}

section.ask19 .content .ask19-content .content-info .txt-degrade{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat Bold';
}

section.ask19 .content .ask19-content .audio{
    display: block;
    background-image:url('../img/audio.svg');
    background-position: left 24px center;
    background-size:20.5px 19px;
    background-repeat: no-repeat;
    font-family: 'Montsearrat Medium';
    font-size: 14px;
    line-height: 160%;
    margin-top:10px;
    padding:16px 24px 16px 84px;
}

section.ask19 .content .ask19-content .askxix-outro {
   
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 160%;
    border: 1px solid #fff;
    border-top:none;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom:40px;
}

section.ask19 .content .ask19-content .askxix-outro p{
    margin:0;
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    background-clip: text;
}

section.ask19 .content .ask19-content .demander-ask19{
    position:relative;
    background-color:#000;
    padding-top:97px;
}
section.ask19 .content .ask19-content .demander-ask19 h2{
    margin:0 0 24px;
    padding:0;
    font-family: 'Montserrat Bold';
    font-size: 20px;
    line-height: 160%;
    font-weight: normal;
    text-align: center;
}



section.ask19 .content .ask19-content .askxix-outro span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.ask19 .content .ask19-content .demander-ask19 a{
    border-radius: 500px;
    background: linear-gradient(90deg, #228DF2 9.13%, #EE494C 56.25%, #DB7013 100%);
    text-decoration: none;
    text-align: center;
    width: fit-content;
    padding: 15px 25px;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 110%;
    margin: 0 auto;
    color: #fff;
    display: block;
}

section.preview.mentions .content{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height:inherit
}

section.preview.mentions .content a{
    color:#fff;
    text-decoration: none;
}

section.preview.mentions .content .content-logo{
    height:70vh;
    display: flex;
    flex-direction: column;
       justify-content: center;
}

section.preview.mentions .content .mentions-legales{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 160%;
    display: block;
    position: relative;
    color:#fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    border-radius: 28px;
    padding: 32px 20px 40px 20px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    border: 4px solid rgba(255, 255, 255, 0.5);
    margin-bottom:32px;
}

section.preview.mentions .content .mentions-legales h2{
    font-family: 'Montserrat Bold';
    font-weight: normal;
    font-size: 40px;
    text-align: center;
}
section.preview.mentions .content .mentions-legales dl{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:20px;
    text-align: left;
}

section.preview.mentions .content .mentions-legales dl dt{
    font-family: 'Montserrat Semi-Bold';
    font-weight: normal;
    font-size:18px;
}

section.preview.mentions .content .mentions-legales dl dd{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 160%;
    margin:0;
}

footer{
    background-color: #000;
    border-top:1px solid #666;
    padding:32px 15px 80px;
}

footer .french-proptech{
    width:150px;
    color:#fff;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    margin: 0 auto;
}

footer .french-proptech img{
    width: 150px;
    margin:0 auto;
    padding-top:10px;
}

footer ul{
    margin:0;
    padding: 32px 0 32px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:30px;
    color:#fff;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 160%;
    list-style: none;
    
}
footer ul li{
    padding:0;
}

footer ul li a{
    color: #fff;
    text-decoration: none;
    
}
footer ul li a.mentions {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media screen and (min-width: 1024px) {
    section.xixmmersion-txt {
        margin:40px 25%;
    }

    section.xixmmersion-demo .content .info-demo {
       margin:0 25%;
    }

   section.ask19 .ask19-content{
    margin:0 25%;
   }
   
   .transi2 {
        background:none;
   }
   section.xixmmersion-demo .content p {
        width:50%;
        margin:0 25% 56px;
   }
    section.xixmmersion-demo .content p br{
        display: none;
    }
        section.xixmmersion-demo .content p br.br-dk {display: inherit;}
        section.xixmmersion-demo .content .info-demo span  br{display: none;}
   section.xixmmersion-demo .bgd-xixmmersion-demo .bgd-image {
       background-position: top 0 center;
       background-size: 100% auto;
       background-repeat: no-repeat;
   }
   section.preview.mentions .content .mentions-legales {
    margin:0 25% 32px;
   }
   
   section.ask19 .content .ask19-content .askxix-outro  br{
        display:none;
   }
}