/* Primary #083667 14, 98, 81*/
/* Secondary #A64F33 */
/* Third #EDF3F8 */
/*
font-family: 'Outfit', sans-serif;
font-family: 'Plus Jakarta Sans', sans-serif;
*/

body {
	font-family: 'Open Sans', sans-serif;
}

.roundup {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}

.blob {
	background-image: url('../images/decorative-shape.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 700px;
}

.uk-navbar-nav > li > a {
  color: #000;
  text-transform: none;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
}

.uk-navbar-nav > li > a:hover {
  color: #A64F33;
}


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

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

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

.third {
  background-color: #EDF3F8;
  color: #000;
}

.primary {
  background-color: #083667;
  color: #fff;
}

.primary h4 {
	color: white;
	font-weight: 700;
	font-size: 1.77689rem;
}

.color-jaune {
	color: #FDD428 !important;
}

.color-white {
	color: white;
}

.agrandir {
	font-size: 3.15733rem !important;
}

h1, h2, h3, h4, h5 {
	font-family: 'Rajdhani', sans-serif;
	color: #A64F33;
	font-weight: 700;
}

.uk-h1 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

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

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

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

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

.uk-button-secondary {
  background-color: #A64F33;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-secondary:hover {
  background-color: #A64F33;
  color: #fff;
}

.uk-button-inverse {
  background-color: #fff;
  color: #083667;
  border: 1px solid #083667;
}

.uk-overlay-default {
  background: rgba(255, 255, 255, 0.6);
}
/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.6);
}

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

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

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

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

.bulle-actualite {
		width: 60px;
		height: 60px;
		background-color: #083667;
		border: 3px solid #F6F6F6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-radius: 50%;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		line-height: 1.3;
		position: absolute;
		top: 50%;
		left: 20px;
	}

.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;
}