html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face{
    font-family: 'TitilliumWeb';
	src: url('police/TitilliumWeb-ExtraLight.ttf') format('truetype');
	src: url('police/TitilliumWeb-Bold.ttf') format('truetype');
	src: url('police/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
	/*background-color: #fce6f0;*/
	/*background-color: #fff;*/
	font-family:TitilliumWeb;
}
/*********************NAVIGATION****************************/
nav{
	border-bottom: 1px solid #c8c8c8;
}
.navbar-to-collapse{
	margin: 0 auto;
}
.navbar-expand-md{
	/*background-color: rgba(255, 255, 255, 0.9);*/
	background-color: #fff;
}
.navbar-toggler{background-color: #000;}
#navbarCollapse{
	margin: 0 auto;
}
.fix-top{
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
	background-color: #1d1c1d;
}
.menu{
	color: #f7cbe4;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-right: 45px;
}
.menu:hover{
	color: #fff;
}
li.item-lkn{
	background: #f7cbe4;
	border-radius: 50%;
	padding: 0 3px;
}
li.item-lkn:hover{
	background: #fff;
	border-radius: 50%;
	padding: 0 3px;
}
.linkedin{
	width: 20px;
}
/*********************SOUS HEADER***************************/
.sousheader{
	margin-top: 55px;
	background-color: #1d1c1d;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 180px;
}
.a{
	font-size: 50px;
	letter-spacing: 15px;
	font-weight: bold;
	color: #fff;
}
.b{
	font-size: 25px;
	letter-spacing: 6px;
	color: #fff;
}
/*********************ENTREES**************************/
.bg{
	background-image: url("img/fond5.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	font-family:TitilliumWeb;
}
.encart{background-color: rgba(255, 255, 255, 0.67);
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 8px;
}
.nomarge{
	padding-right: unset;
	padding-left: unset;
	margin-right: unset;
	margin-left: unset;
	right: unset;
	left: unset;
}
.par{
	color: black;
	font-size: 13px;
	margin: 50px 20px 80px 20px;
}
.img1{
	display: block;
	position: relative;
	top: 30px;
	width: 130px;
	margin: 0 auto;
	transition: 0.5s;
}
.img1:hover{transform: rotate(180deg);}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.titre{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	width: 70%;
	font-size: 16px;
	background: black;
	color: white;
	padding: 8px 0;
	font-family:TitilliumWeb;
	border-radius: 8px;
}
a.titre:hover{
	background: #fce6f0;
	color: #000;
}
.bouton{
	width: 100%;
	position: absolute;
	bottom: 20px;
	padding-left: 0;
	left: 0;
}
.bouton2{
	display: block;
	margin: 0 auto;
	background: white;
	color: black;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-family: TitilliumWeb-ExtraLight;
}
a.bouton2:hover{
	background: #000;
	color: #fff;
}
/*********************A PROPOS*******************************/
.encartapropos{background-color: #1d1c1d;}
.encartaproposdroite{
	background-color: #fff;
	padding-top: 30px;
}
.pgauche{
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
	font-family:TitilliumWeb;
	font-size: 13.5px;
	font-weight: normal;
}
.pargras{
	color: #212121;
	font-size: 15px;
	font-weight: bold;
}
.apropos{
	color: black;
	font-size: 14px;
	margin: 10px;
	padding: 30px;
	text-align: left;
}
/*********************COMPETENCES**************************/
.bg2{
	background-image: url("img/computer.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	font-family:TitilliumWeb;
}
h1 {
    position: relative;
    overflow: hidden;
    text-align: center;
	font-size: 22px;
	letter-spacing: 6px;
	color: #5cf9e8;
}
h1:before, h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #5cf9e8;
}
h1:before {
    margin-left: -50%;
    text-align: right;
}
.encart2{
	padding-top: 30px;
	color: white;
	font-size: 14px;
}
.c{
	font-size: 35px;
	letter-spacing: 6px;
	color: #fff;
}
.d{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.e{
	font-size: 35px;
	letter-spacing: 6px;
	color: #000;
}
.f{
	font-size: 16px;
	letter-spacing: 3px;
	color: #fff;
}
/*********************EXPERIENCES*************************/
#experiences{
	padding-top: 30px;
	margin-bottom: 50px;
	background-color: #fff;
}
.encartexperiences{
	background-color: #fff;
	font-size: 14px;
}
#experiences ul li{
	list-style-type: square;
	color: #35cfbb;
	margin: 0 0 15px 20px;
}
#experiences ul li span{
	color: #000;
}
.date{
	background-color: #35cfbb;
	color: #fff;
	padding: 1px;
	margin: 10px 10px 20px 0;
	width: 70px;
	display: inline-block;
	text-align: center;
}
.titre1-exp{
	font-size: 16px;
	font-weight: bold;
	color: #838383;
}
.titre2-exp{
	color: #35cfbb;
	font-size: 16px;
}
.entreprise{
	font-weight: bold;
}
/*********************FORMATIONS*************************/
#formations{
	background-color: #f9f9f9;
	padding: 30px 0;
	margin-top: 30px;
}
.titre1-form{
	font-size: 16px;
	font-weight: bold;
	color: #838383;
}
.titre2-form{
	color: #445aa1;
	font-size: 16px;
	font-weight: normal;
}
.date2{
	background-color: #445aa1;
	color: #fff;
	margin: 10px 10px 20px 0;
	width: 70px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}
/*********************PROJET*************************/
.container-projet{
	background-color: #000;
	padding: 30px 0;
	margin: 0!important;
}
.encart-projet{
	background-color: #000;
	min-height: 300px;
	overflow: hidden;
}
#projets .container-projet img{
	filter: grayscale(50%);
	transition: transform .6s;
}
#projets .container-projet a img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.descr-projet-titre{
	font-size: 16px;
	color: #f7cbe4;
}
.descr-projet{
	margin-top: 10px;
	padding: 30px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.inprogress{
	display: block;
}
@media screen and (max-width: 767px){
	.container-projet{
		padding: 0;
	}
}
@media screen and (max-width: 979px){
	li.item-lkn{
		width: 40px;
		padding-left: 9px;
		margin : 10px 0;
	}
	li.item-lkn:hover{
		width: 40px;
		padding-left: 9px;
		margin : 10px 0;
	}
}

