

.espace-adherents-collectif  {
	padding-bottom:50px;
}

.espace-adherents-collectif .gform-footer {
	margin-top:40px;
}

.espace-adherents-collectif .bouton {
	line-height: 1.8;
}
.espace-adherents-collectif > div:first-child {
	margin-top:50px;
}
.espace-adherents-collectif > div {
	border-top: 1px solid #000;
	padding: 20px 0;
}
.espace-adherents-collectif .documents-disponibles table thead th {
	text-align:left !important;
	font-weight:500 !important;
	font-size:1.2em;
}
.espace-adherents-collectif .documents-disponibles table td,
.espace-adherents-collectif .documents-disponibles table th {
	padding:12px;
	vertical-align:top;
}
.espace-adherents-collectif .documents-disponibles table tbody {
	font-size:.9em
}
.espace-adherents-collectif .documents-disponibles table tbody .icon {
	width:20px;
	height:20px;
	margin: 0 7px 0 0;
	position: relative;
  	top: -2px;
}
.espace-adherents-collectif .documents-disponibles table tbody strong {
	font-size:1.1em;
}
.espace-adherents-collectif .documents-disponibles table .description {
	font-size:.9em;
	color:#666;
	line-height: 1.6;
	display:block;
}

@media (max-width: 500px) {
	.espace-adherents-collectif .documents-disponibles table thead {
		display:none;
	}
	.espace-adherents-collectif .documents-disponibles table tbody tr {
		display:block;
	}
	.espace-adherents-collectif .documents-disponibles table tbody tr td {
		display:block;
		width:100%;
	}
	.espace-adherents-collectif .documents-disponibles table tbody tr td:first-child {
		padding-top:20px
	}
	.espace-adherents-collectif .documents-disponibles table tbody tr td:last-child {
		padding-bottom:20px
	}
}

@media (min-width: 500px) {
	.espace-adherents-collectif .documents-disponibles table th:nth-child(2),
	.espace-adherents-collectif .documents-disponibles table td:nth-child(2) {
		width:160px;
	}
}

@media (min-width: 700px) {
	.espace-adherents-collectif .documents-disponibles table th:nth-child(2),
	.espace-adherents-collectif .documents-disponibles table td:nth-child(2) {
		width:200px;
	}
	#post-1796 .entry-title {
		font-size: 3em;
	}
}

.espace-adherents-collectif .upload-success {
	padding: 20px;
	background-color: #eaf9f0;
	border: 2px solid rgb(75, 164, 112);
	border-radius: 5px;
	margin-bottom: 20px;
	color: rgb(49, 125, 81);
}
.espace-adherents-collectif .upload-success p {
	margin:0;
}
.espace-adherents-collectif .upload-success + div {
	border-top:none;
}

.espace-adherents-collectif button,
.espace-adherents-collectif .bouton {
	transition: all 0.3s ;
}

.espace-adherents-collectif .bouton:hover {
	background:#222;
}

