.contact input {
	display: block; 
	width: 80%; 
	text-align: center; 
	border-radius: 8px; 
	margin: 0 auto; 
	padding: 0; 
	height: 30px;
 }
 
 .contact textarea {
	display: block; 
	width: 90%; 
	text-align: center; 
	border-radius: 8px; 
	margin: 0 auto; 
	height: 20vh
 }
 
 .label-input {
 	width: 100%; 
 	text-align: center; 
 	margin-bottom: 2%
 }
 
 .label-text-area {
 	display: block; 
 	width: 100%; 
 	text-align: center; 
 	margin: 0 auto; 
 	margin-top: 5%; 
 	margin-bottom: 2%
 }

.modal-content-innov {
	padding: 2rem;
	background-color: var(--main-grey-color-dark);
	border-radius: 12px;
	max-height: 70vh;
 }
 
 .modal-header-innov {
	 z-index: 2; 
	 border-bottom: none;
 }
 
 .modal-title-innov {
	width:100%; 
	margin-top: -1.5rem;
	text-align: center; 
	color: var(--main-primary-color);
 }
 
 .modal-header-innov .close {
	 background: url(/img/campus/fermeture.png); 
	 background-repeat: no-repeat; 
	 background-size: cover; 
	 height: 40px; 
	 width: 40px;
 }
 
 .modal-top-body-innov {
 	width: 100%;
	display: flex;
	z-index: 2;
	color: var(--main-primary-color);
	align-items: center;
	justify-content: space-evenly;
	text-align: left; 
 }
 
 .modal-top-body-innov span{
 	display: block;
 }
 
.modal-top-body-innov img{
	max-width: 30%;
	object-fit: cover;
	max-height: 20vh;
}

.modal-adresse-innov {
	margin-bottom: 1rem;
}

.modal-adresse-innov p {
	margin: 0;
}
 
 .modal-body-innov {
 	text-align: justify;
 	overflow-y: auto;
	color: var(--main-primary-color);
 }