
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	background-color: #000;
}

body {
    margin: 0;
	background-color: #000;
	
}

#wrapper {
	margin-top: -70px;
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

.banner {
	background-color: #000000;
	text-align: center;
	margin-top: -100px;
	height: 50px;
	padding: 0px;
	color: white;
	overflow: hidden;
	width: 100%;
}

.btn {
  margin:0 auto;	
  position: relative;
  color: white;
  width: 256px;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
  span {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.btn-two::before, .btn-two::after {
  content: '';
  position: absolute;
  width: 100%;
	height: 100%;
  bottom: 0;
	left: 0;
	z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn-two:hover::before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btn-two:hover::after, .btn-two:hover::before {
  left: 96px;
  width: 64px;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}

	






h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
	border-bottom: none;
	text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration: none;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}




input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


input {
    overflow: visible
}


select {
    text-transform: none
}



}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}







details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}


body {
    background-color: #fafafa
}



svg,
path,
circle {
    -webkit-transition: fill .3s cubic-bezier(.455, .03, .515, .955), stroke .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955);
    transition: fill .3s cubic-bezier(.455, .03, .515, .955), stroke .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955)
}

ul {
    list-style: none;
    

    margin: 0
}

figure {
    margin: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(77, 77, 77, 0.3);
    padding: 0;
    margin: 3em 0;
    width: 100%
}

textarea {
    resize: vertical
}

a,
button,
input,
textarea,
select {
    outline-color: #4d4d4d
}

button {
    font-family: "Prophet", serif;
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    outline: none;
    -webkit-transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955);
    transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955);
    transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955), transform .5s cubic-bezier(.455, .03, .515, .955);
    transition: color .3s cubic-bezier(.455, .03, .515, .955), border-color .3s cubic-bezier(.455, .03, .515, .955), opacity .3s cubic-bezier(.455, .03, .515, .955), background-color .3s cubic-bezier(.455, .03, .515, .955), transform .5s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955)
}

img {
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
    transition: opacity .5s cubic-bezier(.445, .05, .55, .95);
    image-rendering: -webkit-optimize-contrast;
}

img.loaded {
    opacity: 1;
}

video {
    opacity: 0;
    -webkit-animation: show .5s cubic-bezier(.445, .05, .55, .95) 1s forwards 1;
    animation: show .5s cubic-bezier(.445, .05, .55, .95) 1s forwards 1;
    will-change: opacity;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d
}

h2 span,
h3 span {
    font-weight: normal
}

.fallback-mobile {
    display: none
}

main {
    position: relative;
}

main img,
main video {
    display: block;
    width: 100%;
    height: auto;
}

section {
    position: relative;
    padding: 10%;
	
	
}



section.full {
    padding: 0
}



section.dark {
    background-color: #000;
    color: #fff;
}

section.dark a {
    color: #fff
}

section > h2 {
    font-size: 1.25em;
    margin: 0 0 10%;
}

section > h2.big {
    font-family: "Magneto";
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-size: 8em;
    padding: 0 10%;
    margin: 0 0 1em;
    text-transform: uppercase
}

section.cover {
    position: relative;
    height: 70vh;
}

section.cover h2 {
    position: absolute;
    top: 50%;
    left: 0%;
    right: 20%;
    color: #fff;
    margin: 0;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    mix-blend-mode: exclusion;
}

.overlay-open section.cover h2 {
    mix-blend-mode: unset
}




.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}

p.introduction {
    position: relative;
    font-size: 1.875em;
    padding-left: 0%;
    margin-bottom: 3em;
}

p.introduction:before {
    content: "↳";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 100
}

.error404 section {
    text-align: center;
    height: 100vh;
    padding: 0;
}

.error404 section .inner {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    mix-blend-mode: exclusion;
    text-transform: uppercase;
    pointer-events: none;
}

