


/*--------------------------------------------------------------
Misc
--------------------------------------------------------------*/

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-tap-highlight-color:transparent
}

a, button {
    text-decoration: none;
    outline: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 300ms cubic-bezier(0.4, 0.8, 0.74, 1);
}

a:link {
    -webkit-tap-highlight-color: transparent;
}

.transition {
    -webkit-transition: all .25s ease-out;
       -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
}

.transition2 {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;
}


/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/

body {
    color: #141414;
    background: #fff;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-weight:100;
    font-size: 1.4rem;
    cursor: default;
    /*min-height: 660px;*/
    width: 100vw;
    /*height: 100vh;    */
    height: 100%;
    position: fixed;    

}

html {
  font-size: 62.5%;
  /*font-size: calc(1em * 0.625); IE */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

strong {
    font-weight: 600;
}

.wrapper {
    width:100%;
    height: 100%;
    overflow: hidden;
    /*padding-top: 100vh;*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;    
}

section {
    position: relative;
    min-height: 100vh;
    padding:0; 
}


.container {
    position: relative;
    margin: auto;
    z-index: 1;
    width: 100%;
    /*max-width: 1900px;*/
    text-align: center;
}

section#home {
    width: 80vw;
}

section#page {
    width: calc(100vw - 50px);
}

section .container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;      
}

.menu__slide__wrapper {
    position: relative;
    z-index: 50;
    width: 25%;
    height: 100vh;
    background: #fff;
    overflow: hidden;

    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-sizing: border-box; 
}

section#page .menu__slide__wrapper {
    width: 35vw;
}

.menu__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;   
}

.menu__slide__label__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column; 

}

.menu__slide__label {
    white-space: nowrap;
    /*white-space: -moz-pre-wrap;*/
    background: #141414;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: .9vw;
    display: inline-block;
    font-family: "oswald", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .5rem;
    color: #fff;

/*    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);*/
}

.menu__slide__label__before {
    width: 1px;
    height: auto;
    flex: 1;
    background: #141414;
    /*position: absolute;*/
    display: block;
    margin-bottom: 10px;
/*    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);  */  
}
.menu__slide__label__after {
    width: 1px;
    height: auto;
    flex: 1;
    background: #141414;
    /*position: absolute;*/
    display: block;
    margin-top: 10px;
/*    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);  */  
}

.menu__slide.hover { width: 30%; }
.menu__slide.not-hover { width: 23.33333%; }


.menu__slide__img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: center top;
    background-size: cover;
    /* opacity: 0; */
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;    
}
.menu__slide_melancolique .menu__slide__img {
    background-image: url(../images/melancolique.jpg);
    background-size: cover;
}
section#page .menu__slide_melancolique .menu__slide__img {
/*    background-image: url(../images/melancolique-page.jpg);
    background-size: cover;*/
}
.menu__slide_clown .menu__slide__img {
    background-image: url(../images/clown.jpg);
    background-size: cover;
}
.menu__slide_enfant .menu__slide__img {
    background-image: url(../images/enfant.jpg);
    background-size: cover;
}
.menu__slide_charmeur .menu__slide__img {
    background-image: url(../images/charmeur.jpg);
    background-size: cover;
}


.main__content {
    position: relative;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    height: 100%;
}
.main__content__container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 5vw 8vw;

}

.posts__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
}

.posts__list article {
    position: relative;
    padding: 10px 20px 0 20px;
    margin-bottom: 20vh;
    width: 100%;
    background: #fff;
}

.posts__list article h2 {
    display: inline-block;
}

.h2__wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
}



