
.modal .btn {
	display:block;
	padding:15px 0;
	width:100%;
	color:white;
	border-radius:0;
	background:#443c85;
}

.modal .btn-purple {
	background-color:#2e247a;
}

.modal .btn-blue {
	background-color:#3c579c;
}

.modal .btn-pink {
	background-color:#ec0c65;
}

.modal .btn-lightblue {
	background-color:#067bdb;
}

.modal .btn-orange  {
	background-color:#fd5f1c;
}


.modal-dialog {
	border-radius:0;
}

.modal-dialog .modal-header {
	background-color:#443c85;
	color:white;
	border-radius:0;	
	padding-bottom:10px;
}

.modal-dialog .modal-title {
	color:white;
}

.modal-dialog .modal-content {
	border-radius:0;	
}

.modal-dialog .modal-body p {
	color:#443c85;
}

.modal-dialog .modal-body {
	color:#443c85 !important;
}

.modal-dialog .close {
	opacity:1;
	color:white;
	font-weight:normal;
	margin-top:3px;
}

.reservation-form {
	font-size:12px;
}

.reservation-form .row {
	margin-top:10px;
}

.reservation-form .profil-form-label {
	display:none;
}

.reservation-form .btn-lg {
	font-size:14px;
	border-radius:0;
	border:none;
	background:#443c85;
	color:white;
	font-weight:bold;
	margin-top:10px;
	width:100%;
}
