/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/*
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

/* Goblal */
:root {
	--blue: #142a4c;
	--white: #ffffff;
	--chaussures: #ff6464;
	--jouets: #ffaf32;
	--textiles: #8264ff;
	--mercerie: #00e1be;
}

@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 Book.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 Black.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'NanamiSolid';
	src: url('assets/fonts/Nanami HM Solid W01 Heavy') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'NanamiSolid', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1 {
	font-size: clamp(1.5rem, 3vw, 1.75rem);
	line-height: 3.5rem;
	text-transform: uppercase;
	font-weight: 300;
}

h2 {
	font-size: clamp(1.85rem, 3vw, 2.125rem);
	line-height: 3rem;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
	font-size: 14px;
	line-height: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
}

.svg-icon {
	display: inline-block;
	background-color: #fff;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
}

.svg-icon.chaussures {
	-webkit-mask-image: url('assets/img/visuel-chaussures.svg');
	mask-image: url('assets/img/visuel-chaussures.svg');
	width: 48px;
	height: 24px;
}

.svg-icon.jouets {
	-webkit-mask-image: url('assets/img/visuel-jouets.svg');
	mask-image: url('assets/img/visuel-jouets.svg');
	width: 35px;
	height: 41px;
}

.svg-icon.textiles {
	-webkit-mask-image: url('assets/img/visuel-textiles.svg');
	mask-image: url('assets/img/visuel-textiles.svg');
	width: 39px;
	height: 39px;
	background-color: #fff;
}

.svg-icon.mercerie {
	-webkit-mask-image: url('assets/img/visuel-mercerie.svg');
	mask-image: url('assets/img/visuel-mercerie.svg');
	width: 44px;
	height: 35px;
}

/*----- Bloc Hero ------*/

