.presentation .logo img{
	width: 80%;
}

.presentation{
	font-family: Rubik;
	background-color: #d6c0a9;
}

.presentation .tel{
	font-weight: 700;

}
.presentation .contenu{
	position: relative;
	z-index: 2;
}

.presentation .fond{
	position: relative;
	z-index: 1;
	background: #cedee5 url(/images/fond-phoques.jpg);
	background-size: 260%;
	background-position: 45% bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 770px;
}


.presentation .EspacePhoques{
	margin-top: -20vh;
    position: relative;
    z-index: 1;
    background: url(/images/fond-phoques-bas.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 3.9em;
}

.presentation .tripadvisor{
	position: absolute;
	z-index: 90;
	left: 80%;
	top: 10px;
}

.presentation .tripadvisor img{
	width: 65%;
}