.error404 section {
    font-family: "Magneto" serif;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-size: 7em;
    color: #fff;
    -webkit-font-feature-settings: 'ss03' 1;
    font-feature-settings: 'ss03' 1
}

.error404 section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@font-face {
    font-family: 'Magneto';
    
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'Magneto';
     
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: 'magneto';
     
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'magneto';
     
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'magneto';
    src: url("../fonts/prophet-regular.woff2") format('woff2'), url("../fonts/prophet-regular.woff") format('woff');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'magneto';
    src: url("../fonts/prophet-regularitalic.woff2") format('woff2'), url("../fonts/prophet-regularitalic.woff") format('woff');
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: 'magneto';
    src: url("../fonts/prophet-bold.woff2") format('woff2'), url("../fonts/prophet-bold.woff") format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'magneto';
    src: url("../fonts/prophet-bolditalic.woff2") format('woff2'), url("../fonts/prophet-bolditalic.woff") format('woff');
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: 'Magneto';
    
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "Magneto", serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color: black;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: black;
}





.cursor-on * {
    cursor: none
}

.cursor-on .cursor {
    position: fixed;
    z-index: 42;
    pointer-events: none;
    top: -8px;
    left: -8px;
}

.cursor-on .cursor > span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #2200e1;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
    transition: -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
    transition: transform .2s cubic-bezier(.455, .03, .515, .955);
    transition: transform .2s cubic-bezier(.455, .03, .515, .955), -webkit-transform .2s cubic-bezier(.455, .03, .515, .955);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-on .cursor > span.off {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cursor-on .cursor > span.link {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.cursor-on .cursor > span.link.external:after {
    content: "↗";
    display: block;
    white-space: pre;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding-top: .5em
}

.cursor-on .cursor > span.light {
    background: #fff
}

.cursor-on .cursor > span.drag,
.cursor-on .cursor > span.click,
.cursor-on .cursor > span.relol,
.cursor-on .cursor > span.new {
    -webkit-transform: scale(5);
    transform: scale(5);
}

.cursor-on .cursor > span.drag:after,
.cursor-on .cursor > span.click:after,
.cursor-on .cursor > span.relol:after,
.cursor-on .cursor > span.new:after {
    display: block;
    content: "";
    white-space: pre;
    color: #fff;
    font-size: 4px;
    text-align: center;
    width: 100%;
    line-height: 1
}

.cursor-on .cursor > span.drag:after {
    content: "drag\A ↤↦";
    padding-top: 1.15em
}

.cursor-on .cursor > span.click:after {
    content: "click\A click";
    padding-top: 1em
}

.cursor-on .cursor > span.relol:after {
    content: "fail\A again";
    padding-top: 1em
}

.cursor-on .cursor > span.new:after {
    content: "new\A new";
    padding-top: 1em
}

.cursor-on:active .cursor > span {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

.cursor-on:active .cursor > span.link {
    -webkit-transform: scale(1.7);
    transform: scale(1.7)
}

.cursor-on:active .cursor > span.drag,
.cursor-on:active .cursor > span.click,
.cursor-on:active .cursor > span.relol,
.cursor-on:active .cursor > span.new {
    -webkit-transform: scale(4);
    transform: scale(4)
}

.fete.overlay {
    z-index: 10;
    text-align: center;
    background: #000
}

.fete.overlay-visible video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fete.overlay-visible .subtitle {
    text-align: center;
    background: #f00;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    color: #fff;
    font-size: 5.2vw;
    text-transform: uppercase;
    font-weight: 800;
    white-space: nowrap;
    padding-top: .1em
}

.fete.overlay-visible .title {
    position: absolute;
    z-index: 4;
    margin: 0;
    padding: 0;
    top: 50%;
    width: 100%;
    white-space: nowrap;
    display: block;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #fff;
    font-size: 30vw;
    font-family: "Murmure", serif;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    text-transform: uppercase
}

.fete.overlay-visible img.anim {
    position: absolute;
    opacity: 1;
    -webkit-animation: poop-dance 1.5s cubic-bezier(.445, .05, .55, .95) 0s forwards infinite;
    animation: poop-dance 1.5s cubic-bezier(.445, .05, .55, .95) 0s forwards infinite;
    z-index: 5;
}

.fete.overlay-visible img.anim.anim-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.fete.overlay-visible img.anim.anim-3 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.fete.overlay-visible img.anim.anim-4 {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.fete.overlay-visible .disco {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    width: 16%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: disco 12s cubic-bezier(.445, .05, .55, .95) 0s forwards 1;
    animation: disco 12s cubic-bezier(.445, .05, .55, .95) 0s forwards 1;
    margin-left: -8%
}

@-webkit-keyframes disco {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes disco {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes cli {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes cli {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    60% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes poop-dance {
    from,
    49% {
        -webkit-transform-origin: -50% 100%;
        transform-origin: -50% 100%
    }
    50%,
    75%,
    to {
        -webkit-transform-origin: 150% 100%;
        transform-origin: 150% 100%
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

@keyframes poop-dance {
    from,
    49% {
        -webkit-transform-origin: -50% 100%;
        transform-origin: -50% 100%
    }
    50%,
    75%,
    to {
        -webkit-transform-origin: 150% 100%;
        transform-origin: 150% 100%
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
}

.loading.overlay {
    background: #000;
    display: block;
    pointer-events: none;
    -webkit-transition: visibility 0s cubic-bezier(.445, .05, .55, .95) .7s, opacity .5s cubic-bezier(.445, .05, .55, .95) .2s, background-color 0s .7s;
    transition: visibility 0s cubic-bezier(.445, .05, .55, .95) .7s, opacity .5s cubic-bezier(.445, .05, .55, .95) .2s, background-color 0s .7s;
}

.loading.overlay.transparent {
    background: transparent;
}

.loading.overlay.transparent span {
    font-size: 3.125em;
    -webkit-transition: font-size 0s 0s;
    transition: font-size 0s 0s
}

.loading.overlay.small span {
    font-size: 3.125em;
    -webkit-transition: font-size 0s 0s;
    transition: font-size 0s 0s
}

.loading.overlay span {
    position: absolute;
    font-family: "Magneto", serif;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    text-transform: uppercase;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    font-size: 15.625em;
    text-align: center;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 15%;
    -webkit-transition: font-size 0s .7s;
    transition: font-size 0s .7s
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 7;
    -webkit-transition: visibility 0s cubic-bezier(.445, .05, .55, .95) .5s, opacity .5s cubic-bezier(.445, .05, .55, .95);
    transition: visibility 0s cubic-bezier(.445, .05, .55, .95) .5s, opacity .5s cubic-bezier(.445, .05, .55, .95);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    display: none;
    will-change: opacity;
}

.overlay.overlay-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.overlay.overlay-show {
    display: block;
	background-image: url(../../FINAL_BACKGROUNG.jpg);
}

.overlay-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.overlay-inner h2 {
    text-align: center;
    font-size: 1.125em;
    margin-top: 2em;
    margin-bottom: 0;
    font-weight: normal
}

.overlay-inner img,
.overlay-inner video {
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}
.container2 {
	width: 100%;
	left: 50%;
	text-align: center;	
	margin-left: 75vh;
}
.rtf {
    position: relative;
    margin: 0 auto;
    padding: 0 15%;
}

.rtf img,
.rtf video,
.rtf iframe {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px
}

.rtf ul {
    margin: 1em 0
}

.rtf .wp-caption,
.rtf p img,
.rtf video,
.rtf .gallery,
.rtf iframe,
.rtf .m_grille_images {
    width: calc( 100% + 43%);
    margin-left: -21.5%
}

.rtf .m_grille_images {
    padding: 0;
}

.rtf .m_grille_images video {
    width: 100%;
    margin-left: 0
}

.rtf .wp-caption {
    position: relative;
}

.rtf .wp-caption figcaption {
    padding: .7em 0;
    font-size: .75em;
    margin-top: -80px;
    text-align: center
}

.rtf p:not(.button),
.rtf li {
    position: relative;
    font-size: 1.1875em;
    margin: 1.5em 0;
    line-height: 1.7;
}

.rtf p:not(.button) a,
.rtf li a {
    border-bottom: 1px solid #000;
}

.rtf p:not(.button) a:hover,
.rtf li a:hover {
    border-width: 2px
}

.rtf li {
    position: relative;
    padding-left: 1em;
    margin: .5em 0;
}

.rtf li:before {
    position: absolute;
    content: "•";
    left: 0;
    top: 1px
}

.rtf blockquote,
.rtf font-size 1.2em {
    color: #4d4d4d;
    margin: 3em 0;
    line-height: 1.4;
    padding-left: 30px;
    margin-left: 10%;
    margin-right: 20%;
    border-left: 1px solid #4d4d4d
}

.rtf h2 {
    font-family: "magneto", serif;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-size: 6.25em;
    margin: 0 0 .7em
}

.rtf h3 {
    font-size: 1.25em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: bold
}

.rtf h2 + h3 {
    margin-top: 0
}

.slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider .slick-list .slick-slide {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.445, .05, .55, .95);
    transition: -webkit-transform .2s cubic-bezier(.445, .05, .55, .95);
    transition: transform .2s cubic-bezier(.445, .05, .55, .95);
    transition: transform .2s cubic-bezier(.445, .05, .55, .95), -webkit-transform .2s cubic-bezier(.445, .05, .55, .95)
}

.slider .slick-list.is-dragging .slick-slide {
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.slider li {
    position: relative;
    outline: none
}

.slider .inner {
    padding: 0 8%
}

.slider h2 {
    text-align: center;
    font-size: 1.125em;
    margin-top: 2em;
    margin-bottom: 0;
    font-weight: normal
}

.slider img,
.slider video {
    width: 100%;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain
}

.slider.large .inner {
    padding: 0 3%
}

.slider.large img,
.slider.large video {
    max-height: none
}

.slider.full .inner {
    padding: 0
}

.slider.full li {
    height: auto;
    max-height: 100vh
}

.slider.full img,
.slider.full video {
    max-height: none;
    -o-object-fit: fill;
    object-fit: fill;
    height: auto
}



.vcard {
    padding-top: 0;
}

.vcard .adr {
    font-size: 1.875em
}

.vcard .links {
    font-weight: bold;
    font-size: 1.25em
}

.refs {
    overflow: hidden;
}

.refs li {
    float: left;
    width: 33.33333%;
}

.refs li div {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
}

.refs li div img,
.refs li div svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 20% 30%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: transform .3s cubic-bezier(.445, .05, .55, .95);
    transition: transform .3s cubic-bezier(.445, .05, .55, .95), -webkit-transform .3s cubic-bezier(.445, .05, .55, .95);
}

.refs li div img path,
.refs li div svg path,
.refs li div img circle,
.refs li div svg circle {
    fill: orange;
}

.show-more {
    overflow: hidden
}

.open-more {
    margin-top: 5em;
    text-align: center;
    margin-bottom: 0;
}

.open-more button {
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}



.welcome {
    height: 100vh;
}

.welcome h1 {
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
    
    opacity: 0;
    -webkit-animation: show 1s cubic-bezier(.445, .05, .55, .95) 1s forwards 1;
    animation: show 1s cubic-bezier(.445, .05, .55, .95) 1s forwards 1;
    font-family: 'Herne';
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    font-size: 4.5vw;
    color: #fff;
    pointer-events: none;
    z-index: 5;
    mix-blend-mode: exclusion;
	animation-delay: 2s;
}

.overlay-open .welcome h1 {
    mix-blend-mode: unset
}

.welcome h1 span {
    -webkit-font-feature-settings: 'ss02' 1;
    font-feature-settings: 'ss02' 1
}

.welcome .shaker {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-animation: show .5s cubic-bezier(.445, .05, .55, .95) .5s forwards 1;
    animation: show .5s cubic-bezier(.445, .05, .55, .95) .5s forwards 1;
}

.welcome .shaker canvas {
    position: absolute;
    top: 0;
    left: 0
}




.welcome .number {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10%;
    color: #fff;
    font-size: .9375em
}

.welcome .feat,
.welcome .print {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    color: #4d4d4d;
    font-size: .9375em;
    white-space: nowrap
}

.welcome .feat {
    left: 5.5%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.welcome .print {
    left: 94.5%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.focus {
    text-align: center;
    height: 100vh;
    background: #fafafa;
    overflow: hidden;
}

.focus img,
.focus video {
    position: absolute;
    top: 20vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 60vh;
    width: auto
}

.focus h2 {
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: normal
}

.focus span {
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.news .read-more {
    position: absolute;
    top: calc(10vw + 4px);
    right: 10%
}




.m_titre_texte_image {
    display: table;
    width: 100%;
}

.m_titre_texte_image > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.m_titre_texte_image > div:first-child {
    padding-right: 10%
}

.m_titre_texte_image > div:last-child {
    padding-left: 30px
}

.m_titre_texte {
    padding-left: 20%;
    padding-right: 20%;
}

.m_titre_texte p {
    font-size: 1.25em
}

.m_punchline_texte {
    padding-left: 20%;
    padding-right: 20%;
}

.m_punchline_texte p.punchline {
    margin-bottom: .5em
}

.m_punchline {
    padding-left: 20%;
    padding-right: 20%
}

.m_grille_images {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m_grille_images > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 30px;
}

.m_grille_images > div:first-child {
    padding-left: 0
}

.m_grille_images > div:last-child {
    padding-right: 0
}

.m_image_cover {
    padding-left: 0;
    padding-right: 0
}

.m_grille_images_211.old {
    padding: 75px 20%
}

.m_grille_images_211 > div {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m_grille_images_211 > div:first-child figure,
.m_grille_images_211 > div:first-child .inner-video {
    padding-top: 0
}

.m_grille_images_211 > div:last-child figure,
.m_grille_images_211 > div:last-child .inner-video {
    padding-bottom: 0
}

.m_grille_images_211 > div > .inner-video,
.m_grille_images_211 > div > figure {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 30px;
}

.m_grille_images_211 > div > .inner-video:first-child,
.m_grille_images_211 > div > figure:first-child {
    padding-left: 0
}

.m_grille_images_211 > div > .inner-video:last-child,
.m_grille_images_211 > div > figure:last-child {
    padding-right: 0
}

.m_carousel_drag {
    padding-left: 0;
    padding-right: 0
}

.m_web_desktop > div {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25)
}

.m_web_laptop > div {
    position: relative;
    border-radius: 20px;
    border: 40px solid #000;
    height: 0;
    padding-top: 67%;
    overflow: hidden;
}

.m_web_laptop > div figure,
.m_web_laptop > div .inner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.m_web_laptop > div img,
.m_web_laptop > div video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m_web_tablet {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.m_web_tablet > div {
    position: relative;
    border-radius: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 80px 30px;
    width: 48%;
    height: 0;
    padding-top: 54.5%;
    display: inline-block;
    margin: 0 2%;
}

.m_web_tablet > div:first-child {
    margin-left: 0
}

.m_web_tablet > div:last-child {
    margin-right: 0
}

.m_web_tablet > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #f1f1f1;
    z-index: 2
}

.m_web_tablet > div:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #f1f1f1;
    border-radius: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.m_web_tablet > div figure,
.m_web_tablet > div .inner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.m_web_tablet > div img,
.m_web_tablet > div video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m_web_phone {
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.m_web_phone > div {
    position: relative;
    border-radius: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 65px 20px;
    width: 30.666667%;
    height: 0;
    padding-top: 47%;
    display: inline-block;
    margin: 0 2%;
}

.m_web_phone > div:first-child {
    margin-left: 0
}

.m_web_phone > div:last-child {
    margin-right: 0
}

.m_web_phone > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #f1f1f1;
    z-index: 2
}

.m_web_phone > div:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #f1f1f1;
    border-radius: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.m_web_phone > div figure,
.m_web_phone > div .inner-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.m_web_phone > div img,
.m_web_phone > div video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.le-murmure-test +.credits {
    margin-top: 0
}

.le-murmure-test span {
    position: absolute;
    top: 10%;
    font-size: 1.25em;
}

.le-murmure-test span.try {
    right: 10%
}

.le-murmure-test span.le {
    left: 10%
}

.le-murmure-test textarea {
    margin: .7em 0;
    background: transparent;
    border: 0;
    font-size: 9.375em;
    width: 100%;
    text-align: center;
    color: #fff;
    outline: 0;
    padding: 1em 0;
    resize: none;
    caret-color: #2200e1;
    font-family: "Murmure", serif;
    line-height: 1;
    font-weight: normal;
    -webkit-font-feature-settings: 'lnum' 1;
    font-feature-settings: 'lnum' 1;
    line-height: 1.2;
    padding: 0;
    -webkit-font-feature-settings: 'ss08' 1;
    font-feature-settings: 'ss08' 1
}

.nav-projects {
    text-align: center;
    padding-bottom: 0;
}

.nav-projects li {
    display: inline-block;
    font-size: .9375em;
}

.nav-projects li a {
    position: relative;
    color: #b3b3b3;
}

.nav-projects li a:hover,
.nav-projects li a.current {
    color: #000
}





.overlay-open .cases-listing li .infos {
    mix-blend-mode: unset
}


.sort-listing {
    padding-top: 0;
}

.sort-listing table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: .9375em;
}

.sort-listing table tr {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.dark .sort-listing table tr {
    border-color: #4d4d4d
}

.sort-listing table th:first-child a,
.sort-listing table td:first-child a {
    padding-left: 3px
}

.sort-listing table th:last-child a,
.sort-listing table td:last-child a {
    padding-right: 3px
}

.sort-listing table th {
    text-align: left;
    font-weight: bold;
    color: #b3b3b3;
    padding: 1em;
    white-space: nowrap;
}

.sort-listing table th:first-child {
    padding-left: 3px
}

.sort-listing table th:last-child {
    padding-right: 3px
}

.sort-listing table th:after {
    content: "↑";
    color: transparent;
    display: inline-block;
    position: relative;
    top: -.5em;
    font-size: .5625em;
    margin-left: 5px
}

.sort-listing table th.sorting-asc:after {
    color: #b3b3b3;
    content: "↑"
}

.sort-listing table th.sorting-desc:after {
    color: #b3b3b3;
    content: "↑";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sort-listing table thead tr {
    border-top: 0
}

.sort-listing table tbody tr {
    -webkit-transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
    transition: background-color .3s cubic-bezier(.445, .05, .55, .95);
}



.dark .sort-listing table tbody tr:hover {
    background-color: #4d4d4d
}

.sort-listing table a {
    display: block;
    padding: 1em
}

.sort-listing table tr.no-link td {
    color: #b3b3b3;
    padding: 1em;
}

.sort-listing table tr.no-link td:first-child {
    padding-left: 3px
}



@media screen and (max-width:767px) {
	.banner{
		overflow: unset !important;
		margin-top: 0px !important;
	}
	.is_mobile{
		
	}
	
	.container2 {
		width: 50%;
	}
.btn {

align-content: center;
text-align: center;
 position: relative;
 color: white;
 width: 256px;
 height: 64px;
 line-height: 64px;
 transition: all 0.3s;
  span {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.btn-two::before, .btn-two::after {
  content: '';
	text-align: center;
  position: absolute;
  width: 100%;
	height: 100%;
  bottom: 0;
	left: 0;
	z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
 
}

.btn-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn-two:hover::before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btn-two:hover::after, .btn-two:hover::before {
  left: 96px;
  width: 64px;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}

    .fallback-mobile {
        display: block
    }
	
		
	.header-main .open-menu,
    .header-main .close-everything {
        left: 10%;
        margin-left: 10px;
        width: 40px;
        height: 40px
    }
    .header-main .close-everything.active {
        opacity: 1;
    }
    .nav-main-inner {
        text-align: center;
        left: 0;
        right: 0;
        width: 100%;
        top: calc(50% + 50px);
    }
    .nav-main-inner a:before {
        display: none
    }
    .nav-main-items a {
        font-size: 1.875em
    }
	
    p.introduction {
        padding-left: 15%;
        font-size: 1.25em;
        margin-bottom: 40px
    }
    section {
        padding: 40px 20px;
    }
    section:first-of-type:not(.full) {
        padding-top: 0px
    }
    section > h2.big {
        font-size: 3.125em;
        padding: 0;
    }
    section.cover {
        height: 30vh
    }
	
    .loading.overlay span {
        font-size: 3.125em
    }
    .project-cover h1 {
        font-size: 3.125em
    }
    .rtf {
        padding: 0;
    }
    .rtf .wp-caption,
    .rtf p img,
    .rtf video,
    .rtf .gallery,
    .rtf iframe,
    .rtf .m_grille_images {
        width: 100%;
        margin-left: 0
    }
    .rtf h2 {
        font-size: 3.125em
    }

	
	


    .nav-projects li:first-child {
        margin-right: 4em
    }
    .nav-projects li a:before {
        display: none
    }
    .welcome {
        position: relative;
    }
    .welcome .infos {
        display: none
    }
    
    .welcome .shaker canvas {
        
    }
  
}



	
    
@media screen and (min-width:1000px){



.banner {
	background-color: #000000;
	text-align: center;	
	margin-left: 0%;
	height: 50px;
	width: 100%;
	padding-bottom: 500px;
	color: white; 
}	

.btn {
	margin:0 auto;
  position: relative;
  color: white;
  width: 256px;
  height: 64px;
  line-height: 64px;
  transition: all 0.3s;
  span {
    transition: all 0.3s;
    tranform: scale(1, 1);
  }
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.btn-two::before, .btn-two::after {
  content: '';
  position: absolute;
  width: 100%;
	height: 100%;
  bottom: 0;
	left: 0;
	z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btn-two:hover::before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btn-two:hover::after, .btn-two:hover::before {
  left: 96px;
  width: 64px;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}



@media screen and (min-width:768px) and (max-width:1024px) {
    .is_tablet {
        
    }
	
	
	.header-main .open-menu,
    .header-main .close-everything {
        left: 10%;
        margin-left: -30px;
        width: 60px;
        height: 60px
    }
    .header-main .close-everything.active {
        opacity: 1;
    }
    .nav-main-inner {
        text-align: center;
        left: 0;
        right: 0;
        width: 100%;
        top: calc(50% + 50px);
    }
    .nav-main-inner a:before {
        display: none
    }
    .nav-main-items a {
        font-size: 1.875em
    }
	
	
	.parallax {
	color: #fff;
	max-width: 100vh;
	text-align: center;
	font-size: 10px;
	line-height: 40px;
	letter-spacing: 2px;
	overflow: auto;
	padding-bottom: 10px;
	position: absolute;
	margin: auto;
	
}
	
	.parallax_description {
		width: 50%;
		margin: auto;
	}
	
	.banner {
	background-color: #000000;
	
	height: 100%;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
   
 
