#root{margin:0 auto;padding:0;min-height:100vh}header{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem}.logo{height:3em;padding-top:4px;will-change:filter;transition:filter .3s}.home-button{border-radius:8px;border:1px solid transparent;background-color:transparent;cursor:pointer;transition:border-color .25s,transform .2s ease}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.home-button:hover{transform:rotate(3deg)}.nav-menu{position:relative;cursor:pointer;padding:.6em}.nav-menu-links{position:absolute;top:8px;right:0;display:grid;grid-template-columns:max-content;grid-template-rows:0fr;transition:.3s grid ease}.nav-menu:hover .nav-menu-links{grid-template-rows:1fr;z-index:10}.nav-menu-links__container{display:flex;flex-direction:column;overflow-y:hidden;width:100%}.nav-menu-links__container>a{width:100%;display:block;background-color:#f89b86;text-align:right;color:#4d4dff;padding:.2rem .4rem}.nav-menu-links__container>a:hover{background-color:#ff7758;color:#e6e6ff}.burger{height:3em;margin-bottom:-2px}.burger-border{border:1px solid black;border-radius:8px;padding:4px 6px 0}@media only screen and (max-width: 480px){.burger{height:2em;margin-bottom:-4px}.burger-border{padding:2px 4px 0}.nav-menu-links__container>a{font-size:.85rem}}.gallery-image-vert{width:50%;padding:8px;box-sizing:border-box}.gallery-image{width:100%;padding:8px;box-sizing:border-box}.artist-info{padding:8px}.exhibitions-page{padding:2rem}.exhibition-header{margin:20px 0}.upcoming,.previous .current{margin:30px 0}.poster-image{width:100%;padding:20px}.previous-posters{display:flex;flex-wrap:wrap}.exhibition-section{width:400px;box-sizing:border-box}.exhibition-description{margin-top:30px;margin-bottom:30px}.artist-name{font-size:large}.title-of-work{font-style:italic;font-size:medium}.medium{font-size:small}.image-in-group{width:100%}.exhibition-image-gallery{display:flex;flex-wrap:wrap}.submission-form{margin-top:20px;display:flex;flex-direction:column;padding:16px;border-radius:8px;border:2px solid black;max-width:800px}.form-header{margin-top:30px}input,select{border-radius:8px;margin-top:20px;padding:8px;width:380px;border:2px solid black}select{height:46px}.form-description{margin-bottom:20px}textarea{border-radius:8px;margin-bottom:20px;padding:8px;max-width:600px;border:2px solid black}#file{margin:0;padding:8px 0;border:none}.submit-button{width:80px;background-color:#ccf;border:2px solid #7171f1;border-radius:8px;cursor:pointer;transition:background-color .25s;font-size:1rem;margin-right:20px}.submit-button:disabled{background-color:#ccf;color:#7171f1;border:2px solid #ccccff;cursor:not-allowed}.submit-button:disabled:hover{background-color:#ccf;color:#7171f1;border:2px solid #ccccff;cursor:not-allowed}.submit-button:hover{background-color:#7171f1;color:#fff;border:2px solid #ccccff}.submit-button-and-message{margin-top:20px;display:flex;align-items:center}@media only screen and (max-width: 480px){input,select{width:100%}}.email-address{margin-top:8px}.contact-page{padding:2rem}.spacing{margin:16px 0}.highlight{background-color:#f49585;padding:16px;width:fit-content}.entretemps-logo-spin{opacity:.8;position:absolute;margin-top:10vh;height:30vh;animation:rotationAndMove 5s infinite linear}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes rotationAndMove{0%{left:0;transform:rotate(0)}25%{left:35%;transform:rotate(180deg)}50%{left:70%;transform:rotate(359deg)}75%{left:35%;transform:rotate(180deg)}to{left:0;transform:rotate(0)}}.logo-container{width:100%}.gallery-front{width:100%;max-width:800px;margin-top:30px}.booking-dialog{height:70%;max-width:100%}.booking-button{margin-top:1.5em;border-radius:8px;border:1px solid #ff7758;padding:.6em;font-size:1.5rem;line-height:2rem;font-weight:500;font-family:inherit;background-color:#ccf;cursor:pointer;transition:border-color .25s;text-align:left}.booking-button:hover{background-color:#ff7758;color:#e6e6ff;border:1px solid #ccccff}.booking-dialog-content{height:100%}@media only screen and (max-width: 480px){.booking-button{font-size:1rem;line-height:1.5rem}}h2,.visit-section{margin-bottom:20px}.visit-page{padding:2rem}.studio-gallery{margin-top:20px;margin-left:20px}.home-section{display:flex;flex-direction:column;justify-content:space-around;width:100%;height:calc(100vh - 140px)}:root{font-family:Rubik,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0}a{font-size:1.5rem;font-weight:500;text-decoration:inherit}input,select,textarea,button{font-family:Rubik,sans-serif;line-height:2em}input,select,textarea{background-color:#fec4b6;color:#000}label{margin-top:20px}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0}body{margin:0;min-width:320px;min-height:100vh;background:#ccf;background:linear-gradient(180deg,#ccf,#ff3000b3);background-attachment:fixed;text-wrap:wrap}h1{margin-bottom:.3rem;font-size:clamp(2rem,30vw,30rem);line-height:.7em;text-align:center;text-wrap:wrap;overflow-wrap:break-word;color:#fac2b5}h2{font-size:3rem}h3{font-size:2rem}p{font-size:1.5rem;line-height:1.5;text-wrap:wrap;overflow-wrap:break-word}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media only screen and (max-width: 480px){h1{font-size:30vw;line-height:.7}h2{font-size:2rem}h3{font-size:1.5rem}p,a{font-size:1rem}}.wavy{animation:wavy 1.5s infinite linear;position:relative;top:0;left:0}@keyframes wavy{0%{top:0;color:#fac2b5}50%{top:-25px;color:#f9a399}to{top:0;color:#fac2b5}}
