.intro-section h1 {
	font-family: "Brandon", "Lato", sans-serif;
	font-size: 1.3em !important;
	line-height: 1.2;
	color: #373737;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
.intro-section h1:after {
	content: "";
	position: relative;
	width: 81px;
	height: 2px;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100px;
	background-color: #5AD2F0;
	display: block;
}
.member {
	text-align: center;
}
.member > .photo {
	min-height: 100px;
	min-width: 100px;
	height: 80%;
	width: 100%;
	margin: 0 auto;
}
.member > .text {
	margin: 10px auto;
}
.member > .text span {
	color: #5AD2F0;
}
.member > .text a {
	border: 1px solid #dedede;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	margin-top: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
}
.member > .text a:hover {
	text-decoration: none;
	color: #fefefe;
}
.member > .text i {
	width: 15px;
	height: 15px;
	color: #dedede;
}
.member p {
	font-size: 0.8em;
	line-height: 1.8;
	padding-bottom: 35px;
}
.img-wrapper-team {
	margin: 0 auto;
	overflow: hidden;
	width: 220px;
	height: 220px;
	-moz-transition-property: box-shadow, color;
	-o-transition-property: box-shadow, color;
	-webkit-transition-property: box-shadow, color;
	transition-property: box-shadow, color;
	-moz-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
	border-radius: 110px;
	border: 1px solid #5AD2F0;
}
@media only screen and (max-width: 414px) {
	.img-wrapper-mission {
		height: 25vh !important;
	}
}
.img-wrapper-mission {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	height: 35vh;
	-moz-transition-property: box-shadow, color;
	-o-transition-property: box-shadow, color;
	-webkit-transition-property: box-shadow, color;
	transition-property: box-shadow, color;
	-moz-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	transition-duration: 0.75s;
	border-radius: 20px;
	border: 1px solid #5AD2F0;
	text-align: center;
	margin-bottom: 20px;
}
.title-team {
	display: block;
	color: white;
	font-family: 'Lato';
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	margin: auto;
}
#service {
	background: transparent url('https://hellozack.fr/img/services/service-qualite.png') no-repeat;
	background-size: cover;
	background-color: black;
}
#environnement {
	background: transparent url('https://hellozack.fr/img/environnement/foret.jpg') no-repeat;
	background-size: cover;
	background-color: black;
}
#howitworks {
	background: transparent url('https://hellozack.fr/img/how-it-works/how-it-works.png') no-repeat;
	background-size: cover;
	background-color: black;
}
#faq {
	background: transparent url('https://hellozack.fr/img/how-it-works/faq.png') no-repeat;
	background-size: cover;
	background-color: black;
}
#achat{
	background: transparent url('https://hellozack.fr/img/espace-entreprises/Pile-Macbook1.png') no-repeat;
	background-size: cover;
	background-color: black;
}
#marque_blanche{
	background: transparent url('https://hellozack.fr/img/espace-entreprises/estimateur-bricomac1.png') no-repeat;
	background-size: cover;
	background-color: black;
}
#team {
    background: transparent url('https://hellozack.fr/img/team/equipe.png') no-repeat;
    background-size: cover;
    background-color: black;
}
#press {
    background: transparent url('https://hellozack.fr/img/team/press.png') no-repeat;
    background-size: cover;
    background-color: black;
}
.jobs {
	text-align: center;
	margin: 0 auto;
}
.jobs a {
	margin: 0px auto 18px;
	background-color: #5AD2F0;
	border: 1px solid #5AD2F0;
	color: #fff;
	padding: 9px 20px;
	text-transform: uppercase;
}
.jobs a:hover, .jobs a:focus {
	background-color: #5ADCF3;
	color: #fff;
}
.blocmargin {
	padding: 25px 10px;
}
.angellist_jobs {
	margin: 40px 20px !important;
	padding: 20px;
	border: 1px solid #E5E5E5;
	box-shadow: 6px 8px 16px -6px #efefef;
}
@media only screen and (min-width: 1024px) {
	.blocmargin {
		width: 100% !important;
		padding: 55px 10px;
	}
	.intro-section h1 {
		font-size: 1.6em !important;
		line-height: 1.2;
		color: #373737;
		margin-bottom: 80px;
	}
	.intro-section h1:after {
		top: 30px;
	}
	.jobs a {
		margin: 20px auto 5px;
		padding: 14px 25px;
	}
}
@media only screen and (min-width: 1024px) {
	.angellist_jobs {
	margin: 50px auto !important;
	padding: 25px;
	border: 1px solid #E5E5E5;
	box-shadow: 6px 8px 16px -6px #efefef;
}