/* CSS Document */

.toggle a {
	color: #8e95a9;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.05em;
	text-decoration: inherit;
	position:relative;
	display:block;
	padding-left: 10px;
	}
.toggle a:before {
	content:'';
	width: 4px;
	height: 4px;
	background-color: #8e95a9;
	position:absolute;
	top: 10px;
	left: 0px;
	}
.toggle li.titre  {
	font-family: 'Khand', sans-serif;
	font-weight: 600;
	font-size: 1.57em;
	padding: 25px 0 5px;
	color: #aab0c1;
	padding-left: 0px;
	}
.toggle li.titre a:before {
	display: none;
	}
.toggle > ul {
	width: 20%;
	display: inline-block;
	vertical-align:text-top;
	text-align:left;

	}

.toggle {
	padding-bottom: 40px;
	text-align:center;
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	}

@media screen and (max-width:720px) {
.toggle > ul {
	width: 33.333333333%;

	}
	}
@media screen and (max-width:587px) {
.toggle > ul {
	width: 100%;
	float: none;
	padding-bottom: 0px;
	}
.toggle ul:nth-of-type(3) li.titre a {
	display:inline;
	}
.toggle li.titre:first-child {
	background: url(/images/icone-plus-bas.png) right 30px no-repeat;
	cursor:pointer;
	}
.toggle li.titre, .toggle li.titre a {
	padding: 10px 0 10px;
	}
}