.nom {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
  font-family: 'Montserrat';
  font-size: 60px;
	font-weight: 500;
	color: rgb(235,235,235);
	background-color: rgb(20,20,20);
	border-radius: 4px;
	border:solid 1px rgb(20,20,20);
}

.nom:focus, .textarea:focus {
	outline: none;
	border-radius: 4px;
	border:solid 1px rgb(107, 155, 54);
}

.tout {
	height: 26px;
	margin: 0 0 10px 0;
	resize: none;
	font-size: 16px;
	font-family: 'Nunito';
	color: rgb(235,235,235);
	background-color: rgb(20,20,20);
	border:solid 1px rgb(20,20,20);
}

form {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-10%);
}

#divImage {
	atext-align: center;
}

.btnImage {
	position: absolute;
	top: 250px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
  background-color: rgba(0, 0, 0, 0.8) !important;
  
}
.btnAdd {
	margin: 0 0 20px 0;
}

.btn {
  margin: 10px;
	padding: 0.35em 1.2em;
	text-decoration: none;
	color: rgb(107, 155, 54);
	border: 0.1em solid rgb(107, 155, 54);
	border-radius: 0.12em;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	transition: background-color 0.1s 0s ease-out;
}

.btnImport {
  display: block;
  margin: 0 auto 30px auto !important;
}

.btn:hover {
	background-color: rgba(156, 204, 100, 0.2) !important;
}
.btn:focus {
	outline: 0;
}

p {
	adisplay: block;
}

.textarea {
	display: block;
	margin: 0 0 10px 0;
	padding: 1px 6px;
	width: 100%;
	min-height: 60px;
	color: rgb(235,235,235);
	font-family: 'Nunito';
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: normal;
	background-color: rgb(20,20,20);
	border:solid 1px rgb(20,20,20);
	resize: none;
}

#tt2 {
	display: none;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

#tt3 {
	margin: auto;
	width: 900px;
	min-height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	aoverflow: scroll;
}
.jcrop-holder {
	margin: 20px 0;
	left: 50%;
	transform: translateX(-50%);
}
.jcrop-keymgr {
	visibility: hidden;
}

.addTitle {
	padding: 20px 0;
	font-size: 30px;
}



