body{
	font-family: 'Open Sans', sans-serif !important;
}
div.logo{
	text-align: center;
	margin: 10px 0 0 0;
}
div.logo img{
	max-width: 200px;
}
.btn-primary, .btn-primary:hover{
	background-color: #ee466d;
    border: unset;
    text-transform: uppercase;
    padding: 4px 8px;
}
.txt a{
	color: #000;
	text-decoration: underline;
}
.td_logo img {
    max-width: 200px;
}
p.inscription_txt {
    font-size: 18px;
    font-weight: 700;
    color: #ee466d;
    margin: 0;
}
p.inscription_titre{
	font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 0 0;
}
span.required{
	color: #F44336;
}
@media only screen and (max-device-width: 768px) and (min-device-width: 320px){
	/*p.inscription_txt, p.inscription_titre{
	    font-size: 16px;
	    font-weight: 700;
	}*/
	div.form-group label, div.form-group small, div.form-group td.td_logo, p, div.form-group input{
		font-size: 12px;
	}
}
div.error{
	display:none;
	color:#f00;
	font-size:14px;
}
h1.page_title{
	text-align: center;
    font-weight: 700;
    color: #ee466d;
    margin: 20px 0 20px 0;
    font-size: 20px;
}
p{
	margin: 0;
}
div.img_container{
	background-color: #fff;
    width: 100%;
    margin: 0 0 5px 0;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
  font: 13.3px Arial ; 
}

.d_inheritance {
	font: 13.3px Arial ; 
}
