/********************
	Part - before-footer
********************/

.before-footer {
	background: white;
}

/********************
	Part - newsletter
********************/

.section__title-content.newsletter .section__title-content__inner {
	padding: 6vh 0;
}

.block_newsletter form .input__wrapper {
	max-width: 40%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.input__wrapper .btn-primary {
	border-radius: 2px;
	padding: 0.5rem;
}

.block_newsletter .conditions__wrapper {
	text-align: center;
	margin-top: 2em;
}

.conditions__wrapper * {
	font-style: italic;
	color: #343727;
	transition: all 0.35s ease-in-out;
}

.conditions__wrapper a {
	text-decoration: underline;
}

.conditions__wrapper a:hover {
	color: var(--color-secondary);
}

/********************
	Part - main-footer
********************/

#footer {
	background: url(../../../assets/img/footer/bg-footer.jpg);
	background-size: cover;
}

.footer-container {
	overflow: hidden;
	margin: 0;
	padding: calc(40px + (130 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}

.footer-inner {
	max-width: 90%;
	margin: auto;
}

.footer-container .footer {
	display: grid;
	grid-template-columns: 1fr;
}

/*
--------------------------------------
Logo + Description
--------------------------------------
*/

.footer .footer-description-container p {
	color: rgba(255, 255, 255, .8);
	line-height: 2em;
	max-width: 90%;
	margin-top: 1em;
}

.footer .footer-description-container p span {
	color: var(--color-secondary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer .c-title {
	font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	color: #fff;
	text-transform: none;
	margin-top: 1em;
}

.footer .c-link-list__link-list {
	margin-top: 1.5em;
}

.footer .c-link-item {
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
	line-height: 2.5em;
	transition: all 0.35s ease-in-out;
}

.footer .c-link-item:hover {
	color: var(--color-secondary);
}

.footer .c-link-list__link-item span {
	color: rgba(255, 255, 255, .8);
}

.c-rs-link-list-container {
	margin-top: 1em;
}

.c-rs-link-list-container a:first-of-type {
	margin-right: 1em;
}

.text-xs-center.pb-1.pt-2 {
	display: none;
}

/*
--------------------------------------
After footer
--------------------------------------
*/

.after-footer-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3em 0;
}

.after-footer-container .after-footer-mention {
	font-size: 14px;
	color: #6B7057;
	text-transform: uppercase;
	margin-bottom: 2em;
}

.after-footer-img-container {
	background-color: #FFF;
	color: #000;
	border: solid #000 3px;
	display: flex;
	align-items: center;
	padding: 15px;
	min-height: 60px;
}

.after-footer-img-container img {
	width: 100px;
	height: 70px;
	padding-bottom: 10px;
	margin-right: 15px;
	border: solid #000 1px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}