/* Multi-Step Form */
input.invalid {
  background-color: red ;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.ccm-page .titre_form_multiple {
	margin: 0;
	font-size: 2rem;
}

.btn-link{
	color: #FFF;
}
.btn-link:hover,.btn-link:focus{
	text-decoration: none;
	color: #d8d8d8;
}

.modal-content {
	background-color: #000;
	border: 6px solid #FFF;
}

.close {
	color: #FFF;
}
/*
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #888;
}
*/

#form_evenementiel, #form_vip, #form_animation{
	border: 6px white solid;
	margin-left: 30px;
	padding: 40px;
}

#personnage-form-evenementiel>img{
	display: block;
	position: absolute;
	width: 88px !important;
	left: -20px;
	top: 30px;
}

#personnage-form-vip>img{
	display: block;
	position: absolute;
	width: 117px !important;
	top: -70px;
	left: 50%;
}

#personnage-form-animation>img{
	display: block;
	position: absolute;
	width: 100px !important;
	left: -30px;
	top: 75px;
}

.rgpd-info{
	display:inline-block;
	line-height:1.1;
	text-align:right;
	margin-top:20px
}