/*@font-face {
  font-family: 'Montserrat';
  src: url('police/MontserratRegular400.ttf');
}

@font-face {
  font-family: 'MontserratSemiBold';
  src: url('police/MontserratBold700.ttf');
}*/

html {
	/*font-family: 'Outfit', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	/*font-size: 18px;*/
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ac2430;
}

a, a:hover {
	color: #ac2430;
}

.uk-navbar-nav > li > a {
  color: #000;
  font-weight: 600;
}

.uk-navbar-nav > li.uk-active > a {
  color: #FFF;
}

.uk-navbar-nav > li.uk-active {
  background-color: #ac2430;
  color: #fff;
  padding: 0px 15px;
}

.menuergo {
	border: 5px solid #ac2430;
	padding: 10px;
}

.uk-button {
	border-radius: 5px;
}

.uk-button-primary {
  background-color: #ac2430;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-primary:hover {
  background-color: #ac2430;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #ac2430;
  color: #fff;
}

#pied, #apresPied {
	background-color: #ac2430;
	color: white;
}

#apresPied {
	border-top: 1px solid #fafafa;
}

#pied a, #apresPied a {
	color: white;
}

.sp-radius {
	border-radius: 15px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}