*{list-style:none;margin:0;padding:0;text-decoration:none}body{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-size:18px;justify-content:space-between;min-height:100vh}@media screen and (max-width:800px){body{font-size:12px}}main{flex:1 0 auto;height:auto}#house{margin:0 5%}footer{margin-top:auto}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes rotation-back{0%{transform:rotate(180deg)}to{transform:rotate(1turn)}}@keyframes apparition{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes disparition{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.navbar{align-items:center;display:flex;justify-content:space-between;margin:2% 5%;padding:0}.navbar_logo{height:auto;max-width:10vw}@media screen and (max-width:800px){.navbar_logo{margin:3% 0 2%;max-width:20vw}}.navbar_logo-image{height:auto;object-fit:contain;width:100%}.navbar_links{display:flex;justify-content:space-between;min-width:20%}@media screen and (max-width:800px){.navbar_links{min-width:25%;text-transform:uppercase}}.navbar_links ul{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0;width:100%}.navbar_links ul li{font-family:Montserrat,sans-serif;font-size:1.2em;justify-content:space-between}.navbar_links ul li:not(:last-child){margin-right:1rem}.navbar_links-link{color:#000;text-decoration:none}.navbar_links-link:focus{border-bottom:1px solid #000}.navbar_links-link:last-child{margin-right:0}@media (min-width:768px){.navbar_links ul li{display:flex;justify-content:space-between}}.banner_section{background-color:#000;border-radius:10px;height:225px;margin:0 5% 2%;position:relative;width:auto}@media screen and (max-width:800px){.banner_section{height:111px}}.banner_picture{align-items:center;border-radius:10px;display:flex;filter:brightness(50%);flex-direction:column;height:100%;justify-content:center;object-fit:cover;position:relative;width:100%}.banner_text{color:#fff;font-family:Montserrat,sans-serif;font-size:2em;font-weight:500;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:800px){.banner_text{font-size:24px}}.container{align-content:normal;align-items:flex-start;background-color:#f6f6f6;border-radius:10px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin:0 5% 5%;padding:3%;width:auto}@media screen and (max-width:800px){.container{align-items:center;flex-direction:column;justify-content:center}}.container .card{align-self:auto;border-radius:10px;color:#fff;display:block;flex-basis:auto;flex-grow:0;flex-shrink:1;height:300px;margin:0 0 5%;order:0;padding:0;position:relative;width:340px}@media screen and (max-width:800px){.container .card{height:200px;width:85vw}}.container .card_image{border-radius:10px;height:100%;object-fit:cover;width:100%}.container .card_title{bottom:10px;font-family:Montserrat,sans-serif;font-size:1.1em;font-weight:700;margin:5% 5% 0;max-width:50%;position:absolute}.modal{display:flex;flex-direction:column;height:auto;justify-content:center;margin:0 auto 2%;position:relative;width:85%}@media screen and (max-width:800px){.modal{width:90%}}.modal__container{align-items:start;display:flex;flex-direction:row;justify-content:space-between;margin:3% 0}@media screen and (max-width:800px){.modal__container{align-items:center;flex-direction:column;justify-content:space-between;min-height:15vh;min-width:100%}}.modal--housePage{color:#000;width:100%}.modal--housePage>p{color:#000;font-size:1.5em;font-weight:400;line-height:1.5}.modal--housePage:first-child{margin-right:2%}.modal--housePage:last-child{margin-left:2%}@media screen and (max-width:800px){.modal--housePage{min-width:100%}.modal--housePage:first-child{margin:0 0 2%}.modal--housePage:last-child{margin:0}}.modal_title{align-items:center;background-color:#ff6060;border-bottom:1px solid #ddd;border-radius:10px;display:flex;flex-direction:row;height:calc(50px + 1vh);justify-content:space-between;width:100%;z-index:2}@media screen and (max-width:800px){.modal_title{height:calc(30px + 2vh);width:100%}}.modal_title--name{color:#fff;font-size:1.1em;font-weight:500;padding:0 3%}@media screen and (max-width:800px){.modal_title--name{font-size:1.4em}}.modal_title--icon{color:#fff;cursor:pointer;font-size:24px;padding:0 3%}.modal_title--icon.rotate-up{transform:rotate(0deg);transition:transform .35s ease-in}.modal_title--icon.rotate-down{transform:rotate(180deg);transition:transform .35s ease-in}.modal_text{opacity:0;padding:1rem;transition:transform .35s linear}.modal_text.open{animation:apparition .35s ease-in-out forwards;opacity:1;z-index:1}.modal_text.close{animation:disparition .35s ease-in-out forwards;opacity:1}.error_container{align-content:space-between;align-items:center;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;justify-content:space-around;min-height:70vh;width:100%}.error_container p:first-child{color:#ff6060;font-size:15em;font-weight:700;margin:0}.error_container p:nth-child(2){color:#ff6060;font-size:1.8em;font-weight:500;margin:3% 0 7%}.error_container .error-navlink{color:#000;font-size:1.1em;font-weight:500;margin-bottom:5%;text-decoration:underline}@media screen and (max-width:800px){.error_container p:first-child{font-size:6em;text-align:center}.error_container p:nth-child(2){font-size:2em;text-align:center;width:70%}}.house{display:flex;flex-direction:column}.house__content{display:flex;flex-direction:row;height:auto;justify-content:space-between;margin-top:2%}@media screen and (max-width:800px){.house__content{flex-direction:column}}.house_rating{display:flex;flex-direction:row;font-size:1.5em;justify-content:space-between;width:100%}.house_rating-on{color:#ff6060}.house_rating-off{color:#e3e3e3}@media screen and (max-width:800px){.house_rating{font-size:1.6em;max-width:35%;min-width:0}}.house_location{color:#000;font-size:18px;font-weight:500}.house_title{color:#ff6060;font-size:1.7em;font-weight:500;margin:2% 0}.house__tags{align-content:flex-end;display:flex;flex-direction:row;flex-wrap:wrap;margin:3% 0 0}.house__tags_container--tag{align-items:center;background-color:#ff6060;border-radius:20px;color:#e3e3e3;display:flex;justify-content:center;margin:10px 10px 10px 0;min-height:30px;padding:0 30px}.host{display:flex}@media screen and (max-width:800px){.host{margin-bottom:5%}}.host__maincontainer{align-content:flex-start;display:flex;flex-direction:column;width:100%}.host__maincontainer--picture{border-radius:50%;width:8vw}@media screen and (max-width:800px){.host__maincontainer{align-items:center;flex-direction:row-reverse;justify-content:space-between;margin-top:1em}}.host__container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:1.3em}@media screen and (max-width:800px){.host__container{margin-bottom:0}}.host__container--picture{border-radius:50%;width:64px}@media screen and (max-width:800px){.host__container--picture{width:32px}.host__container{flex-direction:row}}.host__namecontainer{display:flex;flex-direction:column}.host--name{color:#ff6060;font-size:1em;margin-right:10px;white-space:pre-wrap}@media screen and (max-width:800px){.host--name{font-size:1.3em;font-weight:500}}.description{display:flex;flex-direction:row;justify-content:space-between;margin:2% 0;width:100%}.description__container_title{align-items:center;border-radius:10px;color:#fff;flex-direction:row;font-size:1.2em;font-weight:500;justify-content:center;margin:1%;min-height:40px;padding:0 2%;width:40%}.description .house_modal,.description__container_title{background-color:#ff6060;display:flex;flex-direction:column}.slides-container{align-items:center;display:flex;justify-content:center}.slides-container,.slides-container--bloc{position:relative;width:100%}.slides-container__nbr{bottom:10px;color:#fff;font-size:1.1em;font-weight:700;left:50%;position:absolute;transform:translate(-50%,-50%)}@media screen and (max-width:800px){.slides-container__nbr{display:none}}.slides-container__img{border-radius:10px;height:50vh;object-fit:cover;width:100%}.slides-container__arrow{color:#fff;cursor:pointer;font-size:3em;position:absolute;z-index:1}.slides-container__arrow--left{left:10px;margin:0}.slides-container__arrow--right{margin:0;right:10px}.footer{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:1.2em;font-weight:500;justify-content:center;line-height:1.5;margin-top:3em;min-height:30vh;text-align:center;width:100%}.footer .footer-logo{margin-bottom:2%}@media screen and (max-width:800px){.footer{font-size:12px;height:20vh}.footer h3{white-space:normal;width:40%;word-break:break-word}}.about{justify-content:space-evenly;min-height:65vh}.about,.about__content{display:flex;flex-direction:column}.about__content{gap:20px;justify-content:flex-start;justify-content:space-evenly;margin-top:1em;min-height:45vh;width:100%}#modal_title-about{height:calc(65px + 1vh)}@media screen and (max-width:800px){#modal_title-about{font-size:10px;height:calc(40px + 1vh)}}
/*# sourceMappingURL=main.e0d58822.css.map*/