html, body {
	background-color: white;
	font-family: 'Spectral', sans-serif;
}

img {
	width: 100%;	
	height: auto;
}

.header {
	height: 80vh;
	background: url('../img/squaredesplaces.jpg');
	background-size: cover;
	background-position: center center;
	width: 100%;
	margin-bottom: 70px;
}

.titre {
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 35px;
}

.texte {
	padding: 0 150px;
	font-size: 25px;
}

hr {
	margin-top: 50px;
	margin-bottom: 60px;
	width: 70px;
	height: 1px;
	background-color: black;
}

a, a:hover {
	color: black;
	font-weight: bold;
}

.lien {
	margin-bottom: 100px;
	font-size: 30px;
}

.logos {
	margin-bottom: 150px;
}

span {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
span:first-child:before, span:nth-child(4):before{
	content: '•';
	/*left: 0;*/
}
span:before {
    position: absolute;
    content: "•";
    left: -23px;
    color: rgb(0, 0, 0);
}


@media screen and (max-width: 768px) {
	.titre {
	    font-size: 26px;
	    line-height: 36px;
	}

	.texte {
	    padding: 0 0px;
	    font-size: 20px;
	}

	.lien {
	    margin-bottom: 100px;
	    font-size: 23px;
	}

	img {
	    width: 50%;
	    height: auto;
	    margin: 0 auto;
	    margin-bottom: 50px;
	}

	.logos {
	    margin-bottom: 0px;
	}

	.header {
		background: url('../img/background_mobile.jpg');
		background-position: center bottom;
		background-size: 125%;
		height: 48vh;
	}
}

@media screen and (max-width: 500px) {
	.header {
		background: url('../img/background_mobile.jpg');
		background-position: center bottom;
		background-size: 100%;
		height: 30vh;
		background-repeat: no-repeat;
	}

	.competences span:before {
	    position: absolute;
	    content: "";
	    left: -23px;
	    color: rgb(0, 0, 0);
	}

	.personnes span:nth-child(2):after, .personnes span:nth-child(4):after {
		position: absolute;
	    content: "•";
	    right: -23px;
	    color: rgb(0, 0, 0);
	} 
}