#page .texte{
	font-size: 1rem;
}
#page .map{
	width: 100%;
	height: 500px;	
}

#page .equipement-titre{
	line-height: 1.2em;
	font-size: 1em;
}

#page.baie .bandeau{
	background-image: url(/images/bandeau-baie.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% bottom;
	height: 350px;
	z-index: 1;
}

.FicheSortie .titre {
    font-size: 0.7rem;
}

.pagination {
    font-family: 'Rubik', sans-serif !important;
    font-size: 0.7rem;
}


.pagination a {
	color: black;
}

.page-item.active .page-link {
    background-color: #8ec7d0!important;
    border-color: #8dc1c9!important;
}