/* ========================================
   ROLEX FOOTER - HBJO-WEB - Abder kinane
   ======================================== */
.footer-rolex__root {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background: linear-gradient(90deg, rgb(11, 62, 39), rgb(25, 113, 73));
}

.footer-rolex__logo {
	padding: 2.5rem 0 2rem;
}

.footer-rolex__logo img {
	display: block;
	width: 40px;
	height: 45px;
	object-fit: contain;
}

.footer-rolex__gold-line {
	display: block;
	width: 100vw;
	height: 1px;
	background: linear-gradient(to right, #ffdc73, #f1e3a4, #ffdc73);
	transform: scaleY(0.5);
	transform-origin: center;
}

.footer-rolex__back-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-rolex__top {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 1.1rem 0 1.4rem;
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-rolex__top,
.footer-rolex__top:visited,
.footer-rolex__top:hover,
.footer-rolex__top:focus,
.footer-rolex__top:active {
    color: #ffffff !important;
    text-decoration: none;
}

.footer-rolex__top:hover,
.footer-rolex__top:focus {
	color: #ffffff;
	opacity: 0.85;
	transform: translateY(-2px);
}

.footer-rolex__top svg {
	display: block;
}

.footer-rolex__legend {
    font-size: 0.80rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #ffffff;
    line-height: 1;
}