/*
|--------------------------------------------------------------------------
|     Sommaire
|--------------------------------------------------------------------------
/*
* @auteur : Damien Dupont - Portfolio
* @date : 2017, avril
* @version : 1.0
*/


/* == General */
/* == Header */
/* == Contexte */
/* == Contexte */
/* == Compagny Screenshots */
/* == Text */
/* == Links */
/* == Other projects */

/*
|--------------------------------------------------------------------------
| == General
|--------------------------------------------------------------------------
*/

strong {
	font-weight: 500;
	color: #000000;
}

.project .row {
	padding: 20px;
	margin: 50px 0;
	background-color: #f7f7f7;
}

	/*.project .row h1 {
		margin: 0;
		letter-spacing: -0.035em;
		font-size: 3rem;
		line-height: 1;
		font-weight: 300;
		color: #949494;

		background: linear-gradient(45deg, rgb(255, 94, 0) 0%, rgb(255, 154, 95) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}*/

	.project .row h1 {
		font-size: 1.5rem;
		font-weight: 400;
		color: #949494;

		background: linear-gradient(45deg, rgb(255, 94, 0) 0%, rgb(255, 154, 95) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

.back_homepage {
	position: fixed;
	display: inline-block;
    top: 15px;
	left: 34px;
	padding: 13px 20px;
    z-index: 100;
	text-align: center;
	background: #ffffff;
	color: #bcbcbc;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0px 0px 7px 0px rgba(000, 000, 000, 0.2);
	transition: all .25s ease;

	animation-name: cv;
	animation-duration: 2s;
}

	.back_homepage:hover {
		color: #ffffff;
	    background-color: #9c9c9c;
		background: linear-gradient(45deg, rgb(238, 97, 116), rgb(254, 158, 72));
		transition: all .25s ease;
	}


/*
|--------------------------------------------------------------------------
| == Header
|--------------------------------------------------------------------------
*/

.project header {
	display: block;
	text-align: center;
	height: 350px;

	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

	@media (max-width: 767px) {
		.project header {
			height: 250px;
		}
	}

.project header h1 {
	padding-top: 90px;
	color: #ffffff;
	font-size: 6.2rem;
	line-height: 1;
	font-weight: 100;
}

@media (max-width: 767px) {
	.project header h1 {
		padding-top: 70px;
		font-size: 4rem;
	}
}

.project header h1 img {
	max-width: 70%;
	max-height: 200px;
}

	@media (max-width: 767px) {
		.project header h1 img {
			max-width: 90%;
			max-height: 200px;
		}
	}

/*
|--------------------------------------------------------------------------
| == Contexte
|--------------------------------------------------------------------------
*/

.context_info {
	text-align: center;
	padding: 0;
}

.context_info .in_col {
	padding: 20px;
}

.context_info .info {
	font-size: 4rem;
	font-weight: 100;
	padding-top: 1.5rem;
}

@media (max-width: 1199px) {
	.context_info .info {
		font-size: 3rem;
	}
}

@media (max-width: 921px) {
	.context_info .info {
		font-size: 4.5rem;
	}
}

@media (max-width: 767px) {
	.context_info .info {
		padding-top: 0;
	}
}


.context_info .compagny {
	padding-top: 1.5rem;
	max-width: 90%
}

.context_info .xp {
	padding-top: 1.5rem;
	color: #f27069;
	font-size: 1rem;
	font-weight: 400;
}

/*
|--------------------------------------------------------------------------
| == Compagny Screenshots
|--------------------------------------------------------------------------
*/

.compagny_screenshots .screenshots,
.compagny_screenshots video {
	width: 100%;
}

.compagny_screenshots .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.compagny_screenshots iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.compagny_screenshots .compagny {
	background-color: #fafbfc;
	text-align: center;
	padding: 1rem;
	border: 2px solid #ffffff;
}

.compagny_screenshots .compagny img {
	display: block;
	margin: 1rem auto;
	max-width: 80%;
	max-height: 100px;
}

/*
|--------------------------------------------------------------------------
| == Text
|--------------------------------------------------------------------------
*/

.text h1 {
	padding-top: 30px;
}

.text h1:first-child {
	padding-top: 0;
}

.text p {
	line-height: 1.5rem;
}

.text .partners {
	margin: 1em 0;
	padding: 0;
}

.text .partners img {
	width: 100%;
}

@media (max-width: 767px) {
	.text .col-xs-6 {
		padding-top: 1rem;
	}
}

.text ul {
	list-style: circle;
}

/*
|--------------------------------------------------------------------------
| == links
|--------------------------------------------------------------------------
*/

.links {
	text-align: center;
}

	.links a {
		display: inline-block;
		width: 200px;
	}

	@media (max-width: 767px) {
		.links a {
			margin-top: 1rem;
		}
	}

		.links a img {
			width: 100%;
		}

/*
|--------------------------------------------------------------------------
| == Other projects
|--------------------------------------------------------------------------
*/

.other_projects {
	margin-top: 10rem;
}

.project .other_projects .row {
	background-color: inherit;
	padding: 0;
}

.other_projects h1 {
	display: block;
	font-size: 4rem;
	font-weight: 300;
	color: #bfbfc7;
	text-align: center;
}

.other_projects a:hover,
.other_projects a:focus,
.other_projects a:active {
	border: none;
}

.other_projects a img {
	width: 100%;
	opacity: .5;
	transition: all .3s ease;
}

@media (max-width: 767px) {
	.other_projects a img {
		opacity: .8;
		box-shadow: 0 5px 20px rgba(0,0,0,.6);
	}
}

.other_projects a:hover img {
	opacity: .8;
	box-shadow: 0 5px 20px rgba(0,0,0,.6);
	transition: all .2s ease;
}

@media (max-width: 767px) {
	.other_projects a:hover img,
	.other_projects a:focus img {
		opacity: 1;
	}
}

.other_projects .col-sm-3 {
	margin-top: 20px;

}
