@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a,del,ins{text-decoration:none}a{color:inherit}button,label{cursor:pointer}button,input{outline:0}html{height:100%}body{font-family:Ubuntu,sans-serif;color:#000;background-color:#fff;position:relative;min-height:100%;padding-bottom:90px}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.75em 0}h3{font-size:1.17em;margin:.83em 0}.create--button{margin-left:auto;padding:.6rem;background-color:#40c09c;color:#fff;border-radius:5px;border:none;font-size:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.create--button:hover{background-color:rgba(51,154,125,.8)}.create--button p{margin-left:5px}.main-form{background-color:#fff;margin:1.2rem auto;padding:1rem 2rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);color:#000;max-width:500px}.main-form h2{margin-top:0;margin-bottom:2rem;text-align:center}.main-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-form select{background-color:rgba(41,121,255,.07);font-family:Ubuntu,sans-serif;height:36px;margin-bottom:30px}.main-form input,.main-form select{border:1px solid #e0e0e0;border-radius:5px;margin-top:10px;width:100%}.main-form input{display:block;padding:10px 15px;margin-bottom:25px;font-size:14px}.main-form input[type=submit]{background-color:#2b7afd;width:inherit;-ms-flex-item-align:center;align-self:center;color:#fff;font-size:14px;font-weight:700;border:none;border-radius:45px;margin-top:20px;margin-bottom:0;padding:12px 32px;font-size:1.02rem;-webkit-transition:all .3s ease;transition:all .3s ease}.main-form input[type=submit]:hover{background-color:#025df3;cursor:pointer}.main-form label{text-align:left;display:block;color:#000;font-size:14px;font-weight:500}.main-form textarea{display:block;margin-top:10px;width:100%;border:1px solid #e0e0e0;resize:none}.warning-text{color:#ff7a32}.tab-mobile{background-color:#2b7afd;color:#fff;font-weight:700;border:none;padding:17px;margin-bottom:0;-webkit-transition:all .3s ease;transition:all .3s ease;font-size:1.05rem}.form-error{color:red;font-weight:350;font-size:1rem}.required-asterisk{color:red;margin-left:5px}input.inputalgolia{padding-right:35px}.links{color:#4472b9;font-weight:300;display:block;margin-top:20px}.links:hover{text-decoration:underline}.app{height:100%}nav{position:relative;height:10vh;width:100%;background:#fff;z-index:99;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1)}.navbar{max-width:1200px;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 auto}.logo,.navbar{display:-webkit-box;display:-ms-flexbox;display:flex}.logo{-ms-flex-item-align:center;align-self:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:2rem}.logo-image{width:40px}.logo-title{margin-left:.5rem;color:#000;font-family:Rubik;font-size:1.1rem;font-weight:500}.logo-title--color{color:#2b7afd}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;height:100%;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-links li{margin:2rem;color:#000;text-decoration:none;font-size:16px;font-weight:500;-webkit-transition:.3s;transition:.3s;position:relative}.nav-links li:hover{color:#4d4d4d}.nav-links li:after{position:absolute;content:"";margin-top:4px;width:100%;height:2px;top:100%;left:0;background:#2b7afd;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center;transform-origin:center}.nav-links li:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:center;transform-origin:center}@media screen and (max-width:768px){.line{width:30px;height:3px;background:#000;margin:5px;-webkit-transition:all .3s linear;transition:all .3s linear}.hamburger{position:absolute;cursor:pointer;right:5%;top:50%;-webkit-transform:translate(-5%,-50%);transform:translate(-5%,-50%);z-index:2}.nav-links{position:fixed;background:#fff;height:100vh;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:4rem;clip-path:circle(100px at 90% -30%);-webkit-clip-path:circle(100px at 90% -10%);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;pointer-events:none}.nav-links.open{clip-path:circle(800px at 90% -10%);-webkit-clip-path:circle(800px at 90% -10%);pointer-events:all}.nav-links li{opacity:0}.nav-links li:first-child{-webkit-transition:all .5s ease .2s;transition:all .5s ease .2s}.nav-links li:nth-child(2){-webkit-transition:all .5s ease .4s;transition:all .5s ease .4s}.nav-links li:nth-child(3){-webkit-transition:all .5s ease .6s;transition:all .5s ease .6s}li.fade{opacity:1}}footer{position:absolute;bottom:0;width:100%;margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(37,37,37,.8);color:#fff;padding:1rem .2rem}footer .footer-link{margin:.3rem 1rem}@media(max-width:600px){footer .footer-link{font-size:14px;margin:0 10px}}.page{background-color:#fff}.container{margin:0 auto;width:100%;height:calc(100vh - 30px);position:relative}.container:after{content:"";position:absolute;bottom:0;width:100%;height:70px;z-index:50}.background,.bg{width:100%}.bg{position:absolute;top:0;left:0;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.lake{z-index:3}.content{position:relative;z-index:99}.title{text-align:center;top:30%;font-size:5rem;text-shadow:1px 1px 2px #4e4e4e;z-index:2}.create,.title{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;color:#fff;font-weight:700}.create{bottom:10%;z-index:10;padding:1rem;border-radius:50px;border:none;background-color:#2b7afd;cursor:pointer;text-decoration:none;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease}.create:hover{background-color:#025df3;color:#fff}.homepage-description{width:100%;margin:1rem auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2b7afd}.homepage-section{width:100%;padding:4em 0}.homepage-section:nth-child(2n){background-color:rgba(222,228,240,.6)}.homepage-card{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;max-width:800px}.homepage-card-picture{width:50%;margin:0 auto;text-align:center}.homepage-card-picture img{width:200px}.homepage-card-description{min-width:300px;max-width:50%;text-align:center;margin:0 auto;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease}.homepage-card-description p{font-weight:300;font-size:1.2rem}.homepage-card-description:hover{color:#2b7afd}@media(max-width:600px){.title{font-size:3rem}}.mentions-legales-container{background-color:#fff;max-width:1200px;margin:0 auto}.mentions-legales-content{margin:3rem auto;width:90%;border:1px solid hsla(0,0%,47.5%,.7);padding:1rem}.mentions-legales-content p{font-weight:300}.contact-container{margin:0 auto;max-width:1200px;text-align:center;padding:1rem;height:100%}.about h2{text-align:center}.team-container{-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap}.team-container,.teamcard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.teamcard{width:260px;margin:20px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);background-color:rgba(119,189,255,.05);padding:30px 10px;-webkit-box-orient:vertical;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease}.teamcard:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.teamcard-picture{padding:1rem;border-radius:50%;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);background-color:#fff}.teamcard-content-name{margin-top:30px;font-size:22px;font-weight:400;text-transform:uppercase}.teamcard-content-role{margin-top:22px;font-size:18px;color:#db545a}.teamcard-content-description{margin-top:20px;font-size:16px;font-weight:300}.teamcard-content-social{margin-top:22px}.login-container{background-color:#fff}.login-container,.register{margin:0 auto;text-align:center;max-width:1200px;padding:1rem}.requirements{margin-top:-1rem;color:red;font-weight:300;display:none;font-style:italic;-webkit-transition:.28s;transition:.28s}.register-form-field input[type=email],.register-form-field input[type=password],.register-form-field input[type=text]{padding-left:50px}.register-form-field input[type=email]:valid,.register-form-field input[type=password]:valid,.register-form-field input[type=text]:valid{background:url(https://i7.uihere.com/icons/15/930/563/check-complete-done-green-success-valid-icon-a0c9dfdae38caa45183e54ed71723d97.svg);background-repeat:no-repeat;background-size:20px;background-position:10px 10px}.register-form-field input[type=email]:focus:invalid:not(:-moz-placeholder-shown)+.requirements,.register-form-field input[type=password]:focus:invalid:not(:-moz-placeholder-shown)+.requirements,.register-form-field input[type=text]:focus:invalid:not(:-moz-placeholder-shown)+.requirements{display:block;padding:0 30px 20px 50px}.register-form-field input[type=email]:focus:invalid:not(:-ms-input-placeholder)+.requirements,.register-form-field input[type=password]:focus:invalid:not(:-ms-input-placeholder)+.requirements,.register-form-field input[type=text]:focus:invalid:not(:-ms-input-placeholder)+.requirements{display:block;padding:0 30px 20px 50px}.register-form-field input[type=email]:focus:invalid:not(:placeholder-shown)+.requirements,.register-form-field input[type=password]:focus:invalid:not(:placeholder-shown)+.requirements,.register-form-field input[type=text]:focus:invalid:not(:placeholder-shown)+.requirements{display:block;padding:0 30px 20px 50px}.register-validation{margin:1.2rem auto;padding:1rem 2rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);color:#000;max-width:500px}.register-validation-header{background-color:#ff7a32;padding:1.2rem 0}.register-validation-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.register-validation-body p{font-weight:300}.mail-button{margin-top:1.7rem;padding:.6rem;background-color:#ff7a32;color:#fff;border-radius:5px;font-size:.9rem;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.mail-button:hover{background-color:#fe5900}.notfound{margin:3rem auto;max-width:520px;width:100%;line-height:1.4;text-align:center}.notfound .notfound-404{position:relative;height:240px}.notfound .notfound-404 h1{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:252px;font-weight:900;color:#262626;text-transform:uppercase;letter-spacing:-40px;margin:0 0 0 -20px}.notfound .notfound-404 h1>span{text-shadow:-8px 0 0 #fff}.notfound .notfound-404 h3{position:relative;font-size:16px;color:#262626;margin:0;letter-spacing:3px;padding-left:6px}.back-button,.notfound .notfound-404 h3{font-weight:700;text-transform:uppercase}.back-button{margin-left:auto;margin-right:auto;padding:1rem;border-radius:50px;border:none;font-size:.8rem;background-color:#2b7afd;cursor:pointer;text-decoration:none;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.back-button:hover{background-color:#025df3;color:#fff}.notfound h2{font-size:20px;font-weight:400;text-transform:uppercase;color:#000;margin-top:0;margin-bottom:25px}@media only screen and (max-width:767px){.notfound .notfound-404{height:200px}.notfound .notfound-404 h1{font-size:200px}}@media only screen and (max-width:480px){.notfound .notfound-404{height:162px}.notfound .notfound-404 h1{font-size:162px;height:150px;line-height:162px}.notfound h2{font-size:16px}}.frame{padding:2rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);color:#000;margin:4rem 1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.frame h2{margin-top:0;margin-bottom:3rem;text-align:center}.profil-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:800px;margin:4rem auto;padding:2rem}li{padding:.5rem;margin-bottom:1rem}.profil{min-width:65%}.document_item{background-color:rgba(43,123,253,.05);border-radius:8px;-webkit-box-shadow:0 1px 1px 0 rgba(43,123,253,.1);box-shadow:0 1px 1px 0 rgba(43,123,253,.1)}.document__item_details{font-size:.8rem;font-weight:100;margin-top:.5rem}.userdashboard{margin:0 auto;max-width:1200px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.userdashboard h2{text-align:center}.userdashboard h3{margin:0;text-align:center}.userdashboard-travels{-webkit-box-orient:vertical;-ms-flex-flow:column wrap;flex-flow:column wrap}.userdashboard-travels,.userdashboard-travels-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.userdashboard-travels-header{width:800px;max-width:800px;-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap}.travel-card{max-width:800px;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem auto;border-radius:8px;overflow:hidden;font-weight:300;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);-webkit-transition:all .3s ease;transition:all .3s ease}.travel-card-image{max-width:300px}.travel-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:500px;padding:1rem}.travel-card-content-title{font-size:1.3rem;font-weight:500;color:#2b7afd}.travel-card-content-date{font-size:.9rem;font-style:italic}.travel-card-content-more{margin-top:.6rem;-ms-flex-item-align:end;align-self:flex-end;font-weight:400;font-size:.8rem;color:#fff;padding:.7rem;border:none;border-radius:3px;background-color:#2b7afd;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.3);box-shadow:0 1px 10px 0 rgba(33,33,33,.3);-webkit-transition:all .3s ease;transition:all .3s ease}.travel-card-content-more:hover{background-color:#025df3}.user-card{max-width:800px;padding:1rem;margin:2rem auto 6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:8px}.user-card-image{margin-bottom:1rem;padding:2rem;border-radius:50%;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.5);box-shadow:0 1px 10px 0 rgba(33,33,33,.5);background-color:#fff}.user-card-name{font-size:1.3rem;margin-bottom:12px}.user-card-email{margin-bottom:20px}.user-card-edit{margin:auto}@media screen and (max-width:512px){.userdashboard-travels-header{width:90%}.travel-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;margin:1rem}.travel-card-image{max-width:100%}.travel-card-content{width:100%}}.creator-icon{height:5rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;float:right}.travel-details-container{max-width:1200px;background-color:#fff;margin:0 auto}.travel-details-container-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.travel-category-container{margin:0 auto;width:100%;padding:.5rem}.card-container{position:relative;width:100%;margin-bottom:0;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.3);box-shadow:0 1px 10px 0 rgba(33,33,33,.3)}.card-detail{margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.card-detail-image{height:100px;-o-object-fit:cover;object-fit:cover}.card-details{-ms-flex-item-align:center;align-self:center}.travel-menu{background:#eaebeb;padding:.8rem .2rem;-webkit-box-orient:horizontal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.8rem}.travel-menu,.travel-menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.travel-menu-icon{-webkit-box-orient:vertical;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.navlink-selected,.travel-menu-icon:hover{color:#f05454}.travel-details{margin:2rem auto}.prices_card{font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:30%}.prices_card h4{padding-bottom:1rem}.documents form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.label-file{cursor:pointer;color:#fff;font-weight:700;-ms-flex-item-align:center;align-self:center;background-color:rgba(43,123,253,.01);margin-bottom:1rem}.input-file{display:none}.upload-message{color:#f05454}.travel-addelements-button{margin:auto}.add-documents{margin:0 auto}@media screen and (min-width:512px){.travel-details-container-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.card{min-width:100%}.travel-container{margin:0 auto;max-width:1200px}.card-detail{margin:0 auto}.card-detail-image{width:300px;height:auto}.travel-menu{max-width:800px;margin:0 auto;padding:.8rem;-ms-flex-pack:distribute;justify-content:space-around}.travel-menu-logo{width:32px;height:32px}}.validate--button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-left:auto;padding:.6rem;background-color:#40c09c;color:#fff;border-radius:5px;border:none;font-size:.9rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.validate--button:hover{background-color:rgba(51,154,125,.8)}.validate--button p{margin-left:5px}.big-buttons{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:0;background-color:#40c09c;color:#fff;border-radius:5px;border:none;font-size:.9rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.big-buttons,.category-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex}.category-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:96%;padding:1rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(43,123,253,.1);box-shadow:0 1px 10px 0 rgba(43,123,253,.1);color:#000;margin:1rem;background-color:rgba(43,123,253,.05)}.category-container h2{margin-top:0;margin-bottom:3rem;text-align:center}.cards__container,.headerWithAddThingMenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cards__container{-ms-flex-wrap:wrap;flex-wrap:wrap}.card__container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);color:#000;margin:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%;background-color:#fff;-webkit-transition:all .1s linear;transition:all .1s linear}.card__container:hover{cursor:pointer;background-color:hsla(0,0%,82%,.3);-webkit-transform:translateY(-8px);transform:translateY(-8px)}.elementCard{font-weight:300}.elementCard-title{font-weight:400}.card__text>*{padding-top:1rem}.card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-overlay{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#2b7afd;opacity:.1}.modal-wrapper{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal{z-index:100;background:#fff;position:relative;margin:1.75rem auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;padding:2rem;border-radius:8px;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);color:#000}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal-close-button{cursor:pointer;border:none;background-color:#fff}.modal_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.modal_content-main h4{padding:1rem;font-weight:300}.modal_content-main h3,.modal_content svg{-ms-flex-item-align:center;align-self:center}.modal_buttons_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:.1rem}.modal_buttons_container .create--button{margin-right:auto;margin-left:auto}.addThingDesktop{min-width:700px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-top:1rem;margin-bottom:1rem}.addThingDesktop label{width:40%}.validate_or_cancel_selection{padding:0;bottom:10vh;z-index:1;right:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.validate_or_cancel_selection *{margin:1rem}.modal_content-main h4{padding:.5rem}.dashboard-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard-header .add-traveler{margin-right:50px}@media(max-width:500px){.category-container{margin:1rem auto}.card__container{margin:.5rem auto;width:100%}.modal{padding:.5rem}.addThingDesktop{min-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-top:1rem;margin-bottom:1rem}.addThingDesktop label{width:80%}.modal_content{font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.modal_content-main h4{padding:1rem}.modal_content-main h3{-ms-flex-item-align:center;align-self:center}.dashboard-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.dashboard-header .validate_or_cancel_selection{bottom:1vh;right:1vh}.dashboard-header .add-traveler{margin-right:0}}.fieldName{margin-left:5px}.modal-title{text-align:center}.cancel-button{background-color:#ff7a32}.cancel-button:hover{background-color:#fe5900}.travel-dashboard-container{max-width:1200px;margin:auto}.travel-dashboard-container h1{text-align:center}.display__pointer :hover{cursor:pointer;color:red}.info-validate{font-weight:300;margin-left:16px;font-style:italic}.map{margin:auto}.add-traveler-validation{width:400px;height:200px;margin:100px auto;text-align:center;-webkit-box-shadow:0 1px 10px 0 rgba(33,33,33,.1);box-shadow:0 1px 10px 0 rgba(33,33,33,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}