@font-face {
  font-family: 'regular';
  src : url('../fonts/regular.ttf');
}

@font-face {
  font-family: 'abe';
  src : url('../fonts/ABeeZee-Regular.otf');
}

@font-face {
  font-family: 'bitter';
  src : url('../fonts/Bitter-Bold.otf');
}

@font-face {
  font-family: 'bree';
  src : url('../fonts/BreeSerif-Regular.otf');
}

@font-face {
  font-family: 'candela';
  src : url('../fonts/CandelaBold.otf');
}


.soft-green{
	background-color: #49bea5;
}

.soft-blue{
	background-color: #379FC0;
}

.green-2{
	background-color: rgb(38, 155, 84);
}

.orange{
	background-color: rgba(255, 153, 0, 1);
}

.blue-2{
	background-color: rgba(0, 173, 255, 1);
}

.blue-3{
	background-color: #3c93c6;
}

.orange-2{
	background-color: rgba(255, 112, 0, 1);
}

.white{
	background-color: white;
}

.gray{
	background-color: rgb(224, 224, 224);
}

.blue-color{
	color: rgba(11, 147, 211, 1);
}

.full{
	color: yellow;
	text-shadow: 0px 1px 1px rgba(0,0,0,.7);
}


body{
	background-color: #49bea5;
	font-family: 'abe',Arial;
}


.tooltip{
	z-index: 9999;
	position: fixed;
}


.pins-down{
	height: 13px;
	background-image: url('../img/pin-down.png');
	background-repeat: repeat-x;
}

.pins-up{
	height: 13px;
	background-image: url('../img/pin-up.png');
	background-repeat: repeat-x;
}


.my-btn{
	background-color: rgba(0,0,0,0);
	border: 3px solid rgba(255, 0, 0, 0);
	border-radius: 20px;
	padding: 8px;
	box-shadow: 0 0 5px 4px rgba(0,0,0,1);
	margin: 10px;
}

.my-btn:hover{
	background-color: rgba(255, 153, 0, 1);
}


.section-title{
	font-size: 52px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	text-align: center;
	padding: 30px;
	display: block;
}


.section-title span{
	display: inline-block;
	position: relative;
}


.portfolio-header .navbar{
	height: 40px;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,.3);
	border: 0px;
	background-color: #f1f1f1;
	font-size: 16px;
	font-family: 'abe','Arial';
}

.portfolio-header .navbar li{
	color : rgb(255, 77, 0);
}


.portfolio-header .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: rgba(69, 187, 243, 1);
}

.portfolio-header .navbar-default .navbar-nav > .act > a{
	color: red;
}


.logo{
	margin-top: 0px;
}

.section{
	background-image: url('../img/overlay.png');
	padding-bottom: 50px;
	padding-top: 50px;
}


#about{

	padding: 0px;
	background-color: #3c93c6;

}

#about .about-text{
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	padding-left: 20px;
	text-align: justify;
	font-weight: 500;
	padding: 50px;
	padding-bottom: 10px;
	padding-top: 60px;
	/* border-radius: 30px; */
	/* background-color: rgba(255, 255, 255, 0.16); */
	/*box-shadow: -20px 0px 15px -15px rgba(0, 0, 0, 0.32);
	border-left: 2px groove rgba(168, 168, 168, 0.26);*/
}

.photo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	height: 240px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.41);
}

.small-photo img{
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 160px;
	height: 160px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.41);
}

.my-name{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: white;
	margin: 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.small-text{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffe147;
	margin: 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}


#about-plus{
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 22px;
}

#about-plus .tti{
	cursor: pointer;
}

#about-plus .tti:hover{
	color: rgb(46, 141, 210);
}
#about-plus .tti a:hover{
	color: rgb(46, 141, 210);
}

#about-plus .tti a{
	color: #333;
}

#about-plus .tti a:hover{
	text-decoration: none;
}


#about .line{
	height: 10px;
	background: white;
	margin-bottom: 40px;
	box-shadow: 0 0 4px 1px rgba(0,0,0,.4);
}





.social-inner{
	background-color: #f1f1f1;
	padding: 10px
}

.social-inner p{
	font-size: 22px;
	color: #7b7b7b;
	text-align: center;
}

.social-icons{
	padding: 0px;
}

.social-icons li{
	list-style: none;
	display: inline;
	padding: 6px;
}

.social-icons li img{
	width: 50px
}