.posts__list article h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -5px;
    height: calc(20vh + 15px);
    background: #141414;
    z-index: -1;
    width: 1px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.content__block {
    display: block;
    position: relative;
    margin-top: 0;    
}
.content__block img {
    width: 100%;
    height: auto;
    display: block;
    /*margin-bottom: 10px;*/
}
.album__block img {
    width: 50%;
}
.link {
    position: absolute;
    width: 50%;
    text-transform: uppercase;
    font-size: .9vw;
    display: inline-block;
    font-family: "oswald", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .5rem;
    color: #141414;
    top: 50%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    right:  0;
    text-align: right;
    /*z-index: -1;*/
}
.link:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #141414;
}
.videos__cover {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    background-size: cover;
    background-position: 50%;
    opacity: .92;
}
.videos__player {
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
.videos__play {
    overflow: hidden;
    width: 80px;
    height: 80px;
    background: #141414;
    border: 0;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}
.videos__play, .videos__play:after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
}
.videos__play:after {
    height: 0;
    width: 0;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #fff;
    border-top: 15px solid transparent;
    -webkit-transform: translate3d(-40%,-50%,0);
    transform: translate3d(-40%,-50%,0);
}

.owl-carousel .owl-nav {
    background: transparent;
    color: #000;
    border: none;
    padding: 0!important;
    width: 4vw;
    height: auto;
    font-size: 4rem;
    font-weight: 400;
    padding: 0;
    position: absolute;
    z-index: 0;
    margin-bottom: 0;
    top: 50%;
    right: -2vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider__block__insta .owl-carousel .owl-nav {
    background: rgba(255,255,255,.9);
    right: auto;
    left: -2vw;
    padding: 5px !important;
    /* width: calc(4vw + 20px); */
    top: 100px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    /*background: transparent;
    color: #000;
    border: none;
    padding: 0!important;
    border-radius: 100%;
    width: 4vw;
    height: auto;
    font-size: 4rem;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 50%;
    z-index: 0;
    margin-bottom: 0;*/
}
.owl-carousel .owl-nav button.owl-next {
    /*right: -2vw;
    top: 45%;*/
}
.owl-carousel .owl-nav button.owl-prev {
    /*right: -2vw;
    top: 55%;*/
}
.owl-nav img {
    display: block;
    width: 100%;
}


.share {
    display: inline-block;
}

.share_title {
    color: #000;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 8px;
}

ul.share_list {
    margin: 0 !important;
}
ul.share_list li {
    margin: 0 5px;
    display: inline-block;
}
ul.share_list li a {
    width: 35px;
    height: 35px;
    background: #52a43d;
    fill: #fff;
    display: inline-block;
    text-align: center;
    line-height: 37px;
}



h5 {
    text-align: left;
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 0 0 0 0;
    font-weight: 100;
    color: #fff;
}


@media screen and (max-width: 960px) {

    .posts__list article {
        /*padding: 10px 10px 0 10px;*/
    }

    .album__block img {
        width: 100%;
    }

    .link {
        font-size: 1.4rem;
        letter-spacing: .25rem;
        position: relative;
        text-align: center;
        padding-top: 30px;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        right: auto;
        margin-bottom: 10px;
    }
    .link:after {
        bottom: 15px;
        left: 50%;
        height: 20px;
        width: 1px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);       
    }    

    .owl-carousel .owl-nav {
        width: 50px;
        right: -25px;
    }
    .slider__block__insta .owl-carousel .owl-nav {
        width: 50px;
        left: -25px;
    }

    .posts__list article:first-child .h2__wrapper {
        text-align: center;
    }

    .wrapper.home .menu__slide__label__wrapper {
        flex-direction: row;
        padding-top: 40%;
    }

    .menu__slide__label__wrapper {
        /*padding-top: 40%;*/
    }    

    .wrapper.home .menu__slide__label__before, .wrapper.home .menu__slide__label__after {
        width: auto;
        height: 1px;
    }

    .wrapper.home .menu__slide__label__before {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .wrapper.home .menu__slide__label__after {
        margin-top: 0;
        margin-left: 10px;
    }    

    section#page .menu__slide__label__before {
        height: 60%;
        flex: none;
    }


    section#page {
        width: 100vw;
        overflow-y: scroll;
        padding-top: 50px;
    }

    section#page .menu__slide__wrapper {
        width: 100vw;
        height: 50vh;
    }

    .main__content {
        width: 100vw;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: unset;
        min-height: 100%;
    }
    .main__content__container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 50px 20px;
        overflow: hidden;
    }

}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

