* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: roboto;
}

h1,
h2,
h3,
h4 {
	font-family: Brawler;
	color: #5c5c5c;
}

.btn-primary {
	background-color: #165cdc !important;
	border-color: #165cdc;
}

.title {
	font-family: Brawler;
	color: #5c5c5c;
	font-size: 24px;
}

.middle {
	background-color: #d8d6c3;
}

.title-box {
	margin-top: 90px;
}

#mascotte {
	width: 100%;
	padding-top: 60px;
}

.icon {
	width: 100%;
	border-radius: 50px;
}

.step-local-display-box {
	padding: 0 15px;
}

.modify-step button {
	font-size: 14px;
}

/*
*  POPUP RGPD
*/

.text-input,
.submit-input {
	height: 35px;
	padding: 0px 10px;
	margin: 10px 0;
	border: 1px #165cdc solid;
	border-bottom: 1px #165cdc solid;
}

.submit-input {
	background-color: #165cdc;
	color: white;
}

/*
*  FOOTER
*/

footer {
	background-color: #165cdc;
	color: white;
}

footer li {
	list-style: none;
}

footer a {
	color: white;
}

footer a:hover {
	color: white;
}

/*
*  POPUP RGPD
*/

.overlay h4 {
	margin-top: 50px;
	color: white;
}
.overlay {
	color: white;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
}

.rgpd-popup {
	top: 70vh;
	width: 100%;
	height: 30%;
	background-color: #165cdce6;
	padding: 1em;
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.close-button {
	margin: 0 0 0 auto;
}

/*
*  NAV
*/
.navbar-brand img {
	width: 40%;
	display: block;
}

nav {
	box-shadow: 0px 1px 5px rgb(141, 141, 141);
	font-family: roboto;
}

nav li {
	margin-left: 70px;
}

.button {
	position: relative;
	display: block;
	padding: 5px 5px;
	letter-spacing: 2px;
	color: #5c5c5c;
	border-bottom: 4px #165cdc solid;
	border-radius: 0px;
	text-transform: uppercase;
	outline: 0;
	overflow: hidden;
	background: none;
	z-index: 1;
	cursor: pointer;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
}

.fill:before {
	content: '';
	position: absolute;
	background: #165cdc;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
	top: 90%;
}
