.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.container-center {
	margin: auto !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

@media (min-width: 576px) {
	.container {
		width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1330px) {
	.container {
		width: 1300px;
	}
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

html {
	overflow-x: hidden;
}

/*Start Privacy Policy*/
.page-template-template-privacy-policy {
    /* font-family: 'Helvetica-Neue-condensedbold'; */
    font-family: 'MediumCond';
}

.privacy-header {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #b4c23b;
}

.privacy-header .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.privacy-header .back {
    display: inline-block;
    font-family: 'HelveticaNeuer';
    color: #fff;
    font-size: .9em;
    line-height: 1.1;
    text-align: left;
    border: 0;
    background-color: transparent;
    transition: ease-in-out .2s;
    margin-bottom: 20px;
    padding-left: 0;
}
.privacy-header .back::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url('../images/arrow-right-white.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease-in-out .2s;
    margin-right: 7px;
}
.privacy-header .back:hover {
    color: #575656;
}
.privacy-header .back:hover::before {
    filter: grayscale(100%) brightness(35%);
}

.privacy-header h1 {
    display: inline-block;
    color: #fff;
    font-size: 3em;
    line-height: 1.1;
    font-family: 'Helvetica-Neue-condensedbold';
}

.privacy-header .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.privacy-header .language ul {
    list-style-type: none;
}

.privacy-header .language a {
    background: #fff;
    padding: 3px 5px;
    font-size: 20px;
    font-family: 'HeavyCond';
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #959595;
    border-radius: 8px;
    transition: ease-in-out .3s;
}

.privacy-header .language a:hover {
    background-color: #b4c23b;
    color: #fff;
    border: 2px solid #fff;
}

.privacy-body {
    display: block;
    padding: 50px 0 60px 0;
    color: #575656;
    font-size: 1.3em;
    line-height: 1.6;
}

.privacy-body strong {
    font-family: 'HeavyCond';
}

.privacy-body h2 {
    font-size: 1.5em;
    line-height: 1.2;
}

.privacy-body h3 {
    font-size: 1.2em;
    line-height: 1.2;
}

.privacy-body h2,
.privacy-body h3, 
.privacy-body h4 {
    margin-bottom: 30px;
}

.privacy-body a {
    color: #000;
}

.privacy-footer {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #b4c23b;
}

/*Privacy Link*/
.privacy-policy-link {
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 30px 10px 25px 0;
    text-align: right;
}

.privacy-policy-link a {
    display: block;
    color: #000;
    font-family: 'MediumCond';
    font-size: 16px;
    transition: ease-in-out .3s;
    text-decoration: none;
}

.privacy-policy-link a:hover {
    color: #575656;
}

.page-template-template-homepage-recyc .privacy-policy-link {
    background-color: #fff;
}

.page-template-template-enterprises .privacy-policy-link,
.page-template-template-anjou .privacy-policy-link {
    background-color: #99a953;
}

@media screen and (max-width: 767px) {
    .privacy-header {
        padding: 50px 0;
    }

    .privacy-header h1 {
        font-size: 2em;
    }

    .privacy-header .language a {
        font-size: 1em;
    }

    .privacy-body {
        font-size: 1.1em;
    }

    .privacy-body h2 {
        font-size: 1.2em;
    }
    
    .privacy-body h3 {
        font-size: 1em;
    }

    .privacy-body h2,
    .privacy-body h3, 
    .privacy-body h4 {
        margin-bottom: 20px;
    }
}

/*Style for Cookies Banner*/
#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
    font-size: 12px !important;
}
#CybotCookiebotDialogPoweredbyCybot svg {
    display: none !important;
}
#CybotCookiebotDialog h2 {
    font-family: var(--bs-body-font-family);
    font-size: 15px !important;
}
#CybotCookiebotDialog h3 {
    font-family: "Libre Franklin",sans-serif;
    font-size: 10px !important;
}
#CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
}
#CybotCookiebotDialog label {
    font-size: 10px !important;
    display: inline;
    width: 120%;
}
#CybotCookiebotDialogPoweredByText a {
    display: none !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 7px !important;
    font-family: var(--bs-body-font-family);
    font-size: 1em;
    border: 1px solid #b4c23b !important;
    transition: ease-in-out .3s !important;
}
#CybotCookiebotDialogBodyContentText {
    font-family: 'Proxima Nova Rg';
}

#CookiebotWidget * {
    font-size: 12px !important;
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}