.skill{
	background-color: #ffffff;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 0 0 2px 3px rgba(0,0,0,.3);
	padding-top: 4px;
	cursor: pointer;
	border-top: 6px solid rgba(126, 126, 126, 0.45);
}

.skill:hover{
	border-top: 2px solid rgba(197, 197, 197, 1);
}

.skill .skill-name{
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	font-family: 'bitter',Arial;
}

.skill .stars{
	display: block;
	background-color: rgba(255, 122, 0, 0.93);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
	border-top: 2px solid rgba(0,0,0,.2);
	border-bottom: 6px solid rgba(0,0,0,.5);
}

.skill:hover .stars{
	border-bottom: 10px solid rgba(0,0,0,.5);
}

.skill .stars div{
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}

#skills .btn-danger{
	border-bottom: 4px solid rgba(0,0,0,.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
}

#skills .btn-danger.active{
	border-bottom: 0px !important;
	box-shadow: 0 0 0px 0 rgba(0,0,0,.4) !important;
}

#skills .btn-group{
	float: none;
	margin: 0 auto;
}

#skills .sig{
	background-color: rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: 'bree',Arial;
	display: none;
}

#skills .sig:hover{
	box-shadow: 0 0 1px 2px rgba(0,0,0,.5);
	cursor: pointer;
}

#skills .sig-title{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#skills .sig-stars{
	font-size: 16px;
	text-align: center;
}


#projects{
	background-color: rgba(255, 228, 196, 0.81);;
}

.project{
	position: relative;
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.51);
	margin: 10px;
	cursor: pointer;
	background-image: url('../img/pattern10.png');
	background-color: #e7e7e5;
	overflow: hidden;
}


.project .project-name{
	/* padding-left: 15px; */
	margin: 0px;
	padding: 8px;
	font-size: 22px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	color: white;
	border-top: 3px solid rgba(0,0,0,.4);
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.4);
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.project .project-info{
	position: relative;
}

.project .project-description{
	position: absolute;
	bottom: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 10px;
	margin: 0px;
	background-color: rgba(22, 158, 201, 1);
	color: #FFFFFF;
	border-top: 3px solid rgba(0,0,0,.4);
	z-index: 10;
	display: none;

}

.project .project-description p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0px;
	height: 100%;
}



.project .project-thumb{
	width: 100%;
	height: 300px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.project .project-header{
	position: absolute;
	width: 100%;
	height: 10%;
	top:0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 10;
	opacity: 1;
}

.project .project-footer{
	background-color: #E03333;
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: -30%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	z-index: 10;
	opacity: 1;
}

.project .project-footer a{
	font-size: 12px;
}



.project .project-social{
	padding: 3px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.project .project-social span:hover{
	color: rgb(155, 255, 89);
}

.project .project-technologies div{
	display: inline-block;
}

.project .project-lang{
	background-color: #5cb85c;
	/* padding-left: 15px; */
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	border-bottom-right-radius: 10px;
	padding: 3px;
	color: white;
	border-right: 2px solid rgba(0,0,0,.4);
	border-bottom: 2px solid rgba(0,0,0,.4);
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: 2px 1px 0px rgba(0,0,0,.4);
	font-weight: bold;
}

.project .project-lang.first{
	border-top-left-radius: 6px;
}



#langages{
	padding: 10px;
	background-color: #f1f1f1; 
}

.langage{
	width: 60px;
	display: inline-block;
	margin: 10px;
}

.langage p{
	margin: 0px;
	font-size: 12px;
	text-align: center;
}

.lang{
	width: 60px;
	font-size: 60px;
	text-align: center;
	margin-left: 5px;
}

.langage:hover{
	color: rgba(221, 41, 41, 1);
	cursor: pointer;
}




#contact{
	border-top: 3px solid rgba(0,0,0,.2);
}

.social-little h4{
	display: inline-block;
	margin: 3px;
}

#contact a{
	color: #333;
}



#footer{
	background-color: rgba(0,0,0,.7);
	padding: 10px;
	color: white;
	border-top: 1px solid red;
}


.mix{
	display: none;
}


.cd-timeline-img.cd-book {
	background: #EBEBEB;;
}

.cd-timeline-img.cd-loreal {
	background: #75ce66;;
}

.cd-timeline-img.cd-bag {
	background: #f0ca45;;
}

.cd-timeline-content .company{
	color: rgb(168, 40, 40);
}
