a.legal{
    margin:auto;
    margin-bottom:20px;
    margin-left:20px;
}

@media screen and (min-width:700px){
    a.legal{
        position: absolute;
        left:0;
        bottom:0;
    }
}a{
    font-family: 'NewYork';
    color:black;
    opacity: 0.5;
    text-decoration: underline;
    font-size: 12px;
    transition: all 0.2s ease;
}

a:hover{
    opacity: 0.2;
}

a:active{
    opacity: 0.7;
}

a:visited{
    color: black;
}.button{
    padding:15px;
    border:solid 2px black;
    color:black;
    text-decoration: none;
    font-family: 'NewYork';
    transition: all 0.2s ease;
    opacity: 1;
    margin-top:20px;
    margin-bottom:20px;
    
    font-size: 16px;
    padding-left: 30px;
    padding-right:30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.button:hover{
    opacity: 0.5;
}

.button:active{
    opacity: 0.8;
}.divider{
    display: inline-block;
    height:auto;
    width:100%;
    border:none;
    padding:0px;
    margin:0;
    box-sizing: border-box;
    vertical-align: top;
}

.divider[v-padding]{
    padding-bottom:80px;
    box-sizing: content-box;
}

@media screen and (min-width:700px){

    .divider[v-padding-nomobile]{
        margin-top:100px;
        margin-bottom:100px;
    }

    .divider{
        display:inline-block;
        width: calc(50% - 4px);
        padding:20px;
    }

    .divider.invert:nth-child(1){
        position: absolute;
        right:0;
    }
    .divider.invert:nth-child(2){
        position: absolute;
        left:0;
    }
}



div.fade{
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width:100%;
    background:rgb(0,0,0,0.8);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

div.fade[transparence=opaque]{
    background:black;
    -webkit-backdrop-filter:blur(0px);
    backdrop-filter:blur(0px);
}


div.fade[transparence=translucid]{
    background:rgba(0,0,0,0.8);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}

div.fade[transparence=glass]{
    background: rgba(0,0,0,0);
    -webkit-backdrop-filter:blur(15px);
    backdrop-filter:blur(15px);
}

div.fade.active{
    pointer-events: initial;
    opacity: 1;
}



div.feed{
    position: absolute;
    top:80px;
    right:0;
    transform: rotate(10deg) scale(1.3);
    height:calc(100vw - 80px);
    width:640px;
    font-size: 0;
    overflow:auto;
}

div.feed img{
    width:120px;
    padding: 4px 4px;
    aspect-ratio: 1;
    object-fit: cover;
    border:none;
    display: inline-block;
    opacity: 0;
    filter:brightness(1);
}

div.feed img:hover{
    filter:brightness(1.2);
}

div.feed img:active{
    filter:brightness(0.7);
}



@keyframes feedimg_startup{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


div.feed img{
    animation: feedimg_startup 0.5s ease forwards;
}

@media  screen and (max-width:700px){
    div.feed{
        position: relative;
        top:0;
        left:0;
        right:0;
        transform: rotate(0) scale(1);
        height:120vw;
        width:100%;
    }

    div.feed img{
        width:calc(33.3% - 2px);
        aspect-ratio: 1;
        padding: 1px 1px;
    }


}
.filmPhoto{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.filmPhoto .column{
    width:calc(50% - 5px);
    max-width: 300px;
    background: transparent url("/ressources/bundles/kodakPortra.png") repeat-y scroll 0 0;
    background-size: 17px;
}


.filmPhoto img{
    margin-top:20px;
    display:block;
    width: 100%;
    padding:2vw;
    padding-left:30px;
    padding-right:0;
    box-sizing: border-box;
    object-fit: contain;
    height: auto;
}


.styleline{
    position: absolute;
    width:150vw;
    height:40vw;

    top:50%;
    left:50%;
    transform: translate(-50%,-50%) rotate(15deg);
}

.styleline.orange{
    background: #E28D44;
}

#gallery img{
    opacity: 0;
    animation:_animation_fade_in 0.5s ease forwards ;
}


@keyframes _animation_fade_in {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}form{
  display: block;
  width:100%;
  padding:15px;
  box-sizing: border-box;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
form{
  vertical-align: middle;
}

*:not(input,textarea,select){
  user-select: none;
  -webkit-user-select: none;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-text-fill-color:rgb(255,255,255) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-text-fill-color:rgb(0,122,255) !important;
    border-color:rgb(0,122,255) !important;
    color:rgb(0,122,255) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-box-shadow: 0 0 0 30px rgb(255,255,255) inset !important;
    -webkit-text-fill-color:rgb(0,122,255) !important;
    border-color:rgb(0,122,255) !important;
    color:rgb(0,122,255) !important;
}


.formgroup .error{
  font-size: 12px;
  font-family: "NewYork";
  height:1px;
  max-height: 1px;
  overflow: visible;
  display: block;
  width:100%;
  text-align: right;
  padding-right:10px;
}

form>.error{
  font-size: 15px;
  font-family: "NewYork";
  height:1px;
  overflow: visible;
  display: block;
  width:100%;
  text-align: center;
  padding-right:10px;
}

.formgroup .label
{
  font-size: 13px;
  display: inline-block;
  width:25%;
  font-family: NewYork;
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}


.formgroup .label.top{
  display: block;
  margin-bottom: 10px;
}
.formgroup .label:not(.top)+input:not([type=submit])
{
  display: inline-block;
  width:73%;
}


.formgroup,
.formgroup.fullwidth
{

  text-align: center;
  border:none;
  margin:0;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;

  height:auto;
  width:100%;
  display: block;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 10px;
}


.formgroup.midwidth
{
  width:calc(50% - 2px);
  display:inline-block;
  margin-left: 0;
  margin-right: 0;
}

.formgroup.thirdwidth
{
  width:calc(33% - 2px);
  display:inline-block;
  margin-left: 0;
  margin-right: 0;
}
.formgroup.twothirdwidth
{
  width:calc(66% - 2px);
  display:inline-block;
  margin-left: 0;
  margin-right: 0;
}

.formgroup input:not([type=submit])::placeholder
{
  transition: all 0.3s ease;
}


.formgroup input:not([type=submit]),formgroup select,formgroup textarea
{
  font-family: NewYork;

  transition: border 0.4s ease;
  margin: 0;
  width:calc(100% - 2px);
  height:40px;
  padding-left:10px;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.formgroup textarea{
  margin-top:10px;
  height: 100px;
  resize:none auto;
  width: 100%;
  font-size:13px;
  padding-left:10px;
}



.formgroup.border input:not([type=submit]),.formgroup.border select,.formgroup.border textarea
{
  border: solid 1px rgba(255,255,255,0.5);
}
.formgroup.no-border input:not([type=submit]),.formgroup.no-border select,.formgroup.no-border textarea
{
  border-radius: 0;
  border:none;
  background:transparent;
  border-bottom: solid 1px rgba(128,128,128,1);
}
.formgroup.no-border input:not([type=submit]):focus,.formgroup.no-border select:focus,.formgroup.no-border textarea:focus
{
  border-color: rgba(0,0,0);
}
.formgroup.collapse input:not([type=submit]),
.formgroup.collapse select,
.formgroup.collapse textarea
{
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.formgroup.collapse.border input:not([type=submit]):first-of-type,
.formgroup.collapse.border textarea:first-of-type,
.formgroup.collapse.border select:first-of-type
{
 border-top-left-radius:  5px ;
 border-top-right-radius:  5px ;
}
.formgroup.collapse.border input:not([type=submit]):last-of-type,
.formgroup.collapse.border textarea:last-of-type,
.formgroup.collapse.border select:last-of-type
{
  border-bottom-left-radius:  5px ;
  border-bottom-right-radius:  5px ;
}



.formgroup input[type=submit],
.formgroup button
{
  display: block;
  font-family: "NewYork";
  font-weight: 700;
  margin-top: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size:17px;
  border-radius: 10px;
  height: 45px;

  box-sizing: border-box;

  margin-left: auto;
  margin-right: auto;

  color : white;
  border-color: transparent;

  width:100% !important;
  max-width:230px;

  transition: all 0.4s ease;
  cursor: pointer;
}

.formgroup.border input[type=submit],
.formgroup.border button,
button.border
{
  background: white;
  color:black;
}

.formgroup.dark-border input[type=submit],
.formgroup.dark-border button,
button.border{
  background: rgba(50,50,50,1);
  color:white;
}

.formgroup.square input,
.formgroup.square button,
button.square
{
  border-radius: 0;
}
.formgroup.no-border input[type=submit],
.formgroup.no-border button,
button.no-border
{
  font-family: "Bold";
  margin-top: 0px;
  border:transparent 1px solid;
  background: transparent;
  font-size: 18px;
}
.formgroup.outline input[type=submit],
.formgroup.outline button,
button.outline
{
  
  margin-top: 0;
  border:rgb(128,128,128) 1px solid;
  border-width:1px ;
  background: transparent;
  width:230px;
  height:43px;
  color:rgb(128,128,128);
  transition: border-width 0.2s ease;
}
.formgroup.no-border input[type=submit]:hover,
.formgroup.no-border button:hover
{
  filter : none;
}
.formgroup.no-border input[type=submit]:active,
.formgroup.no-border button:active
{
  filter:brightness(0.5);
}
.formgroup input[type=submit]:hover,
.formgroup button:hover
{
  filter:brightness(1.5);
}
.formgroup input[type=submit]:active,
.formgroup button:active
{
  filter:brightness(0.5);
}

.bottombar .formgroup{
  margin-bottom: 30px;
}

.formgroup:last-of-type
{
  margin-bottom: 30px;
}

.formgroup.outline button:hover{
  border-width:2px ;
  transition: border-width 0.2s ease;
}

form bottombar
{
  padding-left:20px;
  padding-right:20px;
  box-sizing: border-box;
}


@supports not (display: grid) {
  div {
    float: right;
  }
}

.no-border button[big],
.no-border input[type=submit][big]
{
  margin-top:20px;
  margin-bottom:5px;
  font-size:16px;
}

.formgroup input[type=submit][disabled]
,.formgroup button[disabled]{
  pointer-events: none !important;
  filter:brightness(0.5);
}
.formgroup input[type=submit][disabled]:active
,.formgroup button[disabled]:active{
  pointer-events: none !important;
  filter:brightness(0.5);
}
.formgroup input[type=submit][disabled]:hover
,.formgroup button[disabled]:hover{
  pointer-events: none !important;
  filter:brightness(0.5);
}


switch .b{
  display: block;
}

switch
{
  position: absolute;
  top:50%;
  right:50px;
  display: inline-block;
  transform: scale(0.75);
  width: 60px;
  height: 40px;
  margin-top:-20px;
  margin-right:-30px;
  border-radius: 100px;
  background-color: #444;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0,.05);
}

switch .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

switch .check:checked ~ .track {
  box-shadow: inset 0 0 0 20px #4bd863;
}

switch .check:checked ~ .switch {
  right: 2px;
  left: 22px;
  transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-property: left, right;
  transition-delay: .05s, 0s;
}

switch .switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 22px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-property: left, right;
  transition-delay: 0s, .05s;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

switch .track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
  border-radius: 40px;
}

check{
  display: inline-block;
  position: relative;
  border:3px solid white;
  border-radius: 15px;
  height:25px;
  width:25px;
  transform: scale(1);
  transition: transform ease 0.2s;

  position: absolute;
  top:50%;
  left:12.5px;
  display: inline-block;
  margin:0;
  margin-top:-12.5px;
}


check input[type=checkbox]:not(:checked),
check input[type=checkbox]:checked{
  position: absolute;
  opacity: 0;
  height:25px;
  width:25px;
  z-index: 2;
}

check:active{
  transform: scale(1.1);
}

check input[type=checkbox]:not(:checked) + img,
check input[type=checkbox]:checked +img{
  border-radius: 15px;
  height:25px;
  width:25px;
  transition: opacity ease-in 0.2s,transform ease-in 0.2s
}

check input[type=checkbox]:checked + img{
  opacity: 1;
  transform:scale(1);
}
check input[type=checkbox]:not(:checked) + img{
  opacity: 0;
  transform:scale(0.9);
}

button img{
  height:15px;
  object-fit: contain;
  vertical-align: middle;
}


loader{
  position: relative;
  display: block;
}

loader img{
  height:20px;
  width:auto;
  object-fit: contain;
  position: absolute;
  right: 10px;
  top:10px;
}

loader img[jsmgr]{
  opacity: 0;
  transition: opacity 0.2s ease;
}

loader img.active{
  opacity:1;
}

loader img.spinner{
    animation-name: loading_spinner;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: loading_spinner;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

navbar + form
{
  margin-top:80px
}


.formgroup input[type=submit] img.spinner{
  display: inline;
  height:30px;
  width:30px;
  animation: spinnerimg 1s ease;
  -webkit-animation: spinnerimg 1s ease;
}

input[type="submit"].default{
    background: transparent;
    display: block;
    margin:30px;
    padding:15px;
    border:solid 2px black;
    color:black;
    text-decoration: none;
    font-family: 'NewYork';
    transition: all 0.2s ease;
    opacity: 0.7;
    margin-top:20px;
    margin-bottom:20px;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 30px;
    padding-right:30px;
    text-align: center;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;

}

input[type="submit"].default:hover{
  opacity: 0.2;
}
input[type="submit"].default:active{
  opacity: 1;
}



@keyframes spinnerimg{
  0%{
    transform:rotate(0deg);
  }
  100%{
    trasnform:rotate(359deg);
  }
}

/*#gallery{
    margin-top:80px;
    display:flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    padding:5px;
    width:100%;
    height:calc(100% - 80px);
    overflow-y: auto;
    box-sizing: border-box;
}


#gallery img{
    object-fit:contain;
    aspect-ratio: 1;
    box-sizing: border-box;
    max-width: 25vw;
    min-width:25vw;
    margin:auto;
    padding:15px;
}*/h1{
    font-size:27px;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
    padding:20px;
    margin:0;
    box-sizing: border-box;
}
h2{
    font-size:17px;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}
h3{
    font-size:15px;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

[large]{
    font-size:40px;
}

[center]{
    width: 100%;
    text-align: center;
}
[left]{
    width: 100%;
    text-align: left;
}
[right]{
    width: 100%;
    text-align: right;
}


[shadow]{
    text-shadow: rgba(0,0,0,0.7) 0px 0px 10px;
}

div.divider > h1{
    font-family: 'NewYork';
    width:60%;
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    box-sizing: border-box;
}.lateralMenu{
    margin-top:80px;
    height:calc(100% - 80px);
    box-sizing: border-box;
    width:130px;
    position: absolute;
    top:0;
    padding-top:0;
    left:0;
    overflow-y: auto;
}

.lateralMenu.big{
    width:60%;
    max-width: calc(100% - 150px);
}

img.preview{
    position: absolute;
    right:0%;
    bottom:0;
    height:100%;
    min-width:150px;
    width:40%;
    object-fit:cover;
    clip-path: polygon(15% 0, 0% 100%, 100% 100%, 100% 0%);
}




 .lateralMenu a {
    display: block;
    width:100%;
    padding:20px;
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 17px;
    text-decoration: none;
 }


 @media screen and (max-width:700px) {
    .lateralMenu.big{
        width:100%;
        max-width: 100% !important;
    }

    .lateralMenu a{
        color:black;
        opacity: 1;
    }

    .lateralMenu a:hover{
        color:black;
        opacity: 0.5;
    }

    img.preview{
        height:100%;
        z-index:-1;
        width:100%;
        filter:blur(5px);
        clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
        transform: scale(1.2);
        opacity: 0.5;
    }
     
 }.scroll load{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    transition: opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}


body > load{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
    transition: opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

load.active{
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: default;
}

load img.spinner{
    height: 75px;
    width:75px;
    position: absolute;
    top:calc(50% - 40px);
    left:calc(50% - 32.5px);
}

load .text{
    padding:0;
    margin:0;
    font-size:16px;
    font-family: "Regular";
    font-weight: normal;
    position: absolute;
    text-align: center;
    width:100% !important;
    max-width: 100%;
    top:calc(50% + 47px);
    left:0 !important;
    text-align: center;
    color:white;
}

load *[spin]{
    animation:spinner linear 0.7s infinite;
}

@keyframes spinner {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(359deg);
    }
}div.loader-cube-container{
    position: absolute;
    top:50%;
    left:50%;
    height:40px;
    width:40px;
    transform: translate(-50%,-50%);
    filter:blur(0px);
    
}

div.loader-cube-container div.cube{
    height:5px;
    width:5px;
    margin:2.5px;
    background: white;
    position: absolute;
    animation: loader-cube-animation ease 0.8s infinite;
    opacity: 0.3;
    box-shadow: white 0 0 0px 0px;
}
div.loader-cube-container.circle div.cube{
    height:5px;
    width:5px;
    margin:2.5px;
    background: white;
    position: absolute;
    border-radius: 50%;
    animation: loader-cube-animation ease 0.8s infinite;
    opacity: 0.3;
}

div.loader-cube-container.diagonal{
    transform:translate(-50%,-50%)  rotate(-45deg);
}

div.loader-cube-container div.cube:nth-of-type(1){
    top:0px;
    left:0px;
    animation-delay:0s ;
}
div.loader-cube-container div.cube:nth-of-type(2){
    top:0px;
    left:10px;
    animation-delay:0.2s ;
}
div.loader-cube-container div.cube:nth-of-type(3){
    top:0px;
    left:20px;
    animation-delay:0.4s ;
}
div.loader-cube-container div.cube:nth-of-type(4){
    top:0px;
    left:30px;
    animation-delay:0.6s ;
}
div.loader-cube-container div.cube:nth-of-type(5){
    top:10px;
    left:0px;
    animation-delay:0.2s ;
}
div.loader-cube-container div.cube:nth-of-type(6){
    top:10px;
    left:10px;
    animation-delay:0.4s ;
}
div.loader-cube-container div.cube:nth-of-type(7){
    top:10px;
    left:20px;
    animation-delay:0.6s ;
}
div.loader-cube-container div.cube:nth-of-type(8){
    top:10px;
    left:30px;
    animation-delay:0.8s ;
}
div.loader-cube-container div.cube:nth-of-type(9){
    top:20px;
    left:0px;
    animation-delay:0.4s ;
}
div.loader-cube-container div.cube:nth-of-type(10){
    top:20px;
    left:10px;
    animation-delay:0.6s ;
}
div.loader-cube-container div.cube:nth-of-type(11){
    top:20px;
    left:20px;
    animation-delay:0.8s ;
}
div.loader-cube-container div.cube:nth-of-type(12){
    top:20px;
    left:30px;
    animation-delay:1s ;
}
div.loader-cube-container div.cube:nth-of-type(13){
    top:30px;
    left:0;
    animation-delay:0.6s ;
}
div.loader-cube-container div.cube:nth-of-type(14){
    top:30px;
    left:10px;
    animation-delay:0.8s ;
}
div.loader-cube-container div.cube:nth-of-type(15){
    top:30px;
    left:20px;
    animation-delay:1s
}
div.loader-cube-container div.cube:nth-of-type(16){
    top:30px;
    left:30px;
    animation-delay:1.2s ;
}

@keyframes loader-cube-animation {
    0%{
        box-shadow: white 0 0 0px 0px;
        opacity: 0.3;
    }
    33%{
        box-shadow: white 0 0 10px 0px;
        opacity: 1;
    }
    66%{
        box-shadow: white 0 0 0px 0px;
        opacity: 0.3;
    }
    100%{
        box-shadow: white 0 0 0px 0px;
        opacity: 0.3;
    }
}

@keyframes loader-cube-title-animation{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0.6;
    }
    100%{
        opacity: 1;
    }
}

@keyframes loader-cube-title-ellipsis-animation {
    to {
      width: 14px;    
    }
  }

div.loader-cube-container + h2.loader-title{
    position: absolute;
    top:calc(50% + 40px);
    left:0;
    width:100%;
    text-align: center;
    font-size: 15px;
    animation: loader-cube-title-animation ease 0.8s infinite;
    font-weight: 500;
}

div.loader-cube-container + h2.loader-title:after{
    position: absolute;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: loader-cube-title-ellipsis-animation steps(4,end) 1.2s infinite;      
    animation: loader-cube-title-ellipsis-animation steps(4,end) 1.2s infinite;
    content: "\2026";
    width: 0px;
  }

  div.fade:not(.active) > div.loader-cube-container,
  div.fade:not(.active) > div.loader-title{
    overflow: visible;
    animation: none;
    filter: blur(3px);
    transition: filter 0.2s ease;
}

body,html{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    padding:0;
    margin:0;
    overflow: hidden;
    background: white;
    box-sizing: border-box;
}

*{
    color:black;
    font-family: Helvetica,Arial, sans-serif;
}

[bg=dark]{
    background: black;
}

[bg=light]{
    background: white;
}

[bg=light] > *,[bg=light]{
    color:black;
}

[bg=dark] > *,[bg=dark]{
    color:white
}

[font="serif"] *,[font="serif"]{
    font-family: 'NewYork';
    font-weight:530;
}

img{
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-drag:none;
}
div.navbar{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    margin:0;
    padding:0;
    box-sizing: border-box;
    border:0;
}

div.navbar div.link{
    position: absolute;
    right:0;
    top:0;
}

div.navbar a{
    color:black;
    font-weight: 500;
    margin:31px;
    margin-left:40px;
    margin-right:40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    font-family: Helvetica;
    opacity: 1;
}

div.navbar a:hover{
    border-bottom: 1px solid black;
    
}

div.navbar a:active,div.navbar a.active{
    opacity: 0.5;
}

div.navbar a:visited{
    color:black;
}

div.navbar div.link img.close{
    width:20px;
    margin:20px;
    height:20px;
    margin-right:calc(100% - 40px - 20px);
    object-fit: contain;
    display: none;
    opacity: 1;
    transition: all 0.2s ease;
    transform: rotate(45deg);
    
}

div.navbar div.link img.close:active{
    opacity: 0.5;
}
div.navbar div.link.active img.close{
    transform: rotate(0deg);
}
div.navbar img.hamburger{
    position: absolute;
    top:0;
    left:0;
    width:20px;
    margin:20px;
    height:20px;
    object-fit: contain;
    display: none;
    opacity: 1;
    transition: opacity 0.2s ease;
}

div.navbar img.hamburger:active{
    opacity: 0.5;
}

@media screen and (max-width:700px){
    div.navbar div.link img.close{
        display:block;
        z-index:9999;
        
    }

    div.navbar img.hamburger{
        display: block;
    }


    div.navbar div.link{
        position: static;
        top:0;
        left:0;
        z-index:9999;
        height:0vh;
        width:100vw;
        overflow: hidden;
        opacity: 0;
        transition: all 0.4s ease;
        background: rgba(255,255,255,0.8);
        backdrop-filter:blur(5px);
        -webkit-backdrop-filter:blur(5px);
    }

    div.navbar div.link.active{
        height:100vh;
        opacity: 1;
        backdrop-filter:blur(10px);
        -webkit-backdrop-filter:blur(10px);
    }

    div.navbar div.link a{
        display: block;  
        text-align: center;
        margin:0;
        width:auto;
        margin-left:auto;
        margin-right:auto;
        padding-top:20px;
        border: none;
    }

    div.navbar div.link a:hover{
        border: none;
        text-decoration: underline;
    }
}
p{
    font-family: 'NewYork';
    opacity: 0.5;
    font-size:16px;
    width:60% !important;
    max-width:450px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    box-sizing: border-box;
}

[fullwidth]{
    width:100% !important;
}

p[left]{
    text-align: left;
}
p[center]{
    text-align: center;
}
p[right]{
    text-align: right;
}
p[justify]{
    text-align: justify;
}div.pictureProfile{
    position: relative;
    height:160px;
    width:160px;
    margin-left:auto;
    margin-right:auto;
}

div.pictureProfile img{
    position: absolute;
    left:0px;
    right:0px;
    height: 110px;
    width:110px;
    margin:25px;
    border: none;
    padding:none;
    object-fit: cover;
    border-radius: 55px;
}

div.pictureProfile div.blur{
    height:110px;
    width:110px;
    filter:blur(20px);
    border-radius: 55px;
    opacity: 0.7;
}

div.pictureProfile div.blur:nth-child(1){
    position: absolute;
    top:10px;
    left:calc(50% - 55px);
}

div.pictureProfile div.blur:nth-child(2){
    position: absolute;
    bottom:5px;
    right:5px;
}
div.pictureProfile div.blur:nth-child(3){
    position: absolute;
    bottom:5px;
    left:5px;
}


div.pictureProfile div.blur[red]{
    background:#D0374F;
}
div.pictureProfile div.blur[teal]{
    background:#55DDCD;
}
div.pictureProfile div.blur[blue]{
    background:#374ED0;
}
div.pictureProfile div.blur[orange]{
    background:#FF9300;
}
div.pictureProfile div.blur[sky]{
    background:#55AEDD;
}
div.pictureProfile div.blur[purple]{
    background:#B837D0;
}
.portfolioSelector{
    display: inline-block;
    width:calc(33.3333333% - 4px);
    border:0px solid transparent;
    padding:0;
    margin:0;
    height:100%;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
    
}

.portfolioSelector img{
    position: absolute;
    height: 100%;
    top:0;
    left:0;
    width:100%;
    object-fit: cover;
    transform: scale(1);
    filter:blur(0px) brightness(1);
    transition: all 0.2s ease;
    
}

.portfolioSelector p{
    margin:0;
    padding:0;
    opacity: 0;
    position: absolute;
    top:50%;
    width:100% !important;
    left:0;
    font-size: 20px;
    text-align: center;
    font-family: Helvetica,Arial, sans-serif;
    transition: all 0.2s ease;
    color:white;
    max-width: 100%;
}

.portfolioSelector:hover img{
    transform: scale(1.15);
    filter:blur(10px) brightness(0.8);
    
}
.portfolioSelector:hover p{
    opacity: 1;
}

.portfolioSelector:active img{
    transform: scale(1.15);
    filter: blur(10px) brightness(0.5);
}

@media  screen and (max-width:700px) {
    .portfolioSelector{
        display: block;
        width:100%;
        height:calc(33.3333333% - 4px);
    }    

    .portfolioSelector img{
        transform: scale(1.1);
        filter:blur(5px) brightness(0.8);
        
    }
    .portfolioSelector p{
        opacity: 1;
    }
}@keyframes prompt_startup
{
  0%{
    transform: translateY(150px);
    opacity: 0;
  }
  100%
  {
    transform: translateY(0);
    opacity: 1;
  }
}


@keyframes fade_startup
{
  0%{
    opacity: 0;
  }
  100%
  {
    opacity: 1;
  }
}

fade:not([jsmgr]){
    animation-name: fade_startup;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;

    -webkit-animation-name: fade_startup;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
}

prompt{
    display:block;
    position: absolute;
    top:calc(50% - 75px);
    left:calc(50% - 150px);
    height:150px;
    width:300px;

    background:rgb(230,230,230);
    border-radius: 15px;

    animation-name: prompt_startup;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;

    -webkit-animation-name: prompt_startup;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
}

prompt toggle
{
    font-family: "Regular";
    height:50px;
    padding-top: 15px;
    padding-bottom: 16.5px;
    font-size: 17px;
    box-sizing: border-box;
    border-top:solid rgba(128,128,128,0.1) 1px;
    -webkit-backdrop-filter: brightness(1);
    backdrop-filter: brightness(1);
    transition: all ease 0.2s;
}

prompt toggle:hover{
    -webkit-backdrop-filter: brightness(0.8);
    backdrop-filter: brightness(0.8);
}

prompt toggle:active{
    -webkit-backdrop-filter: brightness(0.5);
    backdrop-filter: brightness(0.5);
}

prompt toggle[unique]
{
    display: inline-block;
    text-align: center;
    
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
}

prompt h1{
    margin:0;
    font-size:20px;
    font-family: "Regular";
    text-align: center;
    width:100%;
    height:20px;
    margin-top:15px;
    margin-bottom:15px;
    padding:0;
}

prompt p{
    margin:0;
    padding:0;
    font-size: 15px;
    font-family: "Regular";
    text-align: center;
    padding-left:30px;
    padding-right:30px;
    box-sizing: border-box;
    position: absolute;
    top:50px;
    left:0 ;
    width:100% !important;
}


prompt [level=error]{
color: rgb(255,59,48) !important;
}
prompt [level=warn]{
color:rgb(255,204,0) !important;
}
prompt [level=success]{
color:rgb(76,217,100) !important;
}
prompt [level=info]{
color:rgb(0,122,255) !important;
}


prompt toggle[left]
{
  position:absolute;
  left:0;
  bottom:0;

  text-align: center;
  border-right: 0.5px solid rgba(128,128,128,0.1);

  vertical-align: middle;
  width:50%
}


prompt toggle[right]
{

  position:absolute;
  right:0;
  bottom:0;
  width:50%;

  text-align: center;
  border-left: 0.5px solid rgba(128,128,128,0.1);

  vertical-align: middle;

}


div.row{
    text-align: center;
    display: flex;
    width:100%;
    justify-content: space-between;
}div.screen{
    display:block;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:transparent;
    transform: translateY(1%);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
    
}

div.screen[absolute-off]{
    position: relative !important;
}

div.screen.active{
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
    
}
.background{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.background.active{
    opacity: 1;
}div.scroll{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    padding-bottom: 120px;
    box-sizing: border-box;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
  
    -webkit-overflow-scrolling:touch;
    -webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
    mask-image:linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,1) 15%,rgba(0,0,0,1) 75%, rgba(0,0,0,0) 100%);
}

div.scroll[blend-off],div.scroll[no-blend]{
    -webkit-mask-image:none;
    mask-image:none;
}

div.scrollgroup{
    display: block;
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    overflow: hidden;
    position: relative;
}


div.scroll[h-padding]{
  padding-left:40px;
  padding-right:40px;
}

  

div.scroll[snap]{
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}


div.scroll[snap] div.scrollgroup{
  scroll-snap-align: start start;
}

div.scroll[x]{
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory !important;
  white-space: nowrap;
}

div.scroll[x] div.scrollgroup{
  display: inline-block;
}

div.scroll[snap][x] div.scrollgroup{
  scroll-snap-align: start start !important;
}

div.scroll[padding-more]
{
    padding-top:80px;
}

div.scroll[padding-off]{
    padding:0;
}



.scroll[snap]{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}



.scroll[snap] .scrollgroup{
    position: relative;
    scroll-snap-align: start start;
    height:99%;
    width:100%;
    margin-bottom:1% ;
    box-sizing: border-box;
}

div.scroll[absolute-off]{
  position: relative !important;
  top:0 !important;
  left:0 ! important;
}

div.scroll[no-scroll]{
  overflow: hidden;
}

div.scroll[more-padding]{
  padding-top:120px;
  padding-bottom:120px;
}.socialMedia{
    width: 65%;
    margin-left:auto ;
    margin-right:auto;

    display: flex;
    justify-content: space-between;
    margin-top:40px;
    margin-bottom: 40px;
    height:30px;
    padding: 0;
    border:none;
}

.socialMedia img{
    height:30px;
    width:30px;
    transition: all 0.2s ease;
}


.socialMedia img:hover{
    opacity: 0.3;
}
.socialMedia img:active{
    opacity: 0.7;
}


@media screen and (max-width:700px) {
    .socialMedia img{
        height:20px;
        width:20px;
    }
}.title h1{
    margin:0;
    padding:0;
}

.title h1{
    box-sizing:border-box;
    padding-left: 20px ;
    padding-right: 20px ;
}

.title{
    margin-left:auto;
    margin-right:auto;
    width:auto;
    max-width:240px;
}
.title[large]{
    max-width:270px;
}


@media screen and (min-width:700px){
    .title[large] h1{
        font-size:55px;
    }
    .title[large]{
        max-width:450px;
    }
        

    .title{
        max-width:240px ;
    }
}.vhs-filter__r, .vhs-filter__g {
    left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    transition: transform 0.4s;
    z-index: 1;
}
.vhs-filter__r {
    filter: url('#r');

}
.vhs-filter__g {
    filter: url('#g');

}
.vhs-filter__b {
    filter: url('#b');
}

.vhs-filter__g{
  animation: glitch_g 1s infinite linear ;
}
.vhs-filter__r{
  animation: glitch_r 1s infinite linear ;
}


@keyframes glitch_r
{
  0%{
    transform:translate(0,0);
  }
  9%{
    transform:translate(0,0);
  }
  10%{
    transform:translate(1px,2px);
  }
  14%{
    transform:translate(1px,2px);
  }
  15%{
    transform:translate(0,0);
  }
  29%{
    transform:translate(0,0);
  }
  30%{
    transform:translate(1px,2px);
  }
  39%{
    transform:translate(1px,2px);
  }
  40%{
    transform:translate(0,0);
  }
  69%{
    transform:translate(0,0);
  }
  70%{
    transform:translate(1px,2px);
  }
  79%{
    transform:translate(1px,2px);
  }
  80%{
    transform:translate(0,0);
  }
}

@keyframes glitch_g
{
  0%{
    transform:translate(0,0);
  }
  9%{
    transform:translate(0,0);
  }
  10%{
    transform:translate(-1px,-2px);
  }
  14%{
    transform:translate(-1px,-2px);
  }
  15%{
    transform:translate(0,0);
  }
  29%{
    transform:translate(0,0);
  }
  30%{
    transform:translate(-1px,-2px);
  }
  39%{
    transform:translate(-1px,-2px);
  }
  40%{
    transform:translate(0,0);
  }
  69%{
    transform:translate(0,0);
  }
  70%{
    transform:translate(-1px,-2px);
  }
  79%{
    transform:translate(-1px,-2px);
  }
  80%{
    transform:translate(0,0);
  }
}
.vhs-filter:hover .vhs-filter__r, .vhs-filter:hover .vhs-filter__g {
    transform-origin: 0px 0px;
}.viewport{
    position: absolute;
    top:5%;
    left:0;
    height:100%;
    width:100%;
    opacity: 0;
    box-sizing: border-box;
    overflow: hidden;
    will-change: top,opacity;
    transition: opacity 0.15s ease;
    transition-delay:0.3s ;
    pointer-events: none;
}

.viewport.active{
    top:0%;
    opacity: 1;
    transition: opacity 0.15s ease;
    transition-delay: 0.6s;
    pointer-events: initial;
    
}

div.navbar[theme="film35"] a:active,div.navbar a.active{
    opacity: 0.5 !important;
}

div.navbar[theme="film35"] a:visited{
    color:#E28D44!important;
}

div.navbar[theme="film35"] a{
    color:#E28D44 !important;
}

div.navbar[theme="film35"] a:hover{
    background:#E28D44 !important;
    color:black !important;
}

div.navbar[theme="film35"]{
    background: transparent;
}

div.navbar[theme="film35"] div.link{
    background: rgba(0,0,0,0);
}

div.navbar[theme="film35"] div.link.active{
    background: rgba(0,0,0,0.6);
}

div.navbar[theme="film35"] img{
    filter : invert(50%) sepia(100%) hue-rotate(-20deg) saturate(300%);
}