/*
--------------------------------------
Before footer
--------------------------------------
*/

section.before-footer {
	position: relative;
	z-index: 1;
	background: white;
}

/*
--------------------------------------
Newsletter
--------------------------------------
*/
.newsletter span.section__title__subtitle
{
	display: block;
	text-align: center;
	color: var(--third-color);
	font-size: 13px;
	letter-spacing: 5.2px;
}
.section__title-content.newsletter {
	background: url(../../../img/bg/bg-newsletter-2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.footer-container .default-container
{
	width: unset;
	max-width: unset;
}

.section__title-content.newsletter .section__title-content__inner {
	padding: calc((280px - 55px)/2) 0;
}

section.section__title-content.newsletter .c-title {
	font-family: var(--regular-font);
	color: var(--third-color);
	letter-spacing: 4.2px;
	font-size: 28px;
}

.block_newsletter form {
	position: relative;
	align-items: center;
	background: transparent;
}


.block_newsletter form .input__wrapper {
	max-width: 95%;
	width: 95%;
	margin: 1em auto;
	display: flex;
	justify-content: center;
}

.section__title-content.newsletter .section__title {
	padding: 0;
}

.section__title-content.newsletter .c-title {
	padding: 0;
}

.section__title-content.newsletter .section__content {
	opacity: 0;
	width: 95%;
	margin: auto;
	position: absolute;
	top: 2.5em;
	left: 0;
	right: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out;
}

.section__title-content.newsletter .section__content.--is-shown {
	opacity: 1;
	pointer-events: all;
}

.section__title-content.newsletter .section__content.--is-shown .input__wrapper {
	background: transparent;
	border-bottom: 1px solid var(--third-color);
}

.block_newsletter form
{
	max-width: 50%;
	background: transparent;
	position: absolute;
	bottom: -13em;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
}

.logo_filigrane
{
	position: absolute;
	z-index: 3;
}
.footer-svg{
	top: 130px;
	left: -11%;
}
.footer-svg svg
{
	height: 369px;
}

.footer-svg svg path {
	stroke-width: 0.6;
}

/*
--------------------------------------
Footer
--------------------------------------
*/

.footer-container {
	background: #101011;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.footer-container .footer {
	padding: 3em 0;
}

.footer .footer-items-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 55%;
	padding: 3vh 0 2vh;
}

.footer-logo {
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
	border-bottom: 1px solid var(--secondary-color);
}

.footer-logo img {
	max-height: 264px;
}

.footer__links__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 0 75%;
}

img.logo_pitlegend_footer
{
	height: 2em;
	object-fit: cover;
	margin-left: 50%;
	transform: translateX(-50%);
}

label.footer-name_shop
{
	margin-top: .5em;
	color: var(--secondary-color);
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: .4em;
}

label.footer-name_shop::before {
	content: 'Pit';
	color: var(--third-color);
	font-weight: 600;
}

label.footer-name_shop::after {
	content: 'Legend';
	color: #C2A666;
	font-weight: 10;
}

.c-title.footer-title {
	font-family: var(--second-font);
	font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
	color: var(--primary-color);
	text-transform: uppercase;
}

/*LINKS*/

.links__footer__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.links__footer__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links .h3 {
	position: relative;
	font-family: var(--main-font);
	font-size: 17px;
	font-weight: 400;
	color: var(--third-color);
	letter-spacing: 1.7px;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

/*.links .h3:after {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	width: 13px;*/
/*	height: 1px;*/
/*	background: #fff;*/
/*	bottom: 0;*/
/*}*/

.links__footer__list {
	display: none;
}

.links__footer__list.-is--shown {
	display: block;
}

.links__footer__container i {
	color: rgb(228, 228, 228);
	font-size: 20px;
}

#footer .footer-container .links ul li a{
	color: var(--secondary-color);
	font-size: 12px;
	font-family: var(--main-font);
	line-height: 35px;
	transition: all 0.35s ease-in-out;
}
#footer .footer-container .links ul li a:hover{
	color: var(--secondary-color);
}

.footer__infos {
	display: flex;
	flex-direction: column;
}

.footer-container li {
	margin-bottom: .3125rem
}

.links__footer__list.footer__item li a {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	color: #888888;
	line-height: 1.35em;
	transition: all 0.35s ease-in-out;
}

.links__footer__list.footer__item li a:hover {
	color: var(--secondary-color);
}

/*PAYMENTS*/

.links-footer-container-3 ul li:not(:last-of-type) {
	margin-bottom: .75em;
}

/*RS*/

.links-footer-container-4 ul {
	display: flex;
}

.links-footer-container-4 ul li:not(:last-of-type) {
	margin-right: 1em;
}

.links-footer-container-4 ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease-in-out;
}

.links-footer-container-4 ul li a:hover {
	background: #ce3f58;
}

.links-footer-container-4 ul li i {
	color: var(--secondary-color);
}

/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	background: #090909;
	text-align: center;
	padding: 1.5em 0;
}

.footer-copyright * {
	color: #fff;
	text-transform: uppercase;
}

.footer-copyright-content {
	display: inline-block;
}

.footer-copyright-content:before,
.footer-copyright-content:after {
	display: inline-block;
	position: relative;
	top: -3px;
	content: '';
	width: 3px;
	height: 3px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.footer-copyright-content:before {
	right: 2em;
}

.footer-copyright-content:after {
	left: 2em;
}

.footer-copyright a {
	transition: all 0.35s ease-in-out;
}

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

.block_newsletter .btn-primary{
	background-color: var(--secondary-color)
}

.before-footer .btn-primary,.before-footer .btn-secondary,.before-footer .btn-tertiary
{
	padding:0.5rem 0 ;
}
