    @font-face {
    font-family: 'Foco Light';
    font-style: normal;
    font-weight: normal;
    src: local('Foco Light'), url('FOCOLIGHT.woff') format('woff');
    }

.homeindex{
	display: flex;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.5);
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 5;
}


a{
	color: black;
	text-decoration: none;
	font-family: 'Foco Light';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.2em;
}

.contactbloc {
    display: flex;
    align-items: center;
    margin-top: 60px;
    position: fixed;
    bottom: 15px;
}

body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

img{
	width: 400px;
	max-width: 100%;
	margin:  0 auto;
}

h1{
	text-align: center;
}

p {
    font-family: "Josefin Sans";
    color: black;
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 0;
    text-align: center;
}

a{
	cursor: pointer;
}

a.imglinkedin {
    width: 50px;
    max-width: 100%;
    margin-left: 15px;
    display: inline-block;
    text-decoration: none;

}

@media screen and (max-width:768px) {

.homeindex{justify-content: space-between;padding: 15px;width: calc(100% - 30px);height: calc(100vh - 30px);}
p {font-size: 1.2em;margin: 0;line-height: 1.2em;}
.contactbloc {position: static;}
video {object-position: 9%;}

img{max-width: 80%;}

}