html,body{
	min-height: 100%;
	height: 100%;
}

a{
	cursor: pointer;
}

h1,h2,h3,h4,h5{
	padding: 0px;
	margin: 0px;
}


#main{
	min-height: 100%;
	height: 100%;
}

.sidenav{
	color: #ffffff;
	background-color: #040b14;
	width: 300px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.navbar{
	color: #ffffff;
	background-color: #040b14;
	width: 300px;
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	min-height: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sidenav .profile{
	position: relative;
	background-color: #2c2f3f;
	width: 140px;
	height: 140px;
	border-radius: 50% 50%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.sidenav .profile img{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.sidenav .name{
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 50px;
}


.sidenav .navigation{
	width: 100%;
}

.sidenav .navigation ul{
	list-style-type: none;
}

.sidenav .navigation ul li{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 20px ;
	line-height: 20px;
}

.sidenav .navigation ul li a{
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	display: block;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	vertical-align: bottom ;
	color: #6f7180 ;
}

.sidenav .navigation ul li a i{
	color: #6f7180;
	font-size: 20px;
	line-height: 48px;
	vertical-align: bottom;
	margin-right: 8px;
}

.sidenav .navigation ul li:hover a, .sidenav .navigation ul li .active-link{
	cursor: pointer;
	color: #ffffff;
}

.sidenav .navigation ul li:hover i, .sidenav .navigation ul li .active-link i{
	cursor: pointer;
	color: #007afe;
}



.navbar-showed{
	display: block !important;
}

.content{
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding-left: 300px;
}

@media only screen and (max-width : 992px) {
	.content {
		padding-left: 0;
	}
	
	.sidenav-trigger{
		display: block !important;
		cursor: pointer;
		position: fixed;
		
		z-index: 10;
		right: 15px;
		top: 15px;
	}
	
	.subsection-title{
		font-size: 28px;
	}
}

.sidenav-trigger{
	display: none;
}



.content .home{
	position: relative;
	min-height: 100%;
	width: 100%;
	background-color: #040b14;
	color: #ffffff;
}

.content .home{
	background-image: url("../img/laptop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.content .home .text{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}

.content .home .text h1{
	font-family: "Raleway", sans-serif;
	font-size: 60px;
	line-height: 66px;
	margin-bottom: 55px;
}

.content .home .text h3{
	font-family: "Raleway", sans-serif;
	font-size: 26px;
	line-height: 34px;
}

.content .home .text h3 .jobs{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 3px solid #007afe;
	width: 300px;
}
.content .home .text h3 .jobs::before{
	content: "Programmeur analyste";
    animation: textchanges 14s linear infinite;
	
}


.blur{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0.9;
	background-color: #040b14;
}

.section{
	margin-bottom: 40px;
}

.bold{
	font-weight: bold;
}

.relative-pos{
	position: relative;
	
}

.rightcenter-absolute{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.leftcenter-absolute{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.professional-skills .title{
	display: flex;
	flex-direction: row;
}

.professional-skills .title .text{
	margin-left: 50px;
	margin-right: 50px;
}

.professional-skills .title .text .jobname
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}

.formations .title{
	display: flex;
	flex-direction: row;
}

.formations .title .text{
	margin-left: 50px;
}

.formations .title .text .jobname
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}

.creations .title{
	display: flex;
	flex-direction: row;
}

.creations .title .text{
	margin-left: 50px;
}

.creations .title .text .jobname
{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}

.icon-intext{
	vertical-align: middle;
	margin-right: 8px;
	font-size: 12px;
	line-height: 12px;
}

.professional-skills .joblist li{
	position: relative;
	margin-bottom: 8px;
}

.professional-skills .joblist li i{
	position: absolute;
	top: 4.5px;
}

.professional-skills .joblist li span{
	display: block;
	padding-left: 20px;
}

.subsection-title{
	margin-bottom: 30px;
}

.collapsible .active .collapsible-header .title .jobname{
	color: #007afe;
}

.collapsible .plus{
	display: block;
}

.collapsible .active .plus{
	display: none;
}

.collapsible .active .minus{
	display: block;
}

.collapsible .minus{
	display: none;
}

.page-footer{
	background-color: #040b14;
}

@keyframes textchanges {
	
	0% {
		content: "Programmeur analyste";
		opacity: 0;
	}
	10% {
		content: "Programmeur analyste";
		opacity: 1;
	}
	20% {
		content: "Programmeur analyste";
		opacity: 0;
	}
	
	21%{
		content: "Ambulancier";
		opacity: 0;
	}
	30% {
		content: "Ambulancier";
		opacity: 1;
	}
	40% {
		content: "Ambulancier";
		opacity: 0;
	}

	41%{
		content: "Technicien informatique";
		opacity: 0;
	}
	50% {
		content: "Technicien informatique";
		opacity: 1;
	}
	60% {
		content: "Technicien informatique";
		opacity: 0;
	}
	
	61%{
		content: "Développeur Full-Stack";
		opacity: 0;
	}
	70%{
		content: "Développeur Full-Stack";
		opacity: 1;
	}
	80% {
		content: "Développeur Full-Stack";
		opacity: 0;
	}
	
	81%{
		content: "Paramédic";
		opacity: 0;
	}
	90%{
		content: "Paramédic";
		opacity: 1;
	}
	100%{
		content: "Paramédic";
		opacity: 0;
	}
	
}