/* Privacy */

#shoes {
	padding: 2.5em 15%;
	min-height: 15vh;
}
#shoes h3 {
	float: left;
	margin-bottom: 0;
	padding-right: 5%;
	width: calc(100% - 220px);
}
#shoes #cookie_accept {
	float: right;
	width: 220px;
}
.privacy_contact {
	margin-top: 5em;
	text-align: right;
}
.privacy_contact h4 {
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: 500;
}
.privacy_contact ul {
	margin: 1em 0;
}
.privacy_q {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 2.5em;
	font-size: 1em;
	line-height: 2em;
}
.privacy_q::before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'Q.';
	font-size: 1.1em;
}
.privacy_a {
	position: relative;
	margin-bottom: 1.5em;
	padding-left: 2.5em;
	font-size: 1em;
	line-height: 2em;
}
.privacy_a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: 'A.';
	font-size: 1.1em;
}
#privacy_gdpr .privacy_contact {
	text-align: left;
}
#privacy_gdpr .privacy_contact dl {
	margin: 1em 0;
	font-size: 0.95em;
}
#privacy_gdpr .privacy_contact h5 {
	margin-bottom: 1.5em;
}
#privacy_gdpr .privacy_contact h6 {
	font-weight: 500;
}

.privacy_group_companies li {
	float: left;
	margin-bottom: 1.5em;
	padding: 1em 2em;
	width: 49%;
	font-size: 0.95em;
	background: #f3f3f3;
	background: #fff;
	border: solid 1px #eee;
	border: solid 1px #ccc;
}
.privacy_group_companies li:nth-of-type(odd) {
	clear: both;
	float: left;
}
.privacy_group_companies li:nth-of-type(even) {
	float: right;
}
.privacy_section h3.title {
	font-size: 1.35em;
}