h1 {
    font-size: 6.0vw;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

h2 {
    font-family: "oswald", sans-serif;
    font-size: 1.6vw;
    line-height: 1.9vw;
    font-weight: 400;
    color: inherit;
    text-align: center;
    display: block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 15px;
}


h3 {
    font-size: 1.6vw;
    line-height: 2.2vw;
    font-weight: 400;
    color: inherit;
    text-align: center;
    margin: 0 0 25px 0;
}

h4 {
    font-size:1em;
}

input, select, th, td {font-size:1em;}

p {
    text-align: justify;
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin: 0 0 10px 0;
    font-weight: 100;
}
p:last-child {
    margin-bottom: 15px;
}

p b, p strong {
    font-weight: 600;
}

p a {
    text-decoration: underline;
}

@media screen and (max-width: 960px) {


    section {
        /*padding: 100px 0;*/
    }

    section#home {
        width: 100vw;
        min-height: 100%;
        padding: 0;
    }   

    section#page .container {
        height: auto;
    }

    .menu__slide__wrapper {
        width: 50%;
        height: 50%;
    }     

    .menu__slide__label {
        padding: 10px 15px;
        font-size: 2.6vw;
        letter-spacing: .23rem;
    }
    section#page .menu__slide__label {
        font-size: 1.8rem;
        letter-spacing: .23rem;
    }    

    h1 {
        font-size: 4.8rem;
        line-height: 5.2rem;
        padding: 0;
    }

    p, h5 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }

    h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    }


    h3 {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }     

}




/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    position: relative;
    width: 20vw;
    height: 100vh;
    z-index: 100;
    padding: 30px 40px;
    display: block;
    text-align: center;
    background: transparent;
    /*overflow: hidden;*/
}

.wrapper.page header {
    width: 50px;
    padding: 0;
}
.wrapper.page .menu-button {
    display: inline-block;
}

.header__inner {
    background: #141414;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;     
}


.wrapper.page header .brand, 
.wrapper.page header #main-nav-container {
    display: none;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

header.bg {
    /*background-color: rgba(255,255,255,.1);*/
}

header .brand {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%
}

header .brand img {
    width: 50%;
    height: auto;
    margin: 0;
    max-width: 150px;
}
img {
    display: inline-block;
}

#social-nav {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}
#social-nav li a {
    display: block;
    position: relative;
    font-family: "oswald", sans-serif;
    font-size: .7vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .25rem;
    color: #8e8e8e;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#social-nav li a:hover {
    color: #fff;
}

.social-nav-sep {
    margin: 5px 0;
    width: 1px;
    height: 2vh;
    max-height: 20px;
    background: #8e8e8e;
    opacity: .4;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);    
}

.social-nav-item {
    display: inline-block;
    margin: 0 6px;
    vertical-align: middle;
}

.social-nav-item a {
    display: block;
    position: relative;
}

.social-nav-item a svg {
    fill: #000000;
}

.social-nav-item a:hover svg {
    fill: #666;
}

.menu-button {
    border: none;
    background: transparent;
    display: none;
    position: relative;
    z-index: 100;
}

.menu-button .line {
    width: 25px;
    height: 2px;
    background: #fff;
    display: block;

    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;     
}

.menu-button .line:nth-child(2) {
  /*  -webkit-transform: scale(0.9);
    transform: scale(0.9);*/
}

.menu-button .line {
    margin-top: 5px;
}

.menu-open .menu-button .line:nth-child(1) {
    /*-webkit-transform: rotate(-45deg) translate(-1px,2px);
    transform: rotate(-45deg) translate(-1px,2px);*/
    -webkit-transform: rotate(-45deg) translate(-5px,4px);
    transform: rotate(-45deg) translate(-5px,4px);    
}

