.img-cv {
	width: 50px;
}

.infos {
	color: grey;
	font-size: 0.7em;
}

.section2 .container, .section22 .container {
	padding-bottom: 10px;
}

.slideExp, .slideDip {
	display: none;
}

/* section21 */

.img-logo-comp {
	width: 30px;
}

#photoProfil {
	margin-top: 100px;
	width: 100px;
}

#statusFormation, #status {
	margin-top: 120px;
}

/* Animation titre */

.portfolio-experiment, .scene {
	height: 10vh;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-display: flex;
	-webkit-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-items: center;
}

.portfolio-experiment {
	background: #2d2d2d;
}

.portfolio-experiment a {
	color: white;
	padding: 0.7em calc(0.7em * 1.2);
	display: inline-block;
	border: 3px solid transparent;
	position: relative;
	font-size: 1.5em;
	letter-spacing: 0.07em;
}

.portfolio-experiment a .text {
	font-family: proxima-nova, monospace;
	transform: translate3d(0, 0.7em, 0);
	display: block;
	transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.portfolio-experiment a:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: calc(0.7em * 1.2);
	right: calc(0.7em * 1.2);
	height: 3px;
	background: #f26522;
	transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
	transform-origin: left;
}

.portfolio-experiment .line {
	position: absolute;
	background: #f26522;
}

.portfolio-experiment .line.-right, .portfolio-experiment .line.-left {
	width: 3px;
	bottom: -3px;
	top: -3px;
	transform: scale3d(1, 0, 1);
}

.portfolio-experiment .line.-top, .portfolio-experiment .line.-bottom {
	height: 3px;
	left: -3px;
	right: -3px;
	transform: scale3d(0, 1, 1);
}

.portfolio-experiment .line.-right {
	right: -3px;
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
	transform-origin: top;
}

.portfolio-experiment .line.-top {
	top: -3px;
	transition: transform 0.08s linear 0.43s;
	transform-origin: left;
}

.portfolio-experiment .line.-left {
	left: -3px;
	transition: transform 0.08s linear 0.51s;
	transform-origin: bottom;
}

.portfolio-experiment .line.-bottom {
	bottom: -3px;
	transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
	transform-origin: right;
}

.portfolio-experiment a:hover .text, .portfolio-experiment a:active .text {
	transform: translate3d(0, 0, 0);
	transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}

.portfolio-experiment a:hover:after, .portfolio-experiment a:active:after {
	transform: scale3d(0, 1, 1);
	right: -3px;
	left: -3px;
	transform-origin: right;
	transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}

.portfolio-experiment a:hover .line, .portfolio-experiment a:active .line {
	transform: scale3d(1, 1, 1);
}

.portfolio-experiment a:hover .line.-right, .portfolio-experiment a:active .line.-right {
	transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
	transform-origin: bottom;
}

.portfolio-experiment a:hover .line.-top, .portfolio-experiment a:active .line.-top {
	transition: transform 0.08s linear 0.4s;
	transform-origin: right;
}

.portfolio-experiment a:hover .line.-left, .portfolio-experiment a:active .line.-left {
	transition: transform 0.08s linear 0.48s;
	transform-origin: top;
}

.portfolio-experiment a:hover .line.-bottom, .portfolio-experiment a:active .line.-bottom {
	transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
	transform-origin: left;
}

/* Animation buttons */

.container1 {
	margin-top: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section2 .follow {
	display: inline-block;
	cursor: default;
	padding: 0;
	margin: 0 .5em;
	position: relative;
	text-align: center;
}

.section2 .follow:hover .label {
	opacity: 0;
	-webkit-transition: opacity .5s .125s ease-out;
	transition: opacity .5s .125s ease-out;
}

.section2 .follow:hover .icon {
	border-radius: 1em;
	margin: 0 0;
}

.section2 .icon, .section2 .label {
	background-color: #d3581f;
	line-height: 2rem;
}

.section2 .label {
	border-radius: 1rem;
	position: absolute;
	font-size: .600em;
	font-weight: 900;
	letter-spacing: .0816em;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	pointer-events: none;
	text-transform: uppercase;
	-webkit-transition: opacity .5s .75s ease-out;
	transition: opacity .5s .75s ease-out;
}

.section2 .icon {
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 2em;
	margin: 0 -.5em;
	-webkit-transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
	transition: background-color .5s ease-out, border-radius .5s .25s ease-out, margin .5s .25s ease-out;
	width: 2em;
}

.section2 .icon.first {
	border-bottom-left-radius: 1em;
	border-top-left-radius: 1em;
	margin-left: 0;
}

.section2 .icon.last {
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
	margin-right: 0;
}

.section2 .icon:hover {
	background-color: #ebaa8d;
	color: #111;
}

@media (max-width: 1000px) {
	.infos {
		color: black;
		text-shadow: 0 0 10px white;
	}
	.portfolio-experiment, .scene {
		height: 10vh;
	}
	.portfolio-experiment a {
		font-size: 1em;
	}
}

@media (max-width: 450px) {
	.img-cv {
		display: none;
	}
	.img-logo-comp {
		width: 20px;
	}
	#status, #statusFormation {
		font-size: 0.5em;
		margin-top: 70px;
	}
	#photoProfil {
		width: 50px;
		margin-top: 60px;
	}
	.nomExp, .nomDip {
		font-size: 0.7em;
	}
}

@media (max-width: 350px) {
	.slideCompetences p {
		font-size: 0.7em;
	}
	.section2 .label {
		/* font-size: .300em; */
		font-weight: 500;
	}
	.section2 .infos {
		display: none;
	}
	.img-logo-comp {
		width: 10px;
	}
}