/****************** GLOBAL *******************/
html, body{
	font-family: 'Lato', sans-serif;
}

.section-title{
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	padding-top: 8%;
	margin-top: 0px;
}

#backtotop {
	display: none;
	height: 30px;
	width: 30px;
	padding: 5px;
	transform: rotate(-90deg);
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	cursor: pointer;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
}

#backtotop img{
	height: 18px;
	width: 18px;
	padding-bottom: 2px;
	padding-left: 2px;

}

/****************** HEADER *******************/
#header {
	height: 100%;
	text-align: center;
	background: url("../img/home.jpg") no-repeat center center fixed;
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #4e4e4e;
	padding: 0;
}

#header-content {
	position: relative;
	margin: 0 auto;
	min-height: 100vh;
}

#header-content #logo{
	margin-top: 50px;
}

#header-content #name {
	margin-top: 50px;
}

#header-content #title {
	font-size: 48px;
	font-weight: 900;
}

#header-content #little-description {
	font-size: 18px;
	margin-top: 20px;
}

#header-content #scroll-down{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

#header-content .mouse{
	position: relative;
	width: 26px;
    height: 40px;
    margin: auto;
    border: 1px solid #fff;
    border-radius: 15px 15px 13px 13px;
}

#header-content .wheel{
	position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: white;
    animation-name: scrolldown;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes scrolldown {
  from {
    top: 10px;
  }

  to {
    top: 25px;
    opacity: 0;
  }
}

/****************** ABOUT ME *******************/
#aboutme{
	height: 100vh;
	background-color: #00a9b5;
	color: #f2f2f2;
	/*background-color: #f2f2f2;
	color: #4e4e4e;*/
}

#aboutme-content{
	min-height: 100vh;
	margin: 0 auto;
}

#aboutme-content .description{
	font-size: 18px;
}

#aboutme-content .first{
	margin-top: 5%;
}

#aboutme-content .alternance{
	font-weight: 700;
}

#aboutme-content #cv a{
	font-size: 16px;
	margin-top: 7%;
	display: inline-block;
	background-color: #f2f2f2;
	color: #00a9b5;
	text-decoration: none;
	text-align: center;
	padding: 20px 40px;
	border-radius: 2%;
	transition: all 0.2s ease-in-out;
}

#aboutme-content #cv a:hover{
	background-color: #2d2d2d;
	color: #f2f2f2;
	/*border: solid 2px #f2f2f2;*/
}

/****************** PROJECTS *******************/
#projects{
	background-color: #fff;
	color: #4e4e4e;
}

#projects-content{
	min-height: 100vh;
	margin: 0 auto;
}

#projects-content .project{
	margin-bottom: 30px;
}

#projects-content .separation{
	padding-bottom: 30px;
	display: block;
	border-bottom: solid 1px #d4d4d4;
}

#projects-content .section-title{
	padding-top: 5%;
	padding-bottom: 5%;
	margin-top: 0px;
}

#projects-content .mythumbnail{
	overflow: hidden;
	padding: 0;
	transition: all 0.2s ease-in-out;
}

#projects-content .mythumbnail .project-thumbnail{
	position: relative;
}

#projects-content .mythumbnail img{
	max-width: 100%;
    height: auto;
}

#projects-content .mythumbnail .filter{
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    top: 0%;
	background-color: #2d2d2d;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#projects-content .mythumbnail p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

#projects-content .project-description{
	padding-left: 30px;
}

#projects-content .project-title{
	padding-top: 2%;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 900;
	cursor: pointer;
	text-decoration: none;
	color: #4e4e4e;
}

#projects-content .project-type{
	font-size: 20px;
	font-weight: 700;
}

#projects-content .project-little-description{
	font-size: 16px;
	font-weight: 400;
}

#projects-content .mythumbnail:hover{
	cursor: pointer;
	transform: scale(1.05);
}

#projects-content .last-project{
	padding-bottom: 10%;
}

#projects-content .project-little-description .note {
	font-style: italic;
	font-size: 14px;
}

#projects-content .indisponible.project-title:hover {
	cursor: default;
	transform: scale(1);
}

#projects-content .indisponible.mythumbnail:hover {
	cursor: default;
	transform: scale(1);
}

/****************** MY LIFE *******************/
#life{
	background-color: #f2f2f2;
	color: #4e4e4e;
	/*background-color: #00a9b5;
	color: #f2f2f2;*/
	padding-bottom: 10%;
}

#life-content{
	
	margin: 0 auto;
}