/* Bloc bleu principal */
.hero-wrap {
	background-image: url('assets/img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: var(--white);
}

/* Colonne gauche */
.hero-logo {
	height: 154px;
	width: auto;
	border-radius: 0 0 40px 40px;
	background: #fff;
	padding: 34px 29px;
}

.hero-text h1 i {
	margin: 0 11px 0 15px;
	position: relative;
}
.hero-text h1 i.chaussures {
	top: 2px;
}
.hero-text h1 i.jouets {
	top: 11px;
}
.hero-text h1 i.textiles {
	top: 8px;
}
.hero-text h1 i.mercerie {
	top: 6px;
}

.btn {
	background-image: url('assets/img/btn.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
}

.btn:hover {
	color: #fff;
	border: none;
	background-color: transparent;
}

.btn-light {
	background-image: url('assets/img/btn-light.png');
	color: #000;
}
.btn-light:hover {
	background-image: url('assets/img/bg-button-hover.png');
	color: #fff;
}
.btn-light:hover .icon-png.carre-fleche, .btn:hover .icon-png.carre-fleche.noir {
	background-image: url(assets/img/square-arrow.png);
}
i.parallax {
	will-change: transform;
}

/* Grille images desktop */
.images-mix .object-cover {
	object-fit: cover;
	object-position: center;
	display: block;
}
.images-mix img {
	display: block;
	width: 318px !important;
	height: auto;
	max-width: 100%;
	object-fit: cover;
}

.images-mix .col-6 {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.images-mix .mb-3 img,
.images-mix img:last-child {
	flex: 1;
}
.svg-icon.rayons {
	-webkit-mask-image: url('assets/img/rayons.svg');
	mask-image: url('assets/img/rayons.svg');
	width: 82px;
	height: 96px;
	margin-top: -105px;
	margin-left: -2px;
}
.svg-icon.zigzag {
	-webkit-mask-image: url('assets/img/zigzag.svg');
	mask-image: url('assets/img/zigzag.svg');
	width: 144px;
	height: 82px;
	z-index: 10;
	right: 145px;
	margin-top: 4px;
}
.hero-wrap .svg-icon.position-absolute {
	background-color: var(--chaussures);
}

/* États actifs */
h1 .chaussures.active {
	color: var(--chaussures) !important;
}
h1 .active .svg-icon.chaussures, .svg-icon.zigzag.chaussures, .svg-icon.rayons.chaussures {
	background-color: var(--chaussures);
}
h1 .jouets.active {
	color: var(--jouets) !important;
}
h1 .active .svg-icon.jouets, .svg-icon.zigzag.jouets, .svg-icon.rayons.jouets {
	background-color: var(--jouets);
}
h1 .textiles.active {
	color: var(--textiles) !important;
}
h1 .active .svg-icon.textiles, .svg-icon.zigzag.textiles, .svg-icon.rayons.textiles {
	background-color: var(--textiles);
}
h1 .mercerie.active {
	color: var(--mercerie) !important;
}
h1 .active .svg-icon.mercerie, .svg-icon.zigzag.mercerie, .svg-icon.rayons.mercerie {
	background-color: var(--mercerie);
}

.images-mix .image-container {
	position: relative;
	overflow: hidden;
}

img.img-chaussures,
img.img-jouets,
img.img-textiles,
img.img-mercerie {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transform: scale(1);
	transition: opacity 1.2s ease-in-out;
}

img.img-chaussures.active,
img.img-jouets.active,
img.img-textiles.active,
img.img-mercerie.active {
	opacity: 1;
	z-index: 2;
}

/* Mobile et tablettes */
@media (max-width: 992px) {
	.hero-wrap {
		margin: 0;
		border-radius: 0;
		padding: 2.5rem 0 3rem;
		background-size: cover;
		background-position: center calc(50% - 8px);
	}

	.hero-panel {
		text-align: center;
	}

	.hero-logo {
		margin-inline: auto;
		margin-bottom: 2rem;
    height: 114px;
    padding: 18px 11px 21px;
}

	.hero-wrap .btn {
		display: block;
		width: 80%;
		max-width: 260px;
		margin: 1.75rem auto 1rem;
	}

	.hero-text h1 i {
		display: none;
	}

	h1 {
		line-height: 2.5rem;
	}
	h2 {
		line-height: 2rem;
	}
	.svg-icon.zigzag {
		width: 96px;
		height: 54px;
		right: 45px;
		margin-top: 4px;
	}
	.svg-icon.rayons {
		width: 61px;
		height: 71px;
		margin-top: -72px;

	}
}

.images-mix .image-container.t1 {
	aspect-ratio: 318 / 491;
}

.images-mix .image-container.t2 {
	aspect-ratio: 318 / 200;
}


/* Très grand écran */
@media (min-width: 1400px) {
	.hero-wrap .container {
		max-width: 1400px;
	}
}

/*----- Bloc Bienvenue ------*/
.bienvenue p {
	font-weight: 300;
	font-size: 18px;
	line-height: 2rem;
}

.bienvenue-blocs {
	max-width: 1054px;
	margin: 0 auto;
}

.bienvenue-blocs .ligne {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}

.bienvenue-blocs .bloc {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 264px;
	background-size: cover;
	background-position: center;
}
.bienvenue-blocs p {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 1.4rem;
}

.bienvenue-blocs .bloc-2,
.bienvenue-blocs .bloc-3 {
	width: 416px;
	color: #000;
}

.bienvenue-blocs .bloc-2 {
	background-color: var(--mercerie);
}
.bienvenue-blocs .bloc-3 {
	background-color: var(--jouets);
}

/* Fond image pour les blocs 1 et 4 */
.bienvenue-blocs .bloc-1,
.bienvenue-blocs .bloc-4 {
	width: 613px;
	color: #fff;
}

@media (min-width: 992px) {
	.icon-png.coeur {
		background-image: url('assets/img/coeur.svg');
		width: 94px;
		height: 110px;
		background-size: 100%;
		background-repeat: no-repeat;
		left: -69px;
		top: -41px;
	}
}

@media (max-width: 992px) {
	.bloc {
		height: auto !important;
	}
}

@media (max-width: 768px) {
	.bienvenue h2 {
		font-size: 1.5rem;
	}
	.bienvenue-blocs .ligne {
		flex-direction: column;
		gap: 16px;
		margin-bottom: 16px;
	}
	.bloc {
		width: 100% !important;
		height: auto !important;
	}

			.bienvenue-bl4-image {
				background-image:
					rgba(0, 0, 0, 0.54),
					var(--image-originale) !important;
			}

}

/*----- Bloc chiffres ------*/
.bloc-chiffres {
	background-image: url('assets/img/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	color: var(--white);
}
.bloc-chiffres .chiffres {
	font-size: 34px;
	line-height: 2rem;
	font-weight: 600;
}
.bloc-chiffres p {
	color: #B0C3DF;
	font-size: 24px;
}

@media (max-width: 768px) {
	.bloc-chiffres {
		background-image: url('assets/img/bg-mobile.png');
		margin: 0 8px;
	}
}

@media (min-width: 992px) {
	.stat-item {
		padding: 3rem 1.5rem;
	}
	.icon-png.triangle-vert {
		background-image: url('assets/img/triangle-vert.svg');
		width: 112px;
		height: 103px;
		background-size: 100%;
		background-repeat: no-repeat;
		right: 6%;
		top: -63px;
	}
}

/*----- Bloc Cartes sections ------*/
.flip-card-container {
	perspective: 1000px;
	height: 460px;
	max-width: 307px;
}

.flip-card {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	cursor: pointer;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	border-radius: 12px;
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 12px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flip-card-back {
	transform: rotateY(180deg);
}

.flip-card-back p {
	font-size: 19px;
}
.flip-card-back p.fw-bolder {
	font-size: 20px;
}

.flip-card-container:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card h3 {
	font-size: clamp(1.85rem, 3vw, 2.3rem);
	font-weight: 400;
}

.flip-card i {
	background-color: #000;
}
.flip-card i.textiles {
	background-color: #fff;
}
.flip-card .oeil {
	width: 50px;
	align-self: center;
	margin-top: 0.8rem;
}
.flip-card-back .oeil {
	display: none;
}
.cartes-section.container {
	margin-top: 5.2rem !important;
	margin-bottom: 4.6rem !important;
}

@media (max-width: 768px) {
	.flip-card img {
		max-width: 300px;
	}
	.flip-card-container {
		height: 455px;
		width: 100%;
		max-width: 100%;
	}
	.flip-card .oeil {
		position: absolute;
		display: block;
		bottom: 3.5rem;
		width: 50px;
		align-self: center;
	}
	.flip-card-back > div {
		max-width: 319px;
	}
	.cartes-section.container {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
}

@media (max-width: 1199px) {
	.cartes-section.container {
		max-width: 900px !important;
	}
}
@media (min-width: 1200px) {
	.cartes-section.container {
		max-width: 100% !important;
	}
	.cartes-section .carte2, .cartes-section .carte4 {
		margin-top: 120px;
	}
}

.carte1 .flip-card-front,
.carte1 .flip-card-back {
	background-color: var(--chaussures);
}

.carte2 .flip-card-front,
.carte2 .flip-card-back {
	background-color: var(--jouets);
}

.carte3 .flip-card-front,
.carte3 .flip-card-back {
	background-color: var(--textiles);
	color: #fff;
}

.carte4 .flip-card-front,
.carte4 .flip-card-back {
	background-color: var(--mercerie);
}

/*----- Bloc Vidéos ------*/
.explorer-metiers {
	background-image: url('assets/img/bg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.modal-xl .modal-dialog {
	max-width: 900px;
}

.video-slide .video-trigger {
	position: relative;
	display: block;
	border-radius: 18px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.3s;
	aspect-ratio: 502 / 280;
}
.video-slide .video-trigger:hover {
	transform: scale(1.02);
}
.custom-play-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	z-index: 2;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
	transition: transform 0.3s ease;
}

.video-trigger:hover .custom-play-overlay {
	transform: translate(-50%, -50%) scale(1.1);
}

/*----- slider vidéos ------*/
.slider-container {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}

.slider-container img {
	height: 50px;
	width: 100%;
	object-fit: cover;
}

.slider-nav {
		position: absolute;
		right: 0;
		top: 46px;
}

.slider-nav button {
	width: 51px;
	height: 51px;
	padding: 0;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7.4px 12px;
	border-radius: 2px;
	cursor: pointer;
}

.slider-prev {
	background-image: url('assets/img/prev.png');
}

.slider-next {
	background-image: url('assets/img/next.png');
}

.etiquettes {
	margin-top: 15px;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.etiquettes span {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: inline-block;
	padding: 10px;
	line-height: 1.5rem;
	margin-right: 5px;
	max-width: 190px;
  word-break: break-word;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.15rem;
}

.etiquettes span.prenom {
	background-image: url('assets/img/etiquette-bleue.png');
}

.etiquettes.chaussures span.metier {
	background-image: url('assets/img/etiquette-chaussures.png');
}
.etiquettes.chaussures span.prenom {
	color: var(--chaussures);
}
.etiquettes.jouets span.metier {
	background-image: url('assets/img/etiquette-jouets.png');
}
.etiquettes.jouets span.prenom {
	color: var(--jouets);
}
.etiquettes.textiles span.metier {
	background-image: url('assets/img/etiquette-textiles.png');
	color: var(--white);
}
.etiquettes.textiles span.prenom {
	color: #DED7FF;
}
.etiquettes.mercerie span.metier {
	background-image: url('assets/img/etiquette-mercerie.png');
}
.etiquettes.mercerie span.prenom {
	color: var(--mercerie);
}
.etiquettes.tous span.metier {
	background-image: url('assets/img/etiquette-bleue.png');
	color: #e9eef3;
}
.etiquettes.tous span.prenom {
	color: #e9eef3;
}

/* Mobile */
@media (max-width: 768px) {
	.liste-metiers {
		background-position: center calc(50% - 12px);
		margin-bottom: -12px;
	}
	.slider-nav {
		top: 95px;
	}
}

/* Vous recherchez un emploi ? */
.metiers-vide > div.row {
	background-color: #fff;
	border-radius: 18px;
	box-shadow: 0 6px 6px -1px rgba(0, 0, 0, 0.2);
}

.metiers-vide h3, .recherche-emploi .card h3 {
	text-transform: none;
	font-size: 24px;
	font-weight: 400;
}

.metiers-vide p {
	font-weight: 300;
	font-size: 18px;
}

.recherche-emploi .card h3 {
	font-weight: 300;
	line-height: 2.2rem;
}

.recherche-emploi .card p {
	font-weight: 200;
	font-size: 1rem;
	line-height: 1.6rem;
}

.recherche-emploi .card h3, .recherche-emploi .card p {
	color: var(--white);
}

.icon-png.carre-fleche {
  background-image: url('assets/img/square-arrow.png');
	width: 12px;
	height: 12px;
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 9px;
}
.icon-png.carre-fleche.noir {
	background-image: url('assets/img/square-arrow-black.png');
}
.icon-png.etoile {
	background-image: url('assets/img/etoile-mobile.svg');
	width: 80px;
	height: 82px;
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: 0px;
	left: 23%;
}
@media (min-width: 992px) {
	.metiers-vide>div.row>div {
		padding-top: 2.7rem !important;
		padding-bottom: 2.7rem !important;
	}
	.icon-png.zigzag-vert {
		background-image: url('assets/img/zigzag-vert.svg');
		width: 114px;
		height: 65px;
		background-size: 100%;
		background-repeat: no-repeat;
		top: -25px;
		left: 46%;
	}
	.icon-png.fleche-jaune {
		background-image: url('assets/img/fleche-jaune.svg');
		width: 60px;
		height: 89px;
		background-size: 100%;
		background-repeat: no-repeat;
		bottom: -15px;
		left: -24px;
	}
	.recherche-emploi .icon-png.etoile {
		bottom: -22px;
	}
	.metiers-vide .icon-png.etoile {
		background-image: url('assets/img/etoile.svg');
		width: 51px;
		height: 95px;
		bottom: 5px;
		left: 16px;
	}
}
@media (min-width: 1400px) {
	.icon-png.fleche-jaune {
			left: 1px;
		}
}

/* Liste de métiers */
.metiers-wrapper {
	margin: 0 auto;
}

.card {
	border: none;
	border-radius: 18px;
}

.card h3 {
	font-size: 2rem;
	line-height: 2.2rem;
	font-weight: 500;
	text-transform: inherit;
}

.card .btn.blanc {
	background: #fff;
	color: #000;
}
.card .btn.blanc:hover {
	background: url(assets/img/btn.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
	border-radius: 5px;
}
.metier-secteur {
	display: inline-flex;
	max-width: max-content;
	padding: 6px 8px 4px;
}

.metier-secteur span {
	font-weight: 400;
	font-size: .75rem;
}
.metier-secteur.chaussures {
	color: var(--chaussures);
	background-color: color-mix(in srgb, var(--chaussures) 10%, transparent 90%);
}
.metier-secteur.chaussures .svg-icon {
	background-color: var(--chaussures);
	width: 20px;
	height: 17px;
	position: relative;
	bottom: 1px;
	left: 5px;
	margin-right: 6px;
}
.metier-secteur.jouets {
	color: var(--jouets);
	background-color: color-mix(in srgb, var(--jouets) 10%, transparent 90%);
}
.metier-secteur.jouets .svg-icon {
	background-color: var(--jouets);
	width: 20px;
	height: 17px;
	position: relative;
	bottom: 1px;
	left: 5px;
	margin-right: 6x;
}
.metier-secteur.textiles{
	color: var(--textiles);
	background-color: color-mix(in srgb, var(--textiles) 10%, transparent 90%);
}
.metier-secteur.textiles .svg-icon {
	background-color: var(--textiles);
	width: 17px;
	height: 17px;
	position: relative;
	bottom: 1px;
	left: 5px;
	margin-right: 6px;
}
.metier-secteur.mercerie  {
	color: var(--mercerie);
	background-color: color-mix(in srgb, var(--mercerie) 10%, transparent 90%);
}
.metier-secteur.mercerie .svg-icon {
	background-color: var(--mercerie);
	width: 18px;
	bottom: 0px;
	height: 15px;
	position: relative;
	left: 4px;
	margin-right: 6px;
}
.metier-secteur.tous {
	color: var(--blue);
	background-color: color-mix(in srgb, var(--blue) 10%, transparent 90%);
}

.liste-metiers {
	background-color: #EDF0F7;
}
.liste-metiers p {
	max-width: 800px;
	font-weight: 300;
	font-size: 18px;
}

.recherche-emploi .card {
	background-color: var(--blue);
}

.metiers-pagination .page-numbers {
	background-color: var(--blue);
	color: #fff;
	padding: 6px 5px 4px;
	height: 32px;
	width: 32px;
	display: inline-block;
}
.metiers-pagination a {
	text-decoration: none;
	color: #000;
	margin: 0 1.2rem;
	font-size: 0.85rem;
}
.metiers-pagination a, .metiers-pagination span {
	margin: 0 0.75rem;
	font-size: 0.80rem;
}
.metiers-results-count {
	position: absolute;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: #717D96;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.metiers-results-count {
		position: relative;
	}
}

@media (min-width: 992px) {
	.metiers-pagination {
		height: 25px;
	}
	.icon-png.panier {
		background-image: url('assets/img/panier.svg');
		width: 102px;
		height: 83px;
		background-size: 100%;
		background-repeat: no-repeat;
		top: 18px;
		right: 0;
	}
	.icon-png.tshirt {
		background-image: url('assets/img/tshirt.svg');
		width: 96px;
		height: 96px;
		background-size: 100%;
		background-repeat: no-repeat;
		top: 105px;
		left: -32px;
	}
	.icon-png.chaussure {
		background-image: url('assets/img/chaussure.svg');
		width: 100px;
		height: 52px;
		background-size: 100%;
		background-repeat: no-repeat;
		bottom: 1%;
		left: 27%;
	}
	.icon-png.ourson {
		background-image: url('assets/img/ourson.svg');
		width: 66px;
		height: 100px;
		background-size: 100%;
		background-repeat: no-repeat;
		bottom: 4%;
		right: 0;
	}
}

@media (min-width: 1400px) {
	.metiers-wrapper {
		max-width: 1277px;
	}
}

/*----- Footer ------*/
.bootscore-footer-top img {
	margin-left: 33px;
	padding-top: 2rem;
	padding-bottom: 0.7rem;
}
.bg-body-tertiary {
	background-color: var(--blue) !important;
	border-bottom: none !important;
}
.bg-body-tertiary a {
	color: #A0ABC0;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 13px;
	line-height: 1.4rem;
}
.top-button {
	display: none;
}
