/**************************************************************
 Cassiopée Formation (www.lesclesduchangement.com)
 Copyright 2025-2025 Develop'it
 
 Version : 1.0.0
 Date    : 13/05/2025
 Fichier : css/Pied.css
**************************************************************/

/*************************** Pied ***************************/
footer#Pied {
	font-size: 12px;
	background-color:rgba( 0, 82, 160, 1.0 );
    color: rgba( 254, 254, 254, 1.0 );
	min-height:220px;
	font-family: 'JosefinSemiBold';
	font-weight: normal;
}
footer#Pied p, footer#Pied a {
	font-size: 13px;
	color: rgba(240, 240, 240, 1);
}
footer#Pied a:hover {
	color: rgba(254, 254, 254, 1);
}


/*************************** ZoneIdentite ***************************/
footer#Pied .ZoneIdentite {
	display: inline-flex;
	flex-direction: row;
	gap:40px;
	align-items: center;
}
footer#Pied .ZoneLogo img {
	max-width: 250px;
	margin-bottom: 2em;
	opacity: 0.5;
}
footer#Pied .ZoneAdresse {
	display: grid;
	height: 100%;
	align-content: center;
	width: fit-content;
	margin: 0 auto;
}
footer#Pied .ZoneAdresse .Titre {
	text-align: left;
	font-size:16px;
	font-weight: 700;
	color: rgba(254, 254, 254, 1.0);
}
footer#Pied .ZoneAdresse .Adresse {
	margin-left: 20px;
	position:relative;
	margin-bottom: 1em;
}
footer#Pied .ZoneAdresse .Telephone {
	margin-left: 20px;
	position:relative;
	margin-bottom: 1em;
}
footer#Pied .ZoneAdresse .SiteWeb {
	margin-left: 20px;
	position:relative;
	margin-bottom: 1em;
}
footer#Pied .ZoneAdresse .Adresse::before,
footer#Pied .ZoneAdresse .Telephone::before,
footer#Pied .ZoneAdresse .SiteWeb::before {
    content:"";
	width:14px;
	height: 14px;
	position:absolute;
	left:-20px;
	opacity: 0.6;
	background-size: contain;
}
footer#Pied .ZoneAdresse .Adresse::before {
	top:5px;
	background-image: url(../image/Adresse.svg);
}
footer#Pied .ZoneAdresse .Telephone::before {
	top:2px;
	background-image: url(../image/Telephone.svg);
}
footer#Pied .ZoneAdresse .SiteWeb::before {
	top:2px;
	background-image: url(../image/SiteWeb.svg);
}

@media only screen and (max-width:639px) { /* small */
	footer#Pied .ZoneIdentite {
		gap:20px;
	}
	footer#Pied .ZoneLogo img {
		max-width: 120px;
	}
		footer#Pied .ZoneAdresse .Titre, footer#Pied .ZoneAdresse .Adresse {
		margin-bottom: 0;
	}
}


/*************************** 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.8 );
	color:rgba( 0, 82, 160, 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, 1.0 );
}


/*************************** Copyright ***************************/
#Copyright .Separateur {
	display: inline-block;
	text-align: center;
	width: 3em;
}
#Copyright .Separateur:before {
	content: "-";
}
#Copyright {
	background-color:rgba( 0, 30, 57, 1.0 );
	line-height:40px;
	font-family: 'AvenirBook';
	font-size: 12px;
    color: rgba( 254, 254, 254, 1.0 );
	text-align:center;
}
footer#Pied #Copyright a {
	font-size: 12px;
    color: rgba( 254, 254, 254, 1.0 );
	text-decoration:none;
}
#Copyright a:hover {
	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: var(--clr-secondary);
	background-color:#89739a;
	color: #000;
}