#work-experience-title,
#studies-title{
	font-size: 24px;
	font-weight: 700;
}

#work-experience,
#studies {
	/*background-color: #212121;*/
	text-align: center;
}

#work-experience,
#studies{
	margin-top: 30px;
}

#work-experience{
	border-right: solid 1px #00a9b5;
}

#life .date{
	font-size: 14px;
	font-weight: 700; 
}

#life .job,
#life .diploma{
	font-size: 18px;
	font-weight: 700;
}

#life .society,
#life .school{
	font-size: 16px;
	font-style: italic;
}

#life .missions,
#life .diploma-description{
	font-size: 14px;
}

#life .work,
#life .study{
	position: relative;
	margin-top: 30px;
	background-color: #e5e5e5;
	text-align: left;
	padding: 10px 10px 10px 20px;
}

#studies{
	border-left: solid 1px #00a9b5;
}

#life .work{
	
}

#life .study{
	
}

.pinpoint {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.work>.pinpoint{
	background-color: #00a9b5;
}

.study>.pinpoint{
	background-color: #00a9b5;
}

#life .work .pinpoint{
	right: -18px;
	top: -3px;
}

#life .study .pinpoint {
	left: -18px;
	top: -3px;
}

#life .blank{
	height: 100px;
}

#life .little-blank{
	height: 50px;
}

#life .note {
	font-style: italic;
	font-size: 14px;
}

/****************** CONTACT *******************/
#contactme{
	height: 100vh;
	/*background-color: #00a9b5;
	color: #f2f2f2;*/
	background-color: #fff;
	color: #4e4e4e;
}

#contactme-content{
	min-height: 100vh;
	margin: 0 auto;
}

#contactme-content .description{
	margin-top: 50px;
	text-align: center;
	font-size: 18px;
}

#contactme-content #sendmail{
	display: inline-block;
	padding: 20px 40px;
	margin-top: 50px;
	text-align: center;
	background-color: #00a9b5;
	color: #f4f4f4;
	transition: all 0.2s ease-in-out;
	border-radius: 1%;
	text-decoration: none;
}

#contactme-content #sendmail:hover{
	background-color: #2d2d2d;
	color: #fff;
	text-decoration: none;
	/*border: solid 1px #00a9b5;*/
}

/****************** FOOTER *******************/
footer{
	background-color: #212121;
	color: #b2b2b2;
	padding: 20px 0;
}

#footer-content {
	margin: 0 auto;
}

#contact {
	/*background-color: #f09;*/
}

#social {
	/*background-color: #f90;*/
}

#social ul{
	/*display: inline-block;*/
	padding: 0;
}

#social ul li{
	list-style: none;
	display: inline-block;
	text-indent: -9999px;
	margin-right: 10px;
	width: 36px;
	height: 36px;
}

#social ul li a{
	display: block;
	width: 36px;
	height: 36px;
	transition: all 0.2s ease-in-out;
}

#social ul li a.twitter{
	background-image: url("../img/sprite-social.png");
	background-position: 0 0;
}

#social ul li a.linkedin{
	background-image: url("../img/sprite-social.png");
	background-position: 37px 0; 
}

#social ul li a.twitter:hover{
	background-position: 0 36px; 
}

#social ul li a.linkedin:hover{
	background-position: 37px 36px; 
}

/****************** YOUCIE *******************/
#portal {
	height: 100vh;
	background-color: #00A9B5;
}

#portal a{
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	padding: 20px;
	border: solid 1px #fff;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
}

#portal a:hover{
	color: #00A9B5;
	border: 0;
	background-color: #fff;
}

/****************************
	MEDIA QUERIES 
*****************************/
@media only screen and (max-width : 480px) {

	#aboutme-content .description {
		font-size: 14px;
	}

	.title,
	.section-title{
		font-size: 36px;
	}
}

@media only screen and (max-width : 768px) {
	#header{
		background: url("../img/home.jpg") no-repeat center center fixed;
	  	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-attachment: scroll;
	}

	#life .blank{
		display: none;
	}

	#life .little-blank{
		display: none;
	}

	#work-experience{
		border-left: solid 1px #00a9b5;
		border-right: 0;
	}

	#life .work .pinpoint {
		left: -18px;
		top: -3px;
	}

	#contactme-content .section-title{
		padding-top: 25%;
	}
}

@media only screen and (max-width : 992px) {
	
}

@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {
		#header{
			background: url("../img/home.jpg") no-repeat center center fixed;
		  	-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-attachment: scroll;
		}
}
