.font_Inter_Thin {
		font-family: 'Inter', sans-serif;
		font-weight: 200;
		margin-top: 30px
		}

.font_Raleway_Normal {
				font-family: 'Raleway', sans-serif;
				font-weight: 400;
				font-size:32px
}

#signup_button {
		background-color: white !important;
}

#signup_button:hover {
		background-color: #FAFBFD !important;
}


.navbar-brand {
	padding-left:10px
}

#top_white_bar{
	background-color: white;
	height: 70px
}


.col-9.col-md-3.animate__animated{
	padding-top:20px;
	padding-bottom:25px
}

.font_Inter_Thin.animate__animated{
	width:100%;
	background-color:#E9E8E9;
	margin-top: 80px;
	margin-bottom:80px
}
/* ---------- */


.navbar {
	background-color: #516F8E;
}


/* CSS Modal Avertissement */
.modal-header{
    background-color: #516F8E;
    color:white;
}

.modal-content{
  background-color: #516F8E;
  color:white;
}


.BtnAH{
  background-color: #869AB1;
  border-color: #869AB1;
  color: white;
  border-radius: 20px;
	font-size: 18px;
	height:42px;
	line-height:20px;
}

.BtnAH:hover{
  background-color: #77899D;
  border-color: #77899D;
  color: white;
}


.form-check-input:checked {
		background-color: darkgrey;
		border-color: darkgrey;
}


.form-control {
  margin-left: 30px;
  margin-right: 30px;
 }
