::-webkit-scrollbar {
    display: none;
}

html,body { height: 100%; margin: 0px; padding: 0px; }

@font-face {
  font-family: 'Overpass-Regular';
  src: url('Overpass/Overpass-Regular.eot') format('eot');
  src: url('Overpass/Overpass-Regular.ttf') format('ttf');
  src: url('Overpass/Overpass-Regular.woff') format('woff');
}

body{
	position: fixed;
	float: left;
	font-family:'Overpass-Regular',Helvetica, Arial, Sans-serif;
	font-size: 1em;
	background-color: #ffffe0;
}

div{
	transition: 0.3s ease;
}

#sommaire{
	background-color: #ffffe0;
	z-index: 0;
	display: inline-block;
	width: 275px;
	height: 100vh;
	position: relative;
	text-align: left;
	float: left;
	line-height: 1.5em;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
}

#projets{
	transition: 0.2s ease;
	display: inline-block;
	position: relative;
	float: left;
	width: calc(100% - 275px);
	height: 100vh;
	background-color: transparent;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 0;
	text-align: center;
}

#projets::-webkit-scrollbar {
    display: block;
    width:25px;
    background-color: white;
}

#projets::-webkit-scrollbar-thumb{
background-color: grey;
height: 25px;
/*border-radius: 25px;*/
}

.espaceColor{
	position:relative;
	height:40px;
}

.espaceColorbig{
	background-color: #ffffe0;
	position:relative;
	height:400px;
}

.imgMenu {
	display: inline-block;
	width: 9%;
	height: auto;
	bottom:-4px;
}

img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

#explications{
	display: inline-block;
	position: relative;
	float: left;
	left:0;
	width: 40px;
	height: 100vh;
	line-height: 1.5em;
	background-color: #fff0f5;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 0;
	cursor: pointer;
	scrollbar-width: none;
}

#explrefr{
	display: none;
	opacity: 0;
	/* ACTIVER POUR PERMETTRE CÉSURE AUTOMATIQUE DES MOTS
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    */
}

#iconeDescr{
	margin-top:15px;
	text-align:center;
	width:100%;
	font-size:1.5em;
}

#iconeSommaire{
	display: none;
	position: absolute;
	text-align: right;
	right:0px;
	top:0px;
	padding-right:20px;
	padding-top:15px;
	width:50px;
	height:50px;
	font-size:1.5em;
	cursor: pointer;
	z-index: 100;
}

/* .cacheGradient{
display:block;
position:fixed;
width:100%;
height:70px;
bottom:0;
z-index:10;
background: #c4f7ff; /* Old browsers
} */

.contact{
	display:block;
	bottom:0;
	width: 100%;
	text-align: left;
	height: 50px;
	background-color: transparent;
	z-index: 2;
	position: relative;
	font-family:'Overpass-Regular',Helvetica, Arial, Sans-serif;
}

.claradesign{
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 250px;
	text-align: left;
	padding-right: 15px;
	cursor: help;
}

.mail{
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 250px;
	text-align: left;
	margin-bottom: 15px;
}

a:link{
	text-decoration: none;
	color: inherit;
	cursor: inherit;
	padding-right: 3px;
}

a:hover{
	cursor: inherit;
	color: grey !important;
}

a:visited{
	cursor: inherit;
	color:inherit;
}

#wrapper{
	display: block;
	width: calc(100% - 40px);
	position: fixed;
	left:40px;
	margin:0;
	padding: 0;
}

.menu{
display: table;
color: #ffffe0;
width: 100%;
}

.picto{
display: inline-block;
bottom: -4px;
width: 20px;
height:auto;
}

a.menu {
  cursor: pointer;
}