/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container {
  padding: 60px 15px 0;
}

a.navbar-brand {
	margin-top : 0px;
	padding-top : 0px;
}

.navbar-brand img {
	width : 75px;
}

main h1 {
	margin-bottom : 20px;
}
main textarea {
	width : 100%;
	height : 25vh;
}

main button {
	width : 100%;
}

main .compteur{
	text-align : right;
	margin-bottom : 20px;
	color : gray;
}

.pointer {
	cursor: pointer;
}

.modal-body p {
	margin-top : 5px;
}

.footer a {
	text-decoration: none;
	color : gray;
	margin-left : 35px;
}