/* Bandeau Cookies */

.sliding-popup-top {
	background: #f0f0f0;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	z-index: 1620;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
}

.admin-bar .sliding-popup-top{
	top: 32px !important;
}

.eu-cookie-compliance-categories{
	display: none;
}

.sliding-popup-top .popup-content {
	color: #333;
	max-width: 100%;
	padding: 15px;
}

.sliding-popup-top .popup-content #popup-text {
	max-width: 100%;
}

.sliding-popup-top .popup-content #popup-text p {
	font-size: 14px;
	line-height: 1.428571429;
}

.sliding-popup-top .popup-content #popup-text p a {
	display: block;
}

.sliding-popup-top .popup-content #popup-buttons {
	min-width: 100%;
	max-width: 100%;
	padding-top: 5px;
	float: right;
}

.sliding-popup-top .popup-content #popup-buttons .agree-button {
	margin-bottom: 5px;
	
	background-color: #219ed9;
	color: white;
}

.sliding-popup-top .popup-content #popup-buttons .decline-button {
	display: inline-block;
}


.sliding-popup-top .popup-content #popup-buttons .find-more-button {
	display: inline-block;
	text-decoration: underline;
}




@media screen and (max-width:992px) { /* mobile */

	.sliding-popup-top .popup-content #popup-buttons .decline-button {
		color: #333;
		font-size: 14px;
		padding: 0 10px 0 0;
		border: none;
		background-color: transparent;
		text-transform: none;
		line-height: inherit;
		vertical-align: initial;
		text-decoration: underline;
	}

	.sliding-popup-top .popup-content #popup-buttons .find-more-button {
		color: #333;
		font-size: 14px;
	}
	
}


@media screen and (min-width:992px) { /* desktop */

	.sliding-popup-top .popup-content {
		text-align: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		padding-bottom: 35px;
	}

	.sliding-popup-top .popup-content #popup-text {
		max-width: 75%;
		text-align: left;
		float: left;
	}

	.sliding-popup-top .popup-content #popup-text p a {
		display: inline-block;
	}

	.sliding-popup-top .popup-content #popup-text p {
		width: 100%;
		font-size: 14px;
	}
	
	.sliding-popup-top .popup-content #popup-buttons {
		min-width: 19%;
		max-width: 25%;
		display: flex;
		flex-direction: column;
		padding-top: 30px;
	}
	.sliding-popup-top .popup-content #popup-buttons .agree-button {
		order: 2;
		display: block;
		width: 100%;
	}
	.sliding-popup-top .popup-content #popup-buttons .decline-button {
		border-color: #333;
		color: #333;
		order: 1;
		margin-bottom: 10px;
	}
	.sliding-popup-top .popup-content #popup-buttons .find-more-button {
		margin-top: 5px;
		font-size: 14px;
		text-decoration: underline;
		order: 3;
	}

}







.tui-modal-open .sliding-popup-top {
	display: none;
}


.sliding-popup-top .popup-content {
    text-align: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
        padding-bottom: 15px;
    padding-bottom: 30px;
}

.sliding-popup-top .container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 1160px;
}


.sliding-popup-top h4{
	color: #219ed9;
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sliding-popup-top .btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	white-space: normal;
	text-transform: uppercase;
}

.button-as-link {
    color: #219ed9;
    text-decoration: none;
    cursor: pointer;
}




/* Page Cookies */

.page-cookies{

}
.page-cookies h3{
	font-size: 26px;
	margin-bottom: 20px;
}
.page-cookies h4{
	font-size: 21px;
	margin-bottom: 15px;
}

.page-cookies table{
	border-collapse: collapse;
	width: 80%;
}
.page-cookies tr:first-of-type{
	background-color: #F3F0EC;
}
.page-cookies td,
.page-cookies th
{
	padding: 8px;
	border: 1px solid #dddddd;
}
.page-cookies th:first-of-type{
	width: 20%;
}
.page-cookies th:last-of-type{
	width: 10%;
}


.cookies-toggle {
	position: relative;
	outline: 0;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	margin: 0 0 5px 0;
}


.cookies-toggle::selection,
.cookies-toggle:after::selection,
.cookies-toggle:before::selection,
.cookies-toggle *::selection,
.cookies-toggle *:after::selection,
.cookies-toggle *:before::selection,
.cookies-toggle+.tgl-btn::selection {
	background: none;
}

.cookies-toggle span {
	position: relative;
	display: block;
	height: 1.8em;
	line-height: 1.2em;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	border-radius: 2em;
	padding: 0.2em 1em;
	transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.cookies-toggle span:before {
	position: relative;
	display: block;
	line-height: 40px;
	padding: 0 0.2em;
	font-size: 16px;
	padding-right: 25px;
}

.cookies-toggle span:after {
	position: absolute;
	display: block;
	content: '';
	border-radius: 2em;
	width: 25px;
	height: 25px;
	margin-left: 0;
	/*! background:#ffffff; */
	transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
	line-height: 40px;
	top: 8px;
}

.cookies-toggle input[type="checkbox"] {
	display: none !important;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span {
	background: #b9b9b9;
	color: #ffffff;
	min-width: 135px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span:before {
	content: attr(data-off);
	color: #ffffff;
	padding-right: 0;
	padding-left: 30px;
}

.cookies-toggle input[type="checkbox"]:not(:checked)+span:after {
	background: #ffffff;
	left: 4px;
}

.cookies-toggle input[type="checkbox"]:checked+span {
	background: #a0c800;
	color: #ffffff;
	min-width: 135px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.cookies-toggle input[type="checkbox"]:checked+span:before {
	content: attr(data-on);
}

.cookies-toggle input[type="checkbox"]:checked+span:after {
	background: #ffffff;
	left: 100%;
	margin-left: -30px;
}

.cookies-toggle input[type="checkbox"]:disabled,
.cookies-toggle input[type="checkbox"]:disabled+span,
.cookies-toggle input[type="checkbox"]:read-only,
.cookies-toggle input[type="checkbox"]:read-only+span {
	cursor: not-allowed;
}

