/**************************************************************
 Osteo Bordeaux Sud (www.osteo-bordeaux-sud.fr)
 Copyright 2026-2026 Develop'it
 
 Version : 1.0.0
 Date    : 10/03/2026
 Fichier : css/Pied.css
**************************************************************/

/*************************** Pied ***************************/
footer#Pied {
	padding-top: 40px;
	font-size: 13px;
	background-color:rgba(17,24,39);
    color: hsl(var(--clr-neutral));
	min-height:220px;
}
footer#Pied h3 {
	display: block;
	color: rgba(254, 254, 254, 1);
	margin-bottom: 20px;
}
footer#Pied p, footer#Pied a {
	color: hsl(var(--clr-neutral));
}
footer#Pied a:hover {
	color: rgba(254, 254, 254, 1);
}
footer#Pied a.button {
	color: rgba(254, 254, 254, 1);
	box-shadow: none;
}
/*************************** ZoneIdentite ***************************/
footer#Pied .ZoneIdentite {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
footer#Pied .ZoneLogo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 10em;

	/* max-width: 250px; */
	margin-bottom: 2em;
	/* opacity: 0.5; */
}footer#Pied .ZoneLogo img {
	object-fit: contain;
}
footer#Pied .ZoneIdentite .Nom {
	font-weight: 600;
	color: hsl(var(--clr-primary));
}
footer#Pied .ZoneIdentite .Metier {
	color: hsl(var(--clr-neutral) / 0.5);
}

/*************************** ZoneNavigation ***************************/
footer#Pied .ZoneNavigation ul {
	column-count: 2;
}

footer#Pied .ZoneNavigation ul li {
	list-style: none;
	text-align: left;
	padding: 0;
}
footer#Pied .ZoneNavigation ul li::before {
	content: "•";
	color: hsl(var(--clr-primary));
	margin-left: -20px;
	margin-right: 5px;
}
/*************************** ZoneAdresse ***************************/
footer#Pied .ZoneAdresse .Titre {
	text-align: left;
	font-size:16px;
	font-weight: 700;
	color: rgba(254, 254, 254, 1.0);
}
footer#Pied .ZoneAdresse svg {
	margin: 0;
	fill:hsl(var(--clr-primary));
	height: 1.0em;
}
footer#Pied .ZoneAdresse > div {
	margin-bottom: 0.5em;
	display: flex;
gap:5px;
	align-items: top;
}
@media only screen and (max-width:639px) { /* small */
	footer#Pied .ZoneAdresse {
		margin: 0 auto;
		width: max-content;
		text-align: left;
	}
	footer#Pied .ZoneNavigation ul li {
		text-align: center;
	}
}


/*************************** ReseauSocialPicto ***************************/
footer#Pied #ReseauSocialPicto {
	/* margin-top:20px; */
	display: inline-flex;
	justify-content: flex-end;
	gap:1em;
}
footer#Pied #ReseauSocialPicto a {
	display: flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	background-color:rgba( 254, 254, 245, 0.05 );
	color:rgba( 254,254,254, 1.0 );
	border-radius:50%;
}
footer#Pied #ReseauSocialPicto a svg {
	height: 20px;
	width: 20px;
	fill: currentColor;
}
footer#Pied #ReseauSocialPicto a:hover {
	background-color:rgba( 254, 254, 245, 0.2 );
}


/*************************** Copyright ***************************/
#Copyright {
	margin-top: 40px;
	border:1px solid hsl(var(--clr-neutral) / 0.1);
	/* background-color:rgba( 0, 30, 57, 1.0 ); */
	line-height:40px;
	/* font-family: 'AvenirBook'; */
	/* font-size: 12px; */
    color: hsl(var(--clr-neutral));
	text-align:center;
}
#Copyright .Separateur {
	display: inline-block;
	text-align: center;
	width: 3em;
}
#Copyright .Separateur:before {
	content: "-";
}
#Copyright a {
	/* font-size: 12px; */
    color: hsl(var(--clr-neutral));
	text-decoration:none;
}
#Copyright a:hover {
	color: rgba(254, 254, 254, 1);
	text-decoration:none;
}

@media only screen and (max-width:639px) { /* small */
	footer#Pied #ReseauSocialPicto div {
		margin-top: 10px;
	}
}

/*************************** BoutonAvisGoogle ***************************/
/* .BoutonAvisGoogle {
	margin-top:20px;
	padding:3px 6px;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	gap:5px;
	background-color:rgba( 254, 254,254,1.0);
	border-radius:10px;
	box-shadow:0 3px 8px rgba(30,30,30,0.15);
	text-align: center;
}
.BoutonAvisGoogle .Note {
	color:rgba(0,0,0,1.0);
	font-size:24px;
	line-height:1.0em;
	margin-bottom: -5px;
}
.BoutonAvisGoogle .NbAvis {
	color:rgba(120, 120, 120,1.0);
	font-size:12px;
} */

@media only screen and (max-width:639px) { /* small */
	/* .BoutonAvisGoogle {
		margin-bottom:20px;
	} */
}

/*************************** RetourHaut ***************************/
#btRetourHaut {
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	display: none;
	color: rgba(220, 220, 220, 1);
	z-index: 100;
	background-color: rgba(20, 20, 20, 0.2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.5s ease;
}
#btRetourHaut svg {
	fill: currentColor;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#btRetourHaut:hover,
#btRetourHaut:focus {
	background-color: rgba(245, 245, 245, 0.95);
	background-color: hsl(var(--clr-secondary));
	color: #000;
}
