/*
	INFOS:

	  Couleur:#6BA7AE

****************************************************************************************************/

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-MediumItalic.woff2') format('woff2'),
    url('Radikal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-Thin.woff2') format('woff2'),
    url('Radikal-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-Black.woff2') format('woff2'),
    url('Radikal-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-Bold.woff2') format('woff2'),
    url('Radikal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-BlackItalic.woff2') format('woff2'),
    url('Radikal-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal.woff2') format('woff2'),
    url('Radikal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-Medium.woff2') format('woff2'),
    url('Radikal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-LightItalic.woff2') format('woff2'),
    url('Radikal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal UltraThin';
    src: url('fonts/Radikal-UltraThinItalic.woff2') format('woff2'),
    url('Radikal-UltraThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal UltraThin';
    src: url('fonts/Radikal-UltraThin.woff2') format('woff2'),
    url('Radikal-UltraThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RadikalLight';
    src: url('fonts/Radikal-Light.woff2') format('woff2'),
    url('Radikal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-BoldItalic.woff2') format('woff2'),
    url('Radikal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-ThinItalic.woff2') format('woff2'),
    url('Radikal-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Radikal';
    src: url('fonts/Radikal-Italic.woff2') format('woff2'),
    url('Radikal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


body {
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    font-family: 'Radikal';
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

/*
	HERO
****************************************************************************************************/

#hero {
    position: absolute;
    width: 100vw;
    height: 100vh;
    transform: translate3d(0, 0, 0);
}

#hero div {
    width: 100vw;
    height: 100vh;
}

/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {

    body {
        font-size: 24px;
    }

    #hero {
        width: 100vw;
        max-height: 50vh;
        position: relative;
    }

    #hero div {
        width: 100vw;
        height: 50vh;
    }
}

/*
	LANGUES
****************************************************************************************************/
#lang {
    position: absolute;
    top: 3vh;
    right: 3vh;
    font-size: 1.5em;
}

#lang a {
    display: block;
    float: left;
    width: 1em;
    height: 1em;

    color: #C9B067;
    border-radius: 1em;
    margin: 0 0 0 .3em;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2em; /* 70 px pour IE 11 */

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #lang a {
        line-height: 72px;
    }
}

#lang a.selected {
    background: #C9B067;
    color: white;
}

/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 374px) {
    #lang {
        top: 42vh;
        font-size: 1.2em;
        right: 0;
    }

    #lang a {
        margin: 0 0 0 .1em;
    }
}

@media only screen
and (min-width: 375px)
and (max-width: 767px) {
    #lang {
        top: 42vh;
        font-size: 1.4em;
        right: 0;
    }

    #lang a {
        margin: 0 0 0 .2em;
    }
}

@media only screen
and (min-width: 768px)
and (max-width: 1023px) {
    #lang {
        top: 42vh;
        font-size: 2em;
        right: .2em;
    }

    #lang a {
        margin: 0 0 0 .2em;
    }
}

@media only screen
and (min-width: 320px)
and (max-width: 1023px)
and (orientation: landscape) {
    #lang {
        top: 35vh;
    }
}


/*
	LOGO
****************************************************************************************************/

#logo {
    position: absolute;
    width: 42vmin;
    height: 22vmin;
    top: 0vh;
    left: 1vh;
    background: url(../img/logo_celine_clenin.png?v=2) no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 3000;
}

.nav #logo {
    top: 0;
    left: 3vh;
/ / background: url(../img/logo-white.png) no-repeat;
    background-size: contain;
    background-position: center center;
}


/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {

    #logo, .nav #logo  {
        left:0;
        width: 45vmin;
        height: 25vmin;
        background-position: top left;
    }
}


/*
	CONTENU
****************************************************************************************************/

#content {
    position: absolute;
    width: 25vw;
    height: 79vh;
    top: 16vh;
    left: 70vw;
    line-height: 1.2em;
    padding: 1em;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    overflow-x: none;
    overflow-y: scroll;
}

#content, #content p {
    font-size: 2vmin;
    font-family: 'RadikalLight';
}

#content h3 {
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #C9B067;
    padding: 10px 0;
    border-top: 1px solid #DEB09F;
    border-bottom: 1px solid #DEB09F;
}

#content h6 {
    font-size: 70%;
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.2em;
}

#content p {
    margin-bottom: 12px
}

/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {

    #content {
        position: relative;
        top: 0vh;
        width: 80vw;
        left: 3vw;
        height: auto;
    }

    #content, #content p {
        font-size: 16px
    }
}


/*
	NAVIGATION
****************************************************************************************************/

nav {
    position: absolute;
    width: 20vmin;
    height: auto;
    top: 25vh;
    left: 3vh;
    text-transform: uppercase;
}

nav li {
    /*transform: rotateZ(-8deg);*/
    padding: 10px 0;
    border-top: 1px solid #DEB09F;
    text-align: center;
    font-size: 20px;

}

nav li a {
    color: #C9B067;
    text-decoration: none;
}

nav li.selected {
    font-weight: 700;
}

nav li.selected a {
    letter-spacing: 1.3px;
}

#btn-menu {
    display: none;
}

/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {

    nav {
        position: absolute;
        top: 0;
        width: 100vw;
        left: 0;
        height: 100vh;
        display: none;
        background:white;
        z-index: 1000;
        padding: 20vh 0 0;
    }

    .nav nav {
        display: block;
    }

    nav li {
        border-top: 1px solid #DEB09F;;
    }


    nav li a {
        color:  #C9B067;;
        text-decoration: none;
        font-weight: 900;
        font-size: 16px;
    }

    #btn-menu {
        display: block;
        position: absolute;
        top: 3vh;
        right: 3vw;
        color: #C9B067;
        text-decoration: none;
        text-align: right;
        font-size: 24px;
        z-index: 2000;
    }

    .nav #btn-menu {
        color: #C9B067;
    }
}

/*
	FOOTER
****************************************************************************************************/
.footer {
    position: absolute;
    left: 1em;
    bottom: 1em;
    z-index: 1000;
    font-size: 0.5em;
    color: #C9B067;
}

.footer a {
    margin-right: 2vw;
}

.footer a, a > span {
    position: relative;
    color: inherit;
    text-decoration: none;
}

.footer a::before, .footer a::after, .footer a > span::before, .footer a > span::after {
    content: '';
    position: absolute;
    transition: transform .8s ease;
}

.footer a, .footer a:visited {
    color: #C9B067;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
}

.footer a::before, .footer a::after {
    right: 0;
    bottom: 0;
    background-color: #C9B067;
}

.footer a::before {
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
}

.footer a::after {
    width: 1px;
    height: 100%;
    transform: translateY(100%);
}

.footer a > span {
    display: block;
    padding: 10px;
}

.footer a > span::before, .footer a > span::after {
    left: 0;
    top: 0;
    background-color: #C9B067;
}

.footer a > span::before {
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
}

.footer a > span::after {
    width: 1px;
    height: 100%;
    transform: translateY(100%);
}

.footer a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.footer a:hover::before, .footer a:hover::after, .footer a:hover > span::before, .footer a:hover > span::after {
    transform: translate(0, 0);
}

/* MOBILE */
@media only screen
and (min-width: 320px)
and (max-width: 768px) {
    .footer {
        position: relative;
        width: 100vw;
        text-align: center;
        font-size: 0.4em;
        left: 0;
    }

    .footer a {
        display: block;
    }
}