.menu-open .menu-button .line:nth-child(2) {
/*    -webkit-transform: scale(1) rotate(45deg) translate(-3px,-3px);
    transform: scale(1) rotate(45deg) translate(-3px,-3px);*/
    -webkit-transform: scale(1) rotate(45deg) translate(-1px,0px);
    transform: scale(1) rotate(45deg) translate(-1px,0px);    
}

.menu-open .menu-button .line:nth-child(3) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu-back {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    top: 0:
    left: 0;
}
.wrapper.home .menu-back {
    display: none;
}


.xs {
    display: none;
}


@media screen and (max-width: 960px) {   

    .xs {
        display: inline-block;
    }
    .xl {
        display: none !important;   
    }

    header {
        padding: 0 20px;
        width: 100vw;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;

        justify-content: flex-end;
        align-content: center;
        align-items: center;

    }

    .wrapper.page header {
        width: 100vw;
    }    

    .header__inner {
        padding: 0 25px;
        justify-content: flex-end;
    }

    header:after {
       /* content: "";
        opacity: 0;
        background-color: rgba(0,0,0,1);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;*/
    } 

    header a.brand {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        max-width: 180px;
        text-align: left;
    }

    header .brand img {
        width: auto;
        height: 100%;
        margin: 0;
        max-width: 150px;
    }    

    #main-nav-container {
        background: rgba(0,0,0,.90);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100vh;*/

        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);

        -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
        transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
        will-change: transform;     
    }
    .menu-open #main-nav-container {
        /*top: 0;*/
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 0s,0s;
        transition-delay: 0s,0s;    
    }
    #social-nav {
        position: absolute;
        bottom: 100px;
        right: 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        left: 0;
        text-align: center;
        top: auto;
    }     
    #social-nav li a {
        font-size: 1rem;
        letter-spacing: .25rem;
    } 

    .menu-button {
        display: inline-block;
        top: -2.5px;
    }

    .menu-back {
        display: none !important;
    }

    .wrapper.page header .brand, 
    .wrapper.page header #main-nav-container {
        display: inline-block;
    }    

}

/*--------------------------------------------------------------
Main Nav
--------------------------------------------------------------*/

#main-nav-container {
}

ul#main-nav-list li {
    position: relative;
    margin: 12px 0;
    display: block;
}

ul#main-nav-list li.main-nav-sep {
    width: 1px;
    height: 4.5vh;
    max-height: 35px;
    background: #8e8e8e;
    opacity: .4;
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);   
}

.main-nav-item a {
    display: block;
    position: relative;
    font-family: "oswald", sans-serif;
    font-size: 1.1vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .5rem;
    color: #8e8e8e;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.main-nav-item a:hover, .main-nav-item.active a { 
    color: #fff;
    opacity: 1;
    letter-spacing: .55rem;

}


 



@media screen and (max-width: 960px) {


    #main-nav {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); 
        text-align: center;       
    }   

    .main-nav-item a {
        font-size: 1.8rem;
        line-height: 1;
    }    

    ul#main-nav-list li {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }      

    ul#main-nav-list li:first-child {
        display: none;
    }

}

/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/

.btn_wrapper {
    width: 100%;
}

.btn, .btn__form {
    position: relative;
    /*min-width: 260px;*/
    padding: 1.4vw 10px;
    margin: 0 auto 20px;
    font-size: 1.3vw;
    font-weight: 500;
    color: #000;
    width: 100%;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
}



.btn span {
    position: relative;
    z-index: 10;
}

.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c6e7f8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: 0.5s transform cubic-bezier(.75,0,.25,1);    
}

.btn:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn:hover, .btn__form:hover {
    /*background: #c6e7f8;*/
}

@media screen and (max-width: 960px) {

    .btn, .btn__form {
        font-size: 2rem;
        padding: 20px 0px;
        width: 100%;
        text-align: center;
    }

}



/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/

.noscroll { overflow: hidden; }

.overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1000;

    overflow: hidden;
    visibility: hidden;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateY(0%);
    transform: translateY(0%);    

    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

body.overlay__open__map .overlay-map, body.overlay__open__share .overlay-share, body.overlay__open__links .overlay-links, body.overlay__open__gdpr .overlay-gdpr {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
body.overlay__open__share .wrapper, body.overlay__open__links .wrapper {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    /*-webkit-transition: .25s -webkit-filter linear .1s;*/
    opacity: .75;
    -webkit-filter: blur(12px);
    filter: blur(12px);    
}

.overlay__content__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    width: 100vw;
    height: 100%;
}

.overlay__content {
    width: 100%;
    max-width: 900px;
    padding: 5vw 8vw;
    text-align: center;
    position: relative;
    margin: auto;    
}

.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;    
    background: #fff;
    opacity: .6;
    z-index: -1;
}

.overlay__nav {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 1000;
}

.btn__close {
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    color: #333;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #333;
    -webkit-transition:transform .25s ease-in-out;
    -moz-transition:transform .25s ease-in-out;
    -ms-transition:transform .25s ease-in-out;
    -o-transition:transform .25s ease-in-out;
    transition:transform .25s ease-in-out;    
}
.btn__close:hover{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.btn__close:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.btn__close:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 0;
    border-top: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.overlay__content ul li {
    display: block;
    margin: 20px 0;
}

body.desktop .only-mobile {
    display: none !important;
}



.overlay__content ul li {
    opacity: 0;
}
.overlay__content ul li.visible {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.overlay__content ul li:nth-child(1) {
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
}
.overlay__content ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.overlay__content ul li:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.overlay__content ul li:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.overlay__content ul li:nth-child(5) {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}
.overlay__content ul li:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.overlay__content ul li:nth-child(7) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.overlay__content ul li:nth-child(8) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}


@-webkit-keyframes fadeInUp{
    from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    }
    to{
    opacity:1;
    -webkit-transform:none;
    transform:none;
    }
}
@keyframes fadeInUp{
    from{
    opacity:0;
    -webkit-transform:translate3d(0,100px,0);
    transform:translate3d(0,100px,0);
    }
    to{
    opacity:1;
    -webkit-transform:none;
    transform:none;
    }
}

.social-link {
    /*height: 50px;*/
    display: inline-block;
}

.social-icon {
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    /*padding: 5px;*/
}

.social-icon img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;    
}

.social-icon.facebookBtn img { 
    padding: 10px;
}

.social-title {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.01rem;
    font-size: 1.7rem;
    font-weight: 600;
    padding-left: 0px;
    margin-right: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
}

.facebookBtn {
    background-color: #1877f2;
    color: #fff;
}
.twitterBtn {
    background-color: #00aced;
    color: #fff;
}
.imessageBtn {
    background-color: #2CD84C;
}
.whitebgBtn {
    background-color: #fff;
}
.whatsappBtn {
    background-color: #25d366;
    color: #fff;
}
.instagramBtn {
    background-color: #f10075;
    color: #fff;
}
.youtubeBtn {
    background-color: #ff0000;
    color: #fff;
}
.tiktokBtn {
    background-color: #fff;
    color: #333;
}

@media screen and (max-width: 960px) {
    .overlay__nav {
        bottom: 0;
        top: auto;
    }    
}


/*--------------------------------------------------------------
Nav
--------------------------------------------------------------*/
/*
nav {
    color: #333;
}
nav ul {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 50vw;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;    
}
nav ul li {
    padding: 10px 5px;
    display: inline-block;
}
nav ul li a {
    display: block;
    padding: 10px;
    text-align: center;
}
nav ul li a svg {
    width: 20px;
    height: auto;
    display: inline-block;
    fill: currentColor;
}
nav ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    padding-top: 3px;
}

@media screen and (max-width: 960px) {

    nav ul {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        width: 100vw;
        justify-content: center;
        flex-direction: row-reverse;
    }

}
*/

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 2px 0;
    background: #fff;
    position: absolute;
    color: #000;
    width: 100%;
    text-align: center;
    bottom: 0;
    z-index: 200;
}

footer .container {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}



footer ul#footer-nav-list li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}
footer ul#footer-nav-list li:last-child {
  display: none;
}

footer  a {
    display: block;
    color: #141414;
    text-transform: uppercase;
}

.legals a {
    text-decoration: none;
    font-size: .9rem;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 8px;
    letter-spacing: .06rem;
} 

footer ul.share_list {
    display: inline-block;
    vertical-align: middle;
}

header .legals {
    display: none;
}

header .legals {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.7);
    padding: 10px 0;
}

header .legals a {
    /*color: #fff;*/
    text-decoration: none;
    font-size: .9rem;
    font-weight: 400;
    /*display: block;*/
    vertical-align: middle;
    margin: 3px 8px;
    letter-spacing: .06rem;
}

@media screen and (max-width: 960px) {

    header .legals {
        display: inline-block;
    }

    footer {
        display: none;
    }

    footer .container {

    }    

    .legals {
        width: 100%;
    }

    .legals a {
    display: inline-block;
    margin: 0 0 2px 0;
    }    


}


/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

body.loading {
    height: 100%;
    overflow: hidden;
}

body.loading-page:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100000000000000000;    
}

body.loading-page.loading-page-close:before {
    -webkit-transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s;
    transition: transform 1s cubic-bezier(.75,0,.25,1),visibility 0s 1s,-webkit-transform 1s cubic-bezier(.75,0,.25,1);
    will-change: transform;

    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);   
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
}



.reveal-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50vh, 0);
    transform: translate3d(0, 50vh, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60vw, 0px, 0);
    transform: translate3d(-60vw, 0px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 200px, 0);
    transform: translate3d(100px, 200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.visible {

/*    -webkit-transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: -webkit-transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1);
    transition: transform .5s cubic-bezier(.75,0,.25,1),-webkit-transform .5s cubic-bezier(.75,0,.25,1);
    will-change: transform;    */ 
    
    /*animation-timing-function: cubic-bezier(.75,0,.25,1);
    -webkit-animation-timing-function: cubic-bezier(.75,0,.25,1);*/

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;    

          -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; 
}
.visible.up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;   
}
.visible.left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;   
}
.visible.right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;   
}

@media screen and (max-width: 960px) {

    .visible.left {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;   
    }
    .visible.right {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;   
    }

}


@media screen and (max-width: 960px) {



}

/*--------------------------------------------------------------
Tarteaucitron
--------------------------------------------------------------*/
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    display: none !important;
}

#tarteaucitronAlertBig {
    background: #fff !important;
    color: #000 !important;
    position: fixed !important;
    z-index: 99999;
    bottom: 0;
    right: 0;
    font-size: 15px !important;
    left: auto !important;
    padding: 30px !important;
    text-align: center !important;
    width: 450px !important;
    box-sizing:border-box;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Muli',Helvetica,Arial,sans-serif;
    font-weight: 400 !important; 
    display: block; 
    margin-bottom: 5px; 
    padding: 0px !important; 
    text-align: center !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #000 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 15px !important;
    padding: 8px 15px !important;
    text-decoration: none !important;
    margin: 5px auto !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert {
background: transparent !important;
    color: #000 !important;
    cursor: pointer !important;
    display: inline-block !important
    font-size: 13px !important;
    padding: 5px 0px !important;
    text-decoration: none !important;
    margin-left: 0 !important;
}
#tarteaucitronPercentage {
    display: none !important;
}

@media screen and (max-width: 1000px) {
    #tarteaucitronAlertBig {
        background: #fff !important;
        color: #000 !important;
        position: fixed !important;
        z-index: 99999;
        bottom: 0;
        right: auto !important;
        font-size: 14px !important;
        left: auto  !important;
        padding: 15px 5% !important;
        text-align: center !important;
        width: 90% !important;
    }
}


