@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,p,span{font-family:Montserrat}h1{font-size:34px}h1,h4{font-weight:400}h4{font-family:Montserrat;margin:auto 0}.navbar{align-items:center;display:flex;height:100px;justify-content:space-between}@media screen and (max-width:468px){.navbar{height:80px}}.navbar>img{height:50px}@media screen and (max-width:468px){.navbar>img{height:35px}}.navbar>ul{display:flex;gap:20px;list-style-type:none;margin:0;padding:0}.navbar>ul>li>a{color:#ff6060;font-size:20px;font-weight:400;text-decoration:none}@media screen and (max-width:468px){.navbar>ul>li>a{font-size:16px}}.navbar>ul>li>a:hover{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-position:under}.footer{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;height:150px;justify-content:space-around}.footer>p{margin:0}.tag_list{display:flex;flex-wrap:wrap;gap:8px;list-style-type:none;margin:0;padding:0}.house_infos_section{display:flex;gap:20px;justify-content:space-between;width:100%}@media screen and (max-width:1024px){.house_infos_section{flex-direction:column}}.house_infos_section>div{color:#ff6060;display:flex;flex-direction:column;justify-content:space-between;min-height:130px}.house_infos_section>div>h1{font-weight:500;margin:0}@media screen and (max-width:1024px){.house_infos_section>div>h1{font-size:26px}}.house_infos_section>div>p{font-weight:500;margin:2px}.house_infos_section>div>ul{padding-top:25px}.house_infos_section>aside{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1024px){.house_infos_section>aside{align-items:center;flex-direction:row-reverse}}.house_owner{align-items:center;display:flex;gap:5px;justify-content:flex-end}.house_owner>div{display:flex;flex-direction:column;gap:4px;height:60px;justify-content:center}.house_owner>div>p{color:#ff6060;font-weight:500;margin:0;text-align:end}#profil_picture{border-radius:100%;height:80px;width:80px}@media screen and (max-width:468px){#profil_picture{height:60px;width:60px}}.house_description_section{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.house_description_section>div{max-width:45%}@media screen and (max-width:1024px){.house_description_section>div{max-width:100%}}.home_grid{background-color:#f6f6f6;border-radius:20px;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;max-width:min(90% - 80px,1840px);padding:40px}@media screen and (max-width:900px){.home_grid{background-color:#fff;max-width:100%;padding:0}}.not_found{color:#ff6060;justify-content:space-around}.not_found>div{align-items:center;display:flex;flex-direction:column}.not_found>div>h1{font-size:200px;font-weight:700;margin:0}@media screen and (max-width:768px){.not_found>div>h1{font-size:100px}}.not_found>div>p{font-size:26px;font-weight:500}@media screen and (max-width:768px){.not_found>div>p{font-size:16px;max-width:80%;text-align:center}}.not_found>a{color:#ff6060;text-decoration:none}.caroussel{height:415px;position:relative;width:100%}.caroussel_title-type{height:220px}@media screen and (max-width:1024px){.caroussel{height:300px}.caroussel_title-type{height:110px}}@media screen and (max-width:468px){.caroussel{height:250px}.caroussel_title-type{height:110px}}.caroussel_arrow{color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:40px;height:calc(100% - 20px);justify-content:center;padding:10px;position:absolute}.caroussel_arrow_right{right:0}.caroussel_counter{bottom:20px;color:#fff;font-size:22px;position:absolute;text-align:center;width:100%}@media screen and (max-width:468px){.caroussel_counter{display:none}}.caroussel_title{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;position:absolute;text-align:center;width:100%;z-index:1}@media screen and (max-width:1024px){.caroussel_title{justify-content:flex-start;padding:0 20px}}.caroussel_title>h1{font-size:34px;font-weight:500}@media screen and (max-width:1024px){.caroussel_title>h1{font-size:22px;text-align:left}}@media screen and (max-width:468px){.caroussel_title>h1{font-weight:400}}.caroussel img{border-radius:20px;height:100%;object-fit:cover;width:100%}.tag{background-color:#ff6060;border-radius:10px;color:#f6f6f6;font-size:14px;padding:4px 25px;white-space:nowrap}.dropdown{font-size:1em;max-width:90%;width:min(1024px,100%)}.dropdown_head{background-color:#ff6060;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:10px 15px;position:relative;z-index:1}.dropdown_icon{font-size:24px}.dropdown_content{background-color:#f6f6f6;border-radius:10px;color:#ff6060;margin-top:-25px;padding:45px 20px 20px}.stars_container{display:flex}.star{padding:3px}@media screen and (max-width:468px){.star{height:20px}}main{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;min-height:calc(100vh - 280px);padding-bottom:30px}@media screen and (max-width:768px){main{min-height:calc(100vh - 260px)}}.wrapping{margin:0 auto;width:min(90%,1920px)}.thumbnail{aspect-ratio:1/1;background:#ff6060;background-size:cover;border-radius:10px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;text-decoration:none;width:340px}.thumbnail:before{background:linear-gradient(180deg,hsla(0,0%,100%,0),rgba(0,0,0,.5));border-radius:10px;content:"";height:100%;position:absolute;width:100%}.thumbnail>*{z-index:1}.thumbnail h3{font-weight:400;margin:0;padding:10px}@media screen and (max-width:900px){.thumbnail{max-height:200px;width:100%}}
/*# sourceMappingURL=main.7a9a63aa.css.map*/