/* GÃ©nÃ©ral
 * --------------------------------------- */
body{
	font-family: 'Bitter', serif, Verdana, Geneva, sans-serif;
	color: #464646;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
img {
    border: 0;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0 0 0.5em;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

h1{
	font-size: 2.2em;
	text-transform: uppercase;
}
h2{
	font-size: 1.5em;
	font-style: italic;
	color: #b3b3b3;
}
p{
	font-size: 1em;
}
#section1 p.fonction {
	font-size: 1.5em;
    font-style: italic;
    color: #b3b3b3;
	margin: 0 0 20px 0;
}
.section img {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.section{
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.left {
    bottom: 10px;
    left: 0;
    top: 10px;
}
.right2 {
    bottom: 10px;
    right: 0;
    top: 10px;
}
.left {
    width: 10px;
}
.right2 {
    width: 50px;
}
.bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.top {
    top: 0;
    left: 0;
    right: 0;
}
.bottom, .top {
    height: 10px;
}
.left, .right2, .top, .bottom {
    background: #464646 none repeat scroll 0 0;
    position: fixed;
    z-index: 30;
}
/* Menu
 * --------------------------------------- */
 
li.lien2{
	display: inline-block;
}
li.lien2 a {
	height: 100px;
	position: absolute;
	top: 150px;
	right: 0;
	display: block;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition:  all 0.4s ease-in-out;
	background : url(../img/print.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
li.lien2 a.print {
	background-position: -360px 0px;
	width: 50px;
}
li.lien2 a.print:hover {
	background-position: 50px 0px;
	width: 410px;
}
li.lien2w a {
	height: 100px;
	position: absolute;
	top: 50px;
	right: 0;
	display: block;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition:  all 0.4s ease-in-out;
	background : url(../img/web.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
li.lien2w a.web {
	background-position: -260px 0px;
	width: 50px;
}
li.lien2w a.web:hover {
	background-position: 50px 0px;
	width: 310px;
}
ul.jungle {
	position:absolute;
	bottom:0;
	right:0.2em;
}
li.lion {
    display: block;
	margin: 0.5em 0;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}
li.lion a {
    height: 40px;
	width: 40px;
    float: left;
    display: block;
    margin: 0;
	position: relative;
	font-size: 1em;
	right: inherit;
	bottom: inherit;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url('../img/sprite-contact.png') no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
}
li.lion a.email {
    background-position: 0px 0px;
}
li.lion a.email:hover {
    background-position: -40px 0px;
}
li.lion a.linkedin {
    background-position: 0px -40px;
}
li.lion a.linkedin:hover {
    background-position: -40px -40px;
}
li.lion a.behance {
    background-position: 0px -80px;
}
li.lion a.behance:hover {
    background-position: -40px -80px;
}

.loader {
    background: rgba(70, 70, 70, 1) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.logo-min {
    position: absolute;
    right: 0.7em;
    top: 0.2em;
}
.logo-min img {
    max-width: 25px;
    height: auto;
}
*::selection {
    background: #464646;
    color: white;
}
*::-moz-selection {
    background: #464646;
    color: white;
}
*::-webkit-selection {
    background: #464646;
    color: white;
}

/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}

/* Bouton
 * --------------------------------------- */
.section a {
    color: #565656;
    font-weight: normal;
    font-size: 1.2em;
}
button {
    background: #f5f5f5;
    border: 3px solid #565656;
    padding: 0.5em 1em;
    border-radius: 50px;
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 2em 0;
    outline: none;
    position: relative;
	letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
button:hover {
    background: #d9d9d9;
}
#section1 ul {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 1em 0;
	height: 50px;
	border-collapse: collapse;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}
li.lien {
    display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0;
	list-style-type: none;
	box-sizing: border-box;
}
li.lien a {
    height: 50px;
	width: 50px;
    float: left;
    display: block;
    margin: 0;
	position: relative;
	font-size: 1em;
	right: inherit;
	bottom: inherit;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url('../img/reseau-sprite.png') no-repeat scroll 0 -50px rgba(0, 0, 0, 0);
}
li.lien a.email {
    background-position: 0px -50px;
}
li.lien a.email:hover {
    background-position: 0px 0px;
}
li.lien a.linkedin {
    background-position: -50px -50px;
}
li.lien a.linkedin:hover {
    background-position: -50px 0px;
}
li.lien a.behance {
    background-position: -100px -50px;
}
li.lien a.behance:hover {
    background-position: -100px 0px;
}
.noshadow img {
	box-shadow:none;
}
/* Accueil
 * --------------------------------------- */
#section1 {
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cccccc' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
 #section1 .present {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    text-align: left;
    right: 20em;
    position: absolute;
    bottom: 15em;
    min-width: 200px;
}
#section1 #logo {
    margin-bottom: 2em;
}
#section1 span {
	width: 95px;
	padding: 0.3em 0.7em;
	text-transform: uppercase;
	color: #939393;
	border: 2px #939393 solid;
	letter-spacing: 1px;
	box-sizing: content-box;
}
#section1 h1 {
    color: #636363;
	margin: 0.5em 0 0 0;
	font-size: 3em;
}
#section1 p {
	color: #939393;
	font-size: 1em;
	margin: 0.5em 0;
    max-width: 400px;
}
.souris {
    display: block;
    background: #ffffff;
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    border: 3px solid #565656;
    border-radius: 20px;
    box-sizing: border-box;
}
.molette {
    width: 6px;
    height: 12px;
    background: #565656;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    position: relative;
    top: 10%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-animation-name: molette; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: molette;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes molette {
    0%   {background-color:#565656; top: 10%;}
    50%  {background-color:#565656; top: 35%;}
    100% {background-color:#ffffff; top: 10%;}
}
@keyframes molette {
    0%   {background-color:#565656; top: 10%;}
    50%  {background-color:#565656; top: 35%;}
    100% {background-color:#ffffff; top: 10%;}
}
/* Projets
 * --------------------------------------- */
.prj {
    display: flex;
	justify-content: center;
}
.prj-txt {
    width: 400px;
	background: #f5f5f5;
	padding: 2em 2em 2em 4em;
	box-sizing: border-box;
	text-align: left;
}
.prj-resp {
    position: absolute;
    right: 34%;
}
.prj h1 {
    color: #464646;
	text-transform: none;
}
.prj h2::after {
    background: #cbcbcb none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 20%;
}
.prj-txt h2 {
    color: #464646;
    font-size: 1.6em;
    font-style: initial;
    font-weight: bold;
    margin: 1em 0;
    text-transform: uppercase;
}
.prj p , .prj li{
    font-size: 1em;
    color: #969696;
}
/* Projet 1 - Consilium Avocats
 * --------------------------------------- */
 #section2 {
	background: #00ccff;
    margin: 0;
    color: #FFFFFF;
}
/* Projet 2 - Ma Crèche
 * --------------------------------------- */
 #section3 {
	background-color: #ff3355;
}
 /* Projet 3 - IRSRPL
 * --------------------------------------- */
#section4 {
	background: #073288;
    margin: 0;
    color: #FFFFFF;
}
/* Projet 3 - Habitat Conception
 * --------------------------------------- */
#section5 {
	background-color: #00394d;
}
/* Projet 4 - Charbonnier
 * --------------------------------------- */
#section6 {
	background-color: #181933;
}

/* Responsive
 * --------------------------------------- */
@media screen and (max-width: 1390px) {
	.prj-txt {
		padding:2em;
	}
}
 @media screen and (max-width: 1390px) {
	.prj-img > img, .prj {
		width: 100%;
	}
	aside img {
		width: 80%;
	}
}
 @media screen and (max-width: 1000px) {
	aside {
		display:none;
	}
	.prj {
		flex-direction: column;
	}
	.prj-txt {
		width: 100%;
		padding: 2em;
	}
	.section {
		box-sizing: border-box;
		padding: 2em 14%;
	}
}
 @media screen and (max-width: 870px)  {
	#section1 .present {
		bottom: 0;
		position: relative;
		right: 0;
		margin: 0 auto;
		padding:1.1em;
	}
	.souris {
		display:none;
	}
	#section1 #logo {
		margin-bottom: 0.5em;
	}
}
@media screen and (max-height: 785px)  {
	.souris {
		bottom: 2%;
	}
	h1, #section1 h1  {
		font-size: 2em;
	}
	#section1 p {
		max-width: 650px;
		margin: 0;
	}
}
@media screen and (max-width: 600px) {
	html {
		overflow: auto;
	}
	#section2 .prj-img, #section3 .prj-img, #section4 .prj-img, #section5 .prj-img, #section6 .prj-img {
		left: 0;
	}
	#section2 .prj-txt, #section3 .prj-txt, #section4 .prj-txt, #section5 .prj-txt, #section6 .prj-txt {
		right: 0;
	}
	h1, #section1 h1  {
		font-size: 1.8em;
	}
	.prj h1::after {
		margin: 0;
	}
	h2 {
		font-size: 1em;
	}
	#pagepiling {
		padding-right: 2em;
	}
	li.lien a.print:hover, li.lien2 a.print:hover  {
		background-position: -360px 0px;
		width: 60px;
	}
	li.lienw a.web:hover, li.lien2w a.web:hover  {
		background-position: -260px 0px;
		width: 60px;
	}
}
@media screen and (max-width: 460px) {
	.section {
		border-bottom: 50px solid #464646;
		box-sizing: border-box;
		padding: 0 1%;
	}
	#section1 .present {
		padding: 2em;
	}
}
