/*!
Theme Name: julietteKulimoetoke
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: juliettekulimoetoke
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

julietteKulimoetoke is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


body {
    margin:0;
    background:ghostwhite;
}
div {
    border: solid 0px cadetblue;
}
.clear { clear:both; }

#lang {
    position:fixed;
    top:45px;
    right:90px;
    width:80px;height:50px;
    z-index:10000;
    display:flex;
    justify-content: center;
    align-items:center;
    font-family: 'Archivo-Medium';
}
#lang a { text-decoration: none;transition: all 0.2s ease-in; }
#lang a:link, #lang a:visited { color:#000; }
#lang a:hover, #lang a:active { color:#555; }

#menu-hamburger {
    position:fixed;
    top:30px;
    right:10px;
    width:80px;height:80px;
    
    z-index:10000;
}
#menu-conteneur {
    position:fixed;
    width:100vw;
    height:100vh;
    background:ghostwhite;
    z-index:9500;
    display:none;
    padding:30px;
}

#menu-titre {
    position:relative;
    margin-top:0px;
    font-family: 'Crozet-Regular';
    font-size:48px;
    font-style:italic;
    cursor: pointer;
}
.menu-soustitre {
    position:relative;
    margin-top:50px;
    font-family: 'Archivo-Thin';
    font-size:18px;
    text-transform: uppercase;
}
.menu-soustitre img { width:16px;height:16px;padding-right:50px; }
#menu-navigate {
     
}
#menu-elements {
     position:relative;
     width:92vw;
    margin-top:30px;
    font-family: 'Archivo-Light';
    font-size:80px;
    text-transform: uppercase;   
}
#menu-elements div { padding:8px 0 3px 0;border-bottom:solid 1px black; }
#menu-elements a { text-decoration: none;transition:all 0.2s ease-in; }
#menu-elements a:link, #menu-elements a:visited { color:#000;font-style:normal; } 
#menu-elements a:hover, #menu-elements a:active { color:#000;font-style:italic; } 

#menu-follow {
    margin-top:50px;
    margin-bottom:15px;
}
#menu-social {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
}


#accueil-fond {
    position:relative;
    width:100vw;
    height:100vh;
    
    display:flex;
    justify-content: center;
    align-items:center;
}


#accueil-bio {
    position:relative;
    width:100vw;
    height:100vh;
    min-height:1000px;
    
}

#accueil-titre {
    font-family: 'Crozet-Regular';
    font-size:100px;
    font-style:italic;
    text-align:center;
}

#accueil-bouton {
    position:relative;
    margin-top:50px;
    font-family: 'Archivo-Regular';
    font-size:24px;
    font-style:normal;
    cursor: pointer;
}





#portfolio-conteneur {
    position:relative;
    z-index:9000;
    padding:30px;
}

#portfolio-titre {
    position:relative;
    margin-top:0px;
    font-family: 'Crozet-Regular';
    font-size:48px;
    font-style:italic;
    cursor: pointer;
}
#portfolio-elements {
     position:relative;
     width:fit-content;
    margin-top:30px;
    font-family: 'Archivo-Bold';
    font-size:80px;
    text-transform: uppercase;   
    z-index:100;
}
#portfolio-elements div { 
    padding:8px 0 3px 0; 
    cursor: pointer;
}
#portfolio-elements div:hover {
    font-family: 'Archivo-BoldItalic';
}
.works-index-thumb { position: absolute;display:none; }
#works-index-thumb { 
	position:absolute; 
	top: 0;left: 0;
	width: 200px;height:200px;
    border:solid 1px red;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  cover;
	z-index: 12000;
	display: none;
}

#portfolio-fond {
    position:fixed;
    width:100vw;height:100vh;
    top:0;left:0;
    border:solid 4px pink;
}
#portfolio-fond video {
    width:100%;height:100%;
    object-fit:cover;
    object-position:center center;
}
#portfolio-boutons {
    position:fixed;
    width:200px;height:70px;
    top:130px;right:30px;
    border:solid 0px pink;
    font-family: 'Archivo-Light';
    text-transform: uppercase;
    font-size:18px;
    text-align:right;
    z-index:20000;
}
#portfolio-boutons img { width:13px;height:13px;padding-left:10px; }

#fiche-nav-conteneur {
    position:relative;
    width:100%;
    border:solid 0px #000;
}
#fiche-nav {
    position:absolute;
    width:230px;height:70px;
    right:0px;
    margin-top:50px;
    
    font-family: 'Archivo-Light';
    text-transform: uppercase;
    font-size:18px;
    text-align:right;
    z-index:20000;
    display:flex;
    flex-flow: row nowrap;
    justify-content:space-between;
}
#fleche-retour {
    transform:rotate(180deg);
    margin-top:27px;
}


#fiche-titre { 
    position:relative;
    margin-top:40px;
    font-family: 'Archivo-Bold';
    font-size:64px;
    text-transform: uppercase;    
}

#fiche-contenu {
    position:relative;
    margin-top:50px;
}
#fiche-description {
    position:absolute;
    font-family: 'Archivo-Light';
    font-size:18px;

    width:33%;
}
#fiche-cartel {
    position:absolute;
    font-family: 'Archivo-Light';
    font-size:18px;
    display:none;
}


#fiche-galerie {
     position:relative;
    width:65%;margin-left:35%;
    border:solid 0px red;
}
#fiche-galerie img, #fiche-galerie video { width:100%; } 


#fiche-video { width:100%; }
#fiche-video iframe, #fiche-video video { width:100%; }