@font-face{
    font-family: "OpenSans";
    src: url(https://wabers.ch/w-graphism/fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face{
    font-family: "Nabla";
    src: url(https://wabers.ch/w-graphism/fonts/Nabla/Nabla-Regular-VariableFont_EDPT,EHLT.ttf);
}
@font-face{
    font-family: "Roboto";
    src: url(https://wabers.ch/w-graphism/fonts/Roboto/Roboto-Black.ttf);
}
@font-face{
    font-family: "Unbounded";
    src: url(https://wabers.ch/w-graphism/fonts/Unbounded/static/Unbounded-Regular.ttf);
}
@font-face{
    font-family: "UnboundedSemibold";
    src: url(https://wabers.ch/w-graphism/fonts/Unbounded/static/Unbounded-SemiBold.ttf);
}
@font-face{
    font-family: "UnboundedBlack";
    src: url(https://wabers.ch/w-graphism/fonts/Unbounded/static/Unbounded-Bold.ttf);
}
html{
    overflow-x: hidden;
    max-width: 100vw;
    scroll-behavior: smooth;
    transform: rotate3d();
}
body{
    margin: 0;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-family: "OpenSans";
    
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;

    /* animation: pageLoadAnim .5s ease-in-out 0s 1 forwards both; */
    animation-name: pageLoadAnim;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}
*::-webkit-scrollbar{
    width: 0em;
    height: 0em;
    background: none;
}
.media{
    /* z-index: 10; */
    /* background-color: #fff; */
    /* box-shadow: #fff 1px 0px 20px 20px; */
    /* padding: 0.5em; */
    /* padding-bottom: 5em; */
    /* width: 100%; */
    /* margin: 0.2em auto; */
    height: 4vh;
    display: flex;
    text-align: center;
    grid-gap: 0 2%;
    justify-content: flex-start;
    /* animation: media 2s both; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;}
.media a{
    color: #fff;
    text-decoration: none;
    display: block;
    height: 1.5em;
    margin: 0;
}
.media img {
    /* height: 100%; */
    height: 3.5vh;
    width: auto;
    box-shadow: none;
}
.textBox{
    width: 90%;
    margin: auto;
}
.textBox h1, .textBox h2, .textBox h3, .textBox p{
    text-align: left;
    width: 90%;
    margin: 0;
}
.photoTypeButton{
    background-size: 100%;
    background-position: center;
    padding: 4em 0;
    margin: 2em auto;
    width: 90%;
    border-radius: 10px;
    display: block;
    font-style: normal;
    color: #fff!important;
    box-shadow: #000 0 0 10px;
    transition: all .5s ease-in-out;
}
.photoTypeButton:hover{
    box-shadow: #000 0 0 20px;
    background-size: 110%;
}
.photoTypeButton h2{
    margin-block-start: 0;
}

#sectionContent{

    /* clip-path: circle(100% at 50% 50%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); */
    /* clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 100% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0); */
    /* transform: skew(0deg, 0deg); */
    filter: brightness(100%) blur(0px) contrast(100%);
    opacity: 1;
    transition: all .2s ease-in-out;

    position: fixed;
    top: 0;
    left: 0;
}
#sectionContent.leftAnim{
    /* clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); */
    /* clip-path: polygon(16% 91%, 79% 28%, 56% 30%, 55% 66%, 35% 54%, 36% 93%, 4% 67%, 44% 35%, 15% 33%, 36% 10%); */
    /* clip-path: polygon(0 48%, 100% 49%, 50% 100%, 25% 25%, 75% 25%, 36% 36%, 25% 75%, 56% 0, 50% 100%, 74% 9%); */
    /* transform: skew(10deg, 10deg); */
    filter: brightness(110%) blur(5px) contrast(120%);
    /* opacity: .1; */
    /* clip-path: circle(0% at 0% 50%); */
}
#sectionContent.rightAnim{
    /* clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); */
    /* clip-path: polygon(12% 80%, 93% 36%, 67% 28%, 63% 79%, 27% 46%, 31% 27%, 17% 52%, 52% 84%, 82% 23%, 93% 48%); */
    /* transform: skew(-10deg, -10deg); */
    filter: brightness(110%) blur(5px) contrast(120%);
    /* opacity: .1; */
    
    /* clip-path: circle(0% at 100% 50%); */
}
#aboutSection{
    z-index: 5;
    /* margin-top: 103vh; */
    min-height: 100vh;
    height: 100vh;
    /* overflow-y: scroll; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /* background: linear-gradient(to top, #fff 95%, transparent); */
    background-color: #fff;
    box-shadow: #fff 0 0 20px 20px;
    clip-path: polygon(50% 0, 50% 0, 50% 17%, 50% 17%);
    /* padding-top: 3vh; */
    /* mix-blend-mode: lighten;*/
}
#aboutSection.open{
    animation: MenuclipPath;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-direction: normal;
}
#aboutSection.close{
    animation: MenuclipPath;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-direction: reverse;
}
@keyframes MenuclipPath {
    0%{
        clip-path: polygon(50% 0%, 50% 0%, 50% 10%, 50% 10%);
    }
    50%{
        clip-path: polygon(0 0%, 100% 0%, 100% 10%, 0 10%);
    }
    100%{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}
@keyframes pageLoadAnim{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 100%;
    }
}
.title{
    margin-block-end: 0.67em;
}
.title h1{
    margin-block-start: 25px;
}
.title span{
    display: block;
    width: 90%;
    text-align: right;
}
.link{
    display: grid;
    justify-items: center;
    justify-content: center;
    grid-auto-flow: column;
    align-items: center;
    grid-column-gap: 5%;
    font-style: normal!important;
    white-space: nowrap;
}
.rs{
    height: 25px;
    width: 25px;
    display: inline-block;

    padding: 3px;

    background-origin: content-box!important;

    background-repeat: no-repeat!important;
    background-size: 100%!important;

    border-radius: 50px;

    transition: all .5s ease-out;
    filter: brightness(200%) grayscale(100%)!important;
    z-index: 100;
}
.instagram{
    background: url(https://reine-music.com/image/logo/reseaux/instagram.png);
    filter: invert(100%)!important;
}
.spotify{
    background: url(https://reine-music.com/image/logo/reseaux/spotify.png);
}
h1, h2, h3, h4, h5, h6{
    margin-block-start: 0em;
    margin-block-end: 0em;
    /* font-family: "Nabla"; */
    font-family: "Unbounded";
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
h1{
    font-size: 4em;
    font-size: 260%;
}
h3{
    font-size: 1.5em;
    margin-block-start: 1em;
    margin-block-end: .2em;
}
.pageContent{
    margin-top: 12vh;
}
section{
    width: 100%;
    /* min-height: 100vh; */
    display: block;
    margin: 0;
}
.img-box{
    margin-bottom: 3.5em;
}
img, video{
    width: 100%;
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
.legend span::after{
    content: " | ";
    display: inline;
}

hr{
    opacity: .3;
}





a{
    text-decoration: none;
    font-style: italic;
}
.more-button{
    display: block;
    width: 50%;
    margin: 0 auto 3em auto;
    border: #000 1px solid;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    text-align: center;
    color: #000;
    font-style: normal;
    padding: .5em 0;
    transition: .25s ease;
}
.more-button:hover{
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 20px 10px;
}
@media (orientation: landscape) {
    #studioTitle{
        font-size: 4vh;
    }
    /* #subTitle{
        justify-content: initial;
    } */
    .categorie-box img {
        height: auto;
        width: 100vw;
        min-height: 100vh;
        min-width: 100vw;
        /* transform: translateY(-25%); */
        /* max-width: 100vw; */
    }
    /* .pageContent { */
    /* } */
    .linksBox{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: stretch;
        width: 90vw;
        height: 40vh;
        margin: auto;
        padding-bottom: 2em;
    }
    .linksBox a{
        margin: 0 1em;
    }
    .photoExpoBox{
        /* display: flex; */
        flex-direction: row;
        flex-wrap: wrap;
        /* align-content: center; */
        justify-content: space-between;
        align-items: stretch;
        /* width: 90vw; */
        /* height: 85vh; */
        margin: 1em auto 0 auto;
        /* padding-bottom: 2em;*/
    }
    .photoExpoBox img{
        height: 60vh;
        width: auto!important;
    }
}
