/**************************************************************
 Cassiopée Formation (www.cassiopee-formation.com)
 Copyright 2009-2024 Develop'it
 
 Version : 11.2.2
 Date    : 16/07/2024
 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 .Titre {
    color: #f8f8f8;
    font-size: 14px;
    line-height: 48px;
    margin-bottom: 12px;
	text-transform: uppercase;
	margin: 0;
	margin-top:30px;
}
footer#Pied p {
    margin-bottom:1em;
	line-height:1.4em;
}
footer#Pied p, footer#Pied a, footer#Pied ul, footer#Pied li {
	font-size: 13px;
    color: #f8f8f8;
}
footer#Pied p.Adresse {
    margin-top: 20px;
}
footer#Pied a:hover {
	color: #eee;
}
footer#Pied a.Carte {
	display:block;
	overflow:hidden;
	width:100%;
	height:200px;
	background-image:url("../image/Pied_Carte.jpg");
	background-position:center;
	margin-bottom:2em;
}

footer#Pied #ReseauSocialPicto div {
	margin-top:30px;
}

footer#Pied #ReseauSocialPicto a {
	display:inline-block;
	width:40px;
	height:40px;
	background-color:rgba( 254, 254, 245, 0.9 );
	color:rgba( 0, 82, 160, 1.0 );
	border-radius:50%;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
}
footer#Pied #ReseauSocialPicto a:hover {
	background-color:rgba( 254, 254, 245, 1.0 );
}
footer#Pied #ReseauSocialPicto i {
	line-height:40px;
	font-size:22px;
	color:rgba( 0, 82, 160, 1.0 );
}


#Copyright {
	background-color:rgba( 0, 30, 57, 1.0 );
	height:40px;
	line-height:40px;
	font-family: 'AvenirBook';
	font-size: 11px;
    color: rgba( 254, 254, 254, 1.0 );
	text-align:center;
	text-transform:uppercase;
}
#Copyright a {
    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;
	}
	#Copyright {
		margin-bottom:45px;
	}
}

/******************************************************************  BoutonAvisGoogle  ******************************************************************/
.BoutonAvisGoogle {
	margin-top:30px;
	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;
	}
}

/******************************************************************  backtoTop  ******************************************************************/
#backtoTop {
    position: fixed;
    bottom: 50px;
    right: 1rem;
    display: none;
    color: white;
    z-index: 1000;
    background-color: rgba( 0, 82, 160, 0.5 );
	border-radius:50%;
	width:40px;
	height:40px;
}
#backtoTop::after {
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	content:"\f106"; /* 077 */
    font-size: 16px;
	font-weight:900;
	margin:0;
	padding:0;
	text-align:center;
	width:38px;
	height:40px;
    line-height: 38px;
}
#backtoTop:hover {
    background-color: rgba( 0, 82, 160, 0.95 );
	border: 1px solid rgba( 250, 250, 250, 0.9 );
	background: rgba(250, 250, 250, .9) !important;
}
#backtoTop:hover, #backtoTop:focus {
	color: rgba(2,81,143, 0.8);
}
#backtoTop {
    transition: all 500ms ease-out;
}
