.iframe,
.main {
    position: relative
}

.clear:after,
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

.flex-column,
.touch .menu,
.touch .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.slick-list:focus,
:focus {
    outline: 0
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

.menu-part:hover>.parent-menu-item,
.parent-menu-item.active,
em,
i {
    font-style: italic
}

li,
ol,
ul,
ul li {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

blockquote,
q {
    quotes: "" ""
}

img {
    line-height: 0
}

*,
:after,
:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

@font-face {
    font-family: DarkerGrotesque-Regular;
    src: url(../fonts/DarkerGrotesque-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DarkerGrotesque-SemiBold;
    src: url(../fonts/DarkerGrotesque-SemiBold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KesslerSuperDisplay-Regular;
    src: url(../fonts/KesslerSuperDisplay-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: KesslerSuperDisplay-Italic;
    src: url(../fonts/KesslerSuperDisplay-Italic.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

html {
    -webkit-text-size-adjust: 100%
}

body.no-touch,
body.touch {
    opacity: 1;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity
}

.container {
    width: 100%
}

a {
    color: currentColor;
    text-decoration: none
}

.fullheight {
    min-height: 100vh
}

.block {
    display: block
}

.aligncenter {
    text-align: center
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.justify-text {
    text-align: justify
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.img-container,
.video-container {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0
}

.img-container img,
.video-container video {
    width: 100%;
    height: auto
}

.iframe {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.uppercase {
    text-transform: uppercase
}

.clear:after {
    display: table;
    clear: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-in {
    -webkit-animation: fadeIn .3s cubic-bezier(.39, .575, .565, 1);
    animation: fadeIn .3s cubic-bezier(.39, .575, .565, 1)
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    z-index: 100
}

.logo {
    /*width: 110px;
    height:60px;
    background: url(../img/logo-1.png) no-repeat; */
    letter-spacing:2px;
    font-size:3rem;
    font-weight:1%;
    background-size: 100% auto;
}

.menu {
    background: #fff;
    font-family: DarkerGrotesque-Regular;
    font-size: 12px;
    line-height: 14px;
    padding:20px;
}

.about-address,
.about-bio,
.about-email,
.bureaupress,
.touch .menu {
    font-family: KesslerSuperDisplay-Regular
}

.menu-part {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px
}

.menu-part:last-child {
    margin-right: 0
}

.sub-menu {
    max-width: 0;
    width: 100%
}

.project-sub-menu {
    -webkit-transition: max-width .2s linear;
    transition: max-width .2s linear
}

.about-sub-menu {
    -webkit-transition: max-width .1s linear;
    transition: max-width .1s linear
}

.sub-menu-item:first-child {
    margin-left: 20px
}

.sub-menu-item a {
    margin-right: 5px;
    cursor: pointer
}

.sub-menu-item a:hover,
.sub-menu>.active a {
    opacity: .5
}

.sub-menu>a:last-child {
    margin-right: 0
}

.menu-part:hover>.project-sub-menu,
.project-sub-menu.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 245px
}

.about-sub-menu.active,
.menu-part:hover>.about-sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70px
}

.menu-btn-container.menu-close,
.menu-btn-container.menu-open {
    display: none;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.menu-btn-container.menu-open {
    background: url(../img/burger.svg) center center no-repeat;
    background-size: 20px auto
}

.menu-btn-container.menu-close {
    background: url(../img/close.svg) center center no-repeat;
    background-size: 20px auto;
    z-index: 11
}

.menu-btn-container.menu-close.active {
    display: block
}

.menu-btn {
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: .1s linear opacity;
    transition: .1s linear opacity
}

.site-header .slider-close {
    display: none;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: 20px auto;
    z-index: 11;
    cursor: pointer
}

.site-header .slider-close.active {
    display: none
}

@media screen and (max-width:750px) {
    .site-header {
        padding: 20px 0
    }

    .site-header .slider-close.active {
        display: block
    }

    .menu-container {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu-btn-container {
        display: none
    }

    .menu-btn,
    .menu-btn-container.active,
    .sub-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .logo {
        /*width: 60px;
        height: 31px;
        background: url(../img/logo-1.png) no-repeat;*/
        background-size: 100% auto;
        margin: auto
    }

    .menu {
        position: fixed;
        top: 71px;
        left: 0;
        bottom: 0;
        width: 100%;
        font-family: KesslerSuperDisplay-Regular;
        font-size: 25px;
        line-height: 30px;
        z-index: 1;
        padding: 40px 20px 70px;
        -webkit-transform: translate3d(-120%, 0, 0);
        transform: translate3d(-120%, 0, 0);
        -webkit-transition: .3s linear -webkit-transform;
        transition: .3s linear transform;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0
    }

    .menu.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .menu,
    .sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sub-menu {
        width: auto
    }

    .menu-part {
        display: block;
        overflow: visible;
        margin-right: 0
    }

    .parent-menu-item {
        margin-bottom: 5px;
        text-transform: capitalize
    }

    .parent-menu-item.active {
        opacity: .5
    }

    .press .parent-menu-item.active {
        opacity: 1
    }

    .project-sub-menu {
        margin-bottom: 40px
    }

    .sub-menu-item {
        margin: 0 0 25px !important
    }

    .sub-menu-item a {
        margin-right: 0
    }

    .menu-part:hover>.parent-menu-item,
    .menu-part:hover>.parent-menu-item.active,
    .parent-menu-item.active {
        font-style: normal
    }

    .about-sub-menu .sub-menu-item:first-child,
    .project-menu-item {
        display: none
    }
}

.touch .menu-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.touch .menu-btn-container {
    display: none
}

.touch .menu-btn,
.touch .menu-btn-container.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.touch .logo {
    /*width: 60px;
    height: 31px;
    background: url(../img/logo-1.png) no-repeat;*/
    background-size: 100% auto;
    margin: auto
}

.touch .menu {
    position: fixed;
    top: 71px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    z-index: 1;
    padding: 40px 20px 70px;
    -webkit-transform: translate3d(-120%, 0, 0);
    transform: translate3d(-120%, 0, 0);
    -webkit-transition: .3s linear -webkit-transform;
    transition: .3s linear transform;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0
}

.touch .menu.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.touch .menu,
.touch .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.touch .sub-menu {
    width: auto
}

.touch .menu-part {
    display: block;
    overflow: visible;
    margin-right: 0
}

.touch .parent-menu-item {
    margin-bottom: 5px;
    text-transform: capitalize
}

.touch .parent-menu-item.active {
    opacity: .5
}

.touch.press .parent-menu-item.active {
    opacity: 1
}

.touch .project-sub-menu {
    margin-bottom: 40px
}

.touch .sub-menu-item {
    margin: 0 0 5px !important
}

.touch .sub-menu-item a {
    margin-right: 0
}

.touch .menu-part:hover>.parent-menu-item,
.touch .menu-part:hover>.parent-menu-item.active,
.touch .parent-menu-item.active {
    font-style: normal
}

.touch .about-sub-menu .sub-menu-item:first-child,
.touch .project-menu-item {
    display: none
}

.home-modal-link,
.lazy-bg {
    display: block;
    height: 100%
}

@media (min-width:750px) {

    .touch .menu-btn-container.menu-close,
    .touch .menu-btn-container.menu-open {
        left: 80px
    }

    .touch .menu {
        padding: 40px 80px 70px
    }

    .touch .site-header .slider-close {
        right: 80px
    }

    .touch .site-header .slider-close.active {
        display: block
    }
}

.big-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-right: 80px;
    padding-left: 80px;
    margin-right: auto;
    margin-left: auto
}

.main {
    padding-top: 7%;
}

@media screen and (max-width:750px) {
    .main {
        padding-top: 110px
    }

    .collection .main,
    .objet .main {
        padding-top: 71px
    }

    .big-container {
        padding-right: 20px;
        padding-left: 20px
    }
}

body.fixed {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 56px;
    left: 0;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px);
    width: 100%;
    padding: 0 80px;
    /* background: #fff; */
    opacity: 0
}

.content-to-load,
.lazy-bg {
    position: relative
}

.home-modal {
    top: 0;
    height: 100vh;
    z-index: 101;
    padding: 0
}

.modal.active {
    opacity: 1
}

.objet .modal.active,
.projet .modal.active {
    z-index: 10
}

.projet.touch .modal,
.projets.touch .modal {
    padding-bottom: 71px
}

.collection .modal,
.objet .modal {
    padding: 0
}

.home-modal-link {
    width: 100%;
    background: url(../img/gif.gif) center center no-repeat #fff;
    background-size: 300px auto
}

.touch .home-modal-link {
    margin-top: -60px
}

@media screen and (max-width:750px) {
    .modal:not(.home-modal) {
        min-height: -webkit-calc(100vh - 71px);
        min-height: calc(100vh - 71px);
        top: 71px
    }

    .home-subpage .modal,
    .projet .modal,
    .projets .modal {
        padding: 0 20px
    }
}

@media (orientation:portrait) {

    .home-subpage .modal,
    .projet .modal,
    .projets .modal {
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-out {
    -webkit-transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
    transition: opacity .3s cubic-bezier(.39, .575, .565, 1);
    opacity: 0
}

.inner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.inner-bg.loaded {
    opacity: 1
}

.img-container.lazy img,
.img-container.lazy-slide img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.img-container.lazy-slide.loaded img,
.img-container.loaded img {
    opacity: 1
}

.info-container {
    position: relative
}

.about-imgs {
    position: fixed;
    left: 0;
    top: 56px;
    width: 40vw;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px)
}

.info-content {
    width: 100%;
    padding: 80px 0 80px -webkit-calc(40% + 50px);
    padding: 80px 0 80px calc(40% + 50px);
    min-height: -webkit-calc(100vh - 56px);
    min-height: calc(100vh - 56px);
    height: 100%;
    overflow: visible;
    -ms-overflow-style: none
}

.info-content::-webkit-scrollbar {
    display: none
}

.about-logo {
    /* width: 80px;
    height: 40px;
    background: url(../img/logo-1.png) 100% 100% no-repeat; */
    background-size: 100% auto;
    margin-bottom: 20px
}

.about-bio {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 30px
}

.about-bio p {
    margin-bottom: 20px
}

.about-bio,
.about-info {
    margin-top: auto
}

.about-address,
.about-email,
.bureaupress {
    font-size: 13px;
    line-height: 17px
}

.about-address p,
.bureaupress p {
    margin-bottom: 15px
}

.about-address p:last-child,
.bureaupress p:last-child {
    margin-bottom: 0
}

.insta {
    font-family: KesslerSuperDisplay-Italic;
    font-size: 17px;
    line-height: 14px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.issues-container {
    width: 50%;
    padding: 30px 40px
}

.issue {
    font-family: KesslerSuperDisplay-Regular;
    font-size: 30px;
    -webkit-transition: .2s ease-in -webkit-transform;
    transition: .2s ease-in transform
}

.issue:hover {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}

.touch .issue:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.issue-date {
    font-family: KesslerSuperDisplay-Italic
}

.object-title,
.project-slider-title {
    font-family: KesslerSuperDisplay-Regular
}

.issue-cover {
    position: fixed;
    top: 56px;
    left: 50%;
    right: 80px;
    bottom: 0
}

.issue-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.issue-img img {
    display: block;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px)
}

@media screen and (max-width:1100px) {
    .info-content {
        padding: 20px 0 20px -webkit-calc(40% + 20px);
        padding: 20px 0 20px calc(40% + 20px)
    }

    .about-info>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bureaupress,
    .insta {
        margin-top: 20px
    }

    .insta {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .issues-container {
        width: 100%;
        padding: 30px 0
    }

    .issue-cover {
        display: none
    }

    .press .parent-menu-item {
        opacity: 1
    }
}

@media (orientation:portrait),
screen and (max-width:1100px) {

    .about-bio,
    .about-logo {
        margin-bottom: 40px
    }

    .about-imgs {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        max-height: 100vw;
        height: auto
    }

    .info-content {
        width: 100%;
        padding: 40px 0;
        height: auto;
        min-height: auto
    }

    .about-logo {
        width: 250px;
        height: 25px;
        background: url(../img/logo-header.png) 100% 100% no-repeat;
        background-size: 100% auto
    }
}

.touch .about-logo {
    width: 250px;
    height: 25px;
    background: url(../img/logo-header.png) 100% 100% no-repeat;
    background-size: 100% auto;
    margin-bottom: 40px
}

@media screen and (max-width:650px) {
    .issue {
        font-size: 20px
    }
}

@media screen and (max-width:350px) {
    .issue {
        font-size: 16px
    }
}

.object-box {
    position: relative;
    width: 20%
}

.object-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 36px;
    opacity: 0;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: .2s linear opacity;
    transition: .2s linear opacity;
    z-index: 1
}

.object-box:hover .object-title {
    opacity: 1
}

.touch .object-box:hover .object-title {
    display: none;
    opacity: 0
}

.project-slider-title,
.project-slider-town {
    position: absolute;
    top: 50%;
    display: inline-block
}

.objet-description {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px
}

.objet-description a {
    border-bottom: 1px solid #000
}

@media screen and (max-width:1100px) {
    .object-box {
        width: 25%
    }
}

@media screen and (max-width:750px) {
    .object-box {
        width: 33.3%
    }
}

@media screen and (max-width:650px) {
    .object-box {
        width: 50%
    }
}

@media screen and (max-width:450px) {
    .object-box {
        width: 100%
    }
}

@media (min-aspect-ratio:3/2) {
    .project-slider-container {
        height: -webkit-calc(100vh - 56px);
        height: calc(100vh - 56px);
        width: -webkit-calc((100vh - 75px) * 1.4495);
        width: calc((100vh - 75px) * 1.4495);
        margin-left: auto;
        margin-right: auto;
        padding: 30px
    }

    .project-slider-container .slide.img-container {
        height: 100%
    }

    .project-slider-container .slide.img-container img {
        height: 100%;
        width: auto
    }
}

@media (max-aspect-ratio:3/2) {
    .project-slider-container {
        height: auto
    }

    .project-slider-container .slide.img-container img {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:750px) and (min-aspect-ratio:3/2) {
    .project-slider-container {
        height: -webkit-calc(100vh - 71px);
        height: calc(100vh - 71px)
    }
}

.project-slider-logo {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/logo-logo.png) 100% 100% no-repeat;
    background-size: 100% auto
}

.project-slider-title {
    left: 30px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 35px
}

.project-slider-town {
    left: -10px;
    -webkit-transform: translate3d(-webkit-calc(-100% + 30px), 50%, 0);
    transform: translate3d(calc(-100% + 30px), 50%, 0);
    font-size: 30px;
    font-family: KesslerSuperDisplay-Italic
}

.custom-paging li,
.object-slider-title,
.project-box-title,
.project-responsive-title {
    font-family: KesslerSuperDisplay-Regular
}

@media screen and (max-width:1200px) {
    .project-slider-title {
        left: -70px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

.project-images,
.project-responsive-title {
    display: none
}

.project-images {
    padding-top: 65px
}

.project-responsive-title {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    padding: 0 80px 15px;
    font-size: 25px;
    line-height: 30px;
    background: #fff;
    z-index: 1
}

.project-responsive-title.italic {
    font-size: 30px
}

@media screen and (max-width:750px) {
    .project-slider-title {
        left: 0
    }

    .project-slider-town {
        left: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    .project-responsive-title {
        top: 71px;
        padding: 20px 20px 15px
    }
}

@media screen and (min-width:750px) {
    .touch .project-responsive-title {
        padding-top: 15px
    }

    .touch .modal {
        top: 71px
    }
}

@media (orientation:portrait) {

    .project-slider-container,
    body:not(.touch) .slider-nav {
        display: none
    }

    .project-images,
    .project-responsive-title {
        display: block
    }

    .project-images .img-container {
        margin-bottom: 50px
    }
}

.project-box {
    display: block;
    position: relative;
    width: 20%;
    float: left;
    margin-right: 6.666%;
    margin-bottom: 6.666%
}

.project-box:nth-child(4n+1),
.project-box:nth-child(4n+3) {
    margin-top: -6.6666%
}

.project-box:nth-child(1),
.project-box:nth-child(3) {
    margin-top: 0
}

.project-box:nth-child(2),
.project-box:nth-child(4) {
    margin-top: 6.6666%
}

.project-box:nth-child(4n) {
    margin-right: 0
}

.project-box-title {
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 35px;
    opacity: 0;
    -webkit-transition: .2s ease-in opacity;
    transition: .2s ease-in opacity
}

.project-box:hover .project-box-title,
body.touch .project-box-title {
    opacity: 1
}

.project-box-town {
    font-style: italic
}

.project-box:nth-child(odd) .project-box-title {
    bottom: -38px
}

.project-box:nth-child(even) .project-box-title {
    top: -40px
}

.projects-hidden {
    display: none
}

.slick-list,
.slick-track {
    display: block;
    height: 100%
}

@media screen and (max-width:1300px) {
    .project-box-title {
        font-size: 25px;
        line-height: 30px
    }

    .project-box:nth-child(odd) .project-box-title {
        bottom: -32px
    }

    .project-box:nth-child(even) .project-box-title {
        top: -35px
    }
}

@media screen and (max-width:1100px) {

    .project-box,
    .project-box:nth-child(4),
    .project-box:nth-child(4n),
    .project-box:nth-child(4n+1),
    .project-box:nth-child(4n+3) {
        width: 28%;
        margin-right: 8%;
        margin-bottom: 8%;
        margin-top: 0
    }

    .project-box:nth-child(3n+1),
    .project-box:nth-child(3n+3) {
        margin-top: -8%
    }

    .project-box:nth-child(1),
    .project-box:nth-child(3) {
        margin-top: 0
    }

    .project-box:nth-child(2) {
        margin-top: 8%
    }

    .project-box:nth-child(3n) {
        margin-right: 0
    }

    .project-box:nth-child(even) .project-box-title,
    .project-box:nth-child(odd) .project-box-title {
        top: -35px
    }

    .project-box:nth-child(3n+1) .project-box-title,
    .project-box:nth-child(3n+3) .project-box-title {
        top: auto;
        bottom: -32px
    }
}

@media screen and (max-width:650px) {
    .project-box {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 70px !important;
        padding-top: 50px
    }

    .project-box-title {
        width: 100%;
        opacity: 1;
        font-size: 25px;
        line-height: 30px;
        top: 0 !important;
        bottom: auto !important
    }

    .project-box:nth-child(even) .project-box-title {
        text-align: right
    }
}

.slick-slider-container {
    position: relative
}

.object-slider-container.slick-slider-container {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 50%
}

.slick-slider {
    height: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.about-slider,
.object-slider,
.project-slider {
    opacity: 0;
    -webkit-transition: .3s linear opacity;
    transition: .3s linear opacity
}

.object-slider-title {
    position: fixed;
    top: 56px;
    left: 50%;
    bottom: 0;
    width: 50%;
    padding: 10px;
    font-size: 57px;
    opacity: 0;
    background: #dff5e8;
    -webkit-transition: .2s linear opacity;
    transition: .2s linear opacity
}

.slick-initialized {
    opacity: 1
}

.slick-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    position: relative;
    display: none;
    float: left;
    height: auto;
    line-height: 0
}

.slide {
    height: 0;
    overflow: hidden
}

.slick-initialized .slide {
    display: block;
    height: 100%;
    width: 100%
}

.about-slider-container .slide {
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px)
}

.object-slider .slide {
    min-height: -webkit-calc(100vh - 56px);
    min-height: calc(100vh - 56px)
}

.inner-slide {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.inner-slide.loaded {
    opacity: 1
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: -webkit-calc(100vh - 56px);
    height: calc(100vh - 56px)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-navigation {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%
}

.slider-next,
.slider-prev {
    position: fixed;
    top: 56px;
    bottom: 0
}

.slick-arrow {
    width: 50%;
    z-index: 9
}

.slider-prev {
    left: 0;
    cursor: url(../img/prev.svg), pointer
}

.slider-next {
    left: 50%;
    right: 0;
    cursor: url(../img/next.svg), pointer
}

.touch .slider-next,
.touch .slider-prev {
    display: none !important
}

.slider-close {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 60px;
    height: 60px;
    background: url(../img/close.svg) center center no-repeat;
    background-size: 20px auto;
    z-index: 11;
    cursor: pointer
}

.custom-paging li {
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.touch .custom-paging li[aria-hidden=false] {
    display: block
}

.custom-paging li[aria-hidden=true],
.touch .object .slider-close,
.touch .project .slider-close,
body:not(.touch) .custom-paging li {
    display: none
}

.object .slider-prev {
    width: 25%
}

.object .slider-next {
    width: 25%;
    left: 25%
}

.object .slider-close {
    right: 65px
}

@media screen and (min-width:750px) and (max-aspect-ratio:3/2) {
    .project .slider-close {
        top: -20px;
        right: -55px
    }

    .project-slider-logo {
        right: -47px;
        bottom: 0
    }
}

@media screen and (orientation:portrait) {
    .object-slider-container.slick-slider-container {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .object-slider .slide {
        min-height: 100vw;
        height: -webkit-calc(100vh - 100vw);
        height: calc(100vh - 100vw)
    }

    .object-slider-title {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        bottom: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: -webkit-calc(100vh - 100vw - 71px);
        min-height: calc(100vh - 100vw - 71px)
    }

    .objet-description {
        font-size: 15px;
        line-height: 20px
    }

    .object .slider-close {
        right: 5px
    }
}

@media screen and (max-width:1000px) {
    .object-slider-title {
        font-size: 25px;
        line-height: 30px;
        padding: 40px 20px
    }
}

@media screen and (min-width:750px) {
    .object-slider-title {
        min-height: -webkit-calc(100vh - 100vw - 56px);
        min-height: calc(100vh - 100vw - 56px)
    }
}

@media screen and (max-width:750px) {

    .object .slider-close,
    .project .slider-close {
        display: none
    }

    .slider-next,
    .slider-prev {
        top: 71px
    }
}

@media (orientation:portrait),
screen and (max-width:750px) {
    .about-slider-container .slide {
        height: 100vw
    }

    .project-slider-logo {
        display: none
    }
}

.touch.collection .slider-close.active,
.touch.objet .slider-close.active,
.touch.projet .slider-close.active,
.touch.projets .slider-close.active {
    display: block
}

.touch .object-slider-title {
    min-height: -webkit-calc(100vh - 100vw - 71px);
    min-height: calc(100vh - 100vw - 71px)
}

/* Footer */
#footer{
    padding:20px;
    text-align:center;
    letter-spacing:1.4px;
    background-color:rgb(240,240,240);
    color:rgb(70, 62, 63);
}


/* About us */


.about-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media only screen and (max-width: 767px) {
    .about-page {
        display: block;
        overflow-x: hidden
    }
}

::-webkit-scrollbar {
    display: none
}

.about {
    flex-grow: 1;
}

.about .container {
    height: 100%
}

.about .container .about__grid {
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .about .container {
        padding: 0 30px
    }
}

.about__grid {
    display: grid;
    grid-template-columns: 343px 1fr;
    grid-column-gap: 46px
}

@media only screen and (max-width: 991px) {
    .about__grid {
        grid-template-columns: 250px 1fr;
        grid-column-gap: 30px
    }
}

@media only screen and (max-width: 767px) {
    .about__grid {
        display: block
    }
}

@media only screen and (min-width: 1950px) {
    .about__grid {
        grid-template-columns: 500px 1fr;
        grid-column-gap: 50px
    }
}

.about__info {
    overflow-y: auto;
    height:1020px;
    scrollbar-width: none
}

.about__info .back-link {
    margin-bottom: 37px;
    opacity: 0;
    transform: translateX(30px);
    transition: 300ms ease
}

.about__info .back-link.animate {
    opacity: 1;
    transform: translateX(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .back-link {
        margin-bottom: 50px;
        padding-left: 60px;
        font-size: 26px
    }

    .about__info .back-link:before {
        width: 50px
    }
}

.about__info .main-info__title {
    opacity: 0;
    margin-bottom: 24px;
    font-family: 'tesseract';
    font-size: 32px;
    line-height: 1;
    transform: translateY(30px);
    transition: 300ms ease
}

.about__info .main-info__title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px
}

.about__info .main-info__title.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .main-info__title {
        margin-bottom: 40px;
        font-size: 44px
    }
}

.about__info .main-info__description {
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    transform: translateY(30px);
    transition: 300ms ease
}

.about__info .main-info__description p {
    margin-bottom: 0
}

.about__info .main-info__description p:not(:first-child) {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .about__info .main-info__description p:not(:first-child) {
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .about__info .main-info__description p:not(:first-child) {
        margin-top: 24px
    }
}

.about__info .main-info__description.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .main-info__description {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .about__info {
        display: block;
        overflow: visible;
        height: auto;
        width: 100%
    }
}

.about__gallery {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(100vh - 141px);
    scrollbar-width: none;
    opacity: 0;
    transition: 500ms ease
}

.about__gallery.animate {
    opacity: 1
}

.about__gallery-holder {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .about__gallery-holder {
        display: block;
        height: auto
    }
}

.about__gallery .about-item {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    font-size: 18px;
    line-height: 24px
}

.about__gallery .about-item .text {
    width: 100%;
    max-width: 400px;
    margin-top:7%;
}

.about__gallery .about-item .text p {
    margin-top: 0;
    margin-bottom: 0
}

.about__gallery .about-item .text p:not(:first-child) {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .about__gallery .about-item .text p:not(:first-child) {
        margin-top: 15px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item .text {
        max-width: 400px
    }
}

.about__gallery .about-item:not(:last-child) {
    margin-right: 220px
}

@media only screen and (max-width: 1200px) {
    .about__gallery .about-item:not(:last-child) {
        margin-right: 150px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item:not(:last-child) {
        margin-right: 300px
    }
}

.about__gallery .about-item_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 70%
}

.about__gallery .about-item_1 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_1 .inner_1 {
    height: 100%;
    max-height: 42vh;
    padding-right: 110px
}

.about__gallery .about-item_1 .inner_1 .image {
    margin-right: 60px
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_1 .image {
        max-width: 289px;
        margin-right: -17px;
        margin-bottom: 56px
    }
}

@media only screen and (max-width: 1365px) {
    .about__gallery .about-item_1 .inner_1 {
        padding-right: 190px
    }
}

@media only screen and (min-width: 768px) and (max-height: 810px) {
    /*.about__gallery .about-item_1 .inner_1 {
        align-items: flex-start;
        padding-right: 190px
    }*/

    .about__gallery .about-item_1 .inner_1 .image {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_1 {
        align-items: flex-end
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_1 .inner_1 {
        max-height: 45vh;
        padding-right: 160px
    }
}

/* .about__gallery .about-item_1 .inner_2 {
    height: 100%;
    max-height: 38vh;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_2 {
        align-items: flex-start;
        margin-top: 56px;
        margin-bottom: 56px
    }

    .about__gallery .about-item_1 .inner_2 .image {
        max-width: 191px;
        margin-left: -17px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_1 .inner_2 {
        max-height: 41vh
    }
} */

.about__gallery .about-item_1 .inner .image {
    height: 100%;
    width: auto
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner {
        flex-direction: column;
        justify-content: flex-start
    }
}

.about__gallery .about-item_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_2 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_2 .inner .image {
    width: 100%;
    max-width: 228px;
    margin-right: 60px
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_2 .inner .image {
        max-width: 330px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_2 .inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 56px
    }

    .about__gallery .about-item_2 .inner .image {
        max-width: 228px;
        margin-top: 56px;
        margin-right: -17px
    }
}

.about__gallery .about-item_3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.about__gallery .about-item_3 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_3 .inner .image {
    width: 100%;
    max-width: 399px;
    margin-right: 60px
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_3 .inner .image {
        max-width: 510px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_3 .inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 56px
    }

    .about__gallery .about-item_3 .inner .image {
        max-width: 400px;
        margin-left: -17px;
        margin-bottom: 56px
    }
}

.about__gallery .about-item_4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.about__gallery .about-item_4 .inner .image {
    width: 100%;
    max-width: 312px
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_4 .inner .image {
        width: 360px;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_4 .inner {
        display: flex;
        justify-content: flex-end
    }

    .about__gallery .about-item_4 .inner .image {
        max-width: 312px;
        margin-right: -17px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 !important
    }

    .about__gallery .about-item .inner {
        height: auto;
        max-height: 100%;
        width: 100%;
        padding: 0
    }

    .about__gallery .about-item .image {
        height: auto !important
    }

    .about__gallery .about-item .text {
        max-width: 100%
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 991px) {
    .about__gallery {
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery {
        overflow: visible;
        display: block;
        height: auto;
        margin-top: 56px;
        padding-left: 0;
        padding-bottom: 82px
    }
}

/* END ABOUT US*/