body.home #titol {
	display: none;
}

#main {
	font-size: large;
	position: relative;
}

#main #index div .title a {
	text-decoration: none;
	display: table-cell;
	color: #2165AD;
	text-align: left;
	font-size: larger;
	vertical-align: middle;
	padding-bottom: 10px;
	padding-left:20px;
	background-image:url(/llulldb/assets/bullet.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#main #index div .title a:hover {
	text-decoration: underline;
}

#main #index div p {
	display: table-cell;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	#llull {
		left: 15px;
		bottom: 0;
		position: absolute;
		width: 150px;
	}
}

#main #index {

}

#main #index .sections {
	display: block;
}

#main #index .sections .inner > div {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	padding:10px;
	border:1px solid #2165AD;
	margin-bottom: 15px;
}

#index .log-intro img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	#index .log-intro img {
		width: 40%;
	}

	#main #index .sections {
		margin-top: 30px;
		margin-left:160px;
	}

	#main #index .sections .inner {
		display: flex !important;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	#main #index .sections .inner > div {
		width:calc(50% - 52px);
	}
}

@media screen and (min-width: 992px) {
	#main #index {
		margin-left: 170px;
		margin-top:30px;
	}

	#main #index .sections {
		margin-left: 0;
	}

	#main #index .sections .inner>div {
		width: calc(33.33% - 52px);
	}
}

#main #index .sections>div > a,
#main #index .sections>div>p{
	padding: 0;
	display: block;
	width: 100%;
}

#main #index .sections>div>a {
	background-image: url(../assets/section-dot.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}

#main #index .sections>div>p {
	margin-top:5px;
	margin-bottom: 5px;
}

#main.index {
	position: relative;
	margin-top:150px;
}

@media screen and (min-width: 768px) {
	#main.index #quadratgroc {
		position: absolute;
		left: 45%;
		width:50%;
		top: 15px;
	}
}

@media screen and (min-width: 992px) {
	#main.index #quadratgroc {
		left:52%;
		margin-top:40px;
	}
}

#index .log-intro {
	margin-bottom: 30px;
}
