#page h3 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    padding: 25px;
    padding-bottom: 15px;
    font-family: "Barlow";
    text-align: center;
}

#page h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #E95D0F;
}

#page .fond_gris {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.navigation{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 25px;
}


.content{
	padding: 25px 45px;
    text-align: left;
}

#fos_user_registration_form_date_naissance {
    display: flex;
}

#page #registration_form .form-control:focus{
	box-shadow: 2px 2px 6px 0px rgba(86, 86, 86, 0.35);
}
#page #registration_form .error{
    text-align: center;
    margin-bottom: 20px;
    color: #840606;
}

.invalid-feedback{
	font-size: 100%;
	white-space: nowrap;
}

@media (max-width: 575px) {

    #page h3 {
        padding: 20px 10px;
    }

    .content {
        padding: 20px;
    }
}
