.footer-v3 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #717171;
	position: relative;
	{# border-top: 1px solid #d2d2d1; #}
	margin: 0 auto;
	max-width: 144rem;
	padding: 0 var(--spacer_32, 3.2rem);
}

@media (max-width: 800px) {
	.footer-v3 {
		padding: 0 2rem;
	}
}

.footer-v3__header,
.footer-v3__nav,
.footer-v3__other-website,
.footer-v3__footer {
  padding-left: 4rem;
	padding-right: 4rem;
}

.footer-v3 .semantic-list {
	margin: 0;
	list-style-type: none;
}

.footer-v3 a {
	color: #3c3c3c;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration: none;
  position: relative;
}

.footer-v3__back-top {
	position: absolute;
  right: 3.2rem;
  top: -1.6rem;
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
	letter-spacing: .6px;
  text-transform: uppercase;
  color: #003da5;
  border: 1px solid #003da5;
  padding: .7rem 1.7rem;
  border-radius: 6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all .5s;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}

.footer-v3__back-top:hover {
	cursor: pointer;
  background-color: #003da5;
  color: #fff;
}

.footer-v3__back-top:after {
	content: "";
  width: 100%;
  height: 100%;
  background-color: #003da5;
  border-radius: 6rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.5,1.6,.4,.7);
  z-index: -1;
}

.footer-v3__back-top:hover:after {
	transform: scaleX(1);
}

.footer-v3__back-top-svg-container {
	margin-left: 1rem;
}

.footer-v3__back-top svg {
	width: 1.6rem;
	height: 1.6rem;
  transition: fill .5s;
}

.footer-v3__back-top:hover svg,
.footer-v3__back-top:hover path {
	fill: #FFF;
	stroke: #fff
}

.footer-v3__header {
	display: flex;
	justify-content: space-between;
	padding-bottom: 2.4rem;
}

.footer-v3__header-text {
	max-width: 68rem;
}

.footer-v3__header-medias-title {
	font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  color: #3c3c3c;
  margin-bottom: 1.6rem;
}

.footer-v3__header-medias-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-v3__header-medias-list-item a {
	width: 4.2rem;
	height: 4.2rem;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3c3c3c;
	background: transparent;
	transition: background .3s ease, box-shadow .3s ease;
}

.footer-v3__header-medias-list-item a:hover {
	background: #e1e1e1 radial-gradient(circle,transparent 1%,#e1e1e1 1%) center/15000%;
	box-shadow: 0 0 0 .3rem #e1e1e1;
} 

.footer-v3__header-medias-list-item a svg {
	width: 1.8rem;
	height: 1.8rem;
	transition: fill .3s ease;
}

.footer-v3__header-medias-list-item a:hover svg {
	fill: #000;
}

.footer-v3__header-medias-list-item a:hover path {
	stroke: #000;
}

.footer-v3__nav {
	position: relative;
	padding-bottom: 2.4rem;
	padding-top: 2.4rem;
	border-top: 1px solid #d2d2d1;
	border-bottom: 1px solid #d2d2d1;
}

.footer-v3__nav-list {
	display: flex;
}

.footer-v3__nav-list-item {
	flex: 1 0 0;
}

.footer-v3__nav-list-item-link {
	position: relative;
}

.footer-v3__nav-list-item-link:before {
	position: absolute;
  background-color: #d2d2d1;
  height: .1rem;
  width: 100%;
  bottom: 0;
  left: 0;
  content: "";
  transition: background-color .5s;
}

.footer-v3__nav-list-item-link:hover:before {
	background-color: #3c3c3c;
}

.footer-v3__header-text--mobile {
	display: none;
	padding-bottom: 2.4rem;
	font-size: 1.1rem;
}

.footer-v3__other-website {
	padding-bottom: 2.4rem;
	padding-top: 2.4rem;
  position: relative;
}

.footer-v3__other-website-list {
	display: flex;
	gap: 3.2rem;
}

.footer-v3 .footer-v3__other-website-list-item-link,
.footer-v3__footer-legal-notice-list-item-link {
	position: relative;
}

.footer-v3 .footer-v3__footer-legal-notice-list-item-link,
.footer-v3 .footer-v3__footer-copyrights{
	font-size: 1.3rem;
}

.footer-v3__other-website-list-item-link:before,
.footer-v3__footer-legal-notice-list-item-link:before {
  transition: .3s width ease;
  width: 0;
  height: .1rem;
  background-color: #3c3c3c;
  bottom: 0;
  position: absolute;
  content: "";
}

.footer-v3__other-website-list-item-link:hover:before,
.footer-v3__footer-legal-notice-list-item-link:hover:before {
	width: 100%;
}

.footer-v3__footer {
	padding: 2.4rem 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-direction: row;
	background-color: var(--background-color);
}
.footer-v3__footer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100dvw;
	height: 100%;
	background-color: var(--background-color);
	transform: translateX(-50%);
	border-top: 1px solid #d2d2d1;
	z-index: -1;
}

.footer-v3__footer:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-v3__footer-legal-notice-list {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
}

.footer-v3__footer-legal-notice-list-item {
	position: relative;
}

.footer-v3__footer-legal-notice-list-item:not(:last-child):after {
  background-color: #3c3c3c;
  content: "";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1px;
  top: 6px;
  right: -10px;
}

.footer-v3__footer-copyrights {
	color: #3c3c3c;
  text-decoration: none;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Roboto, Arial, sans-serif;
	text-align: right;
	margin: 0;
}

.footer-v3__footer-copyrights:hover {
	color: inherit;
  text-decoration: none;
}

@media (max-width: 991px) {
	.footer-v3__header {
		flex-direction: column;
		align-items: flex-end;
	}
	.footer-v3__header-text {
		max-width: unset;
	}
	.footer-v3__footer {
		padding: 2.4rem 0;
		flex-direction: column;
	}
	.footer-v3__footer-logo {
		margin-bottom: 2.4rem;
	}
	.footer-v3__footer-legal-notice-list-item {
		margin-bottom: 1rem;
	}
}

@media (max-width: 639px) {
	.footer-v3__header-text {
		display: none;
	}
	.footer-v3__header-text--mobile {
		display: block;
	}
	.footer-v3__nav-list {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.footer-v3__nav-list-item {
		border-bottom: 1px solid #e1e1e1;
    width: 100%;
	}
	.footer-v3 .footer-v3__nav-list-item-link {
		font-family: Montserrat, Roboto, Arial, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
    padding: 1.6rem 0;
	}
	.footer-v3__footer-copyrights {
	  text-align: left;	
	}
	.footer-v3__footer-legal-notice-list {
	  gap: 1rem;
		flex-flow: wrap;
		justify-content: flex-start;
	}
	.footer-v3__footer-legal-notice-list-item:not(:last-child):after {
		right: -5px;
	}
}