/**************************************************************
 Lawyer'it
 Copyright 2001-2024 Develop'it
 
 Version : 8.1.1
 Date    : 27/09/2024
 Fichier : css/Pied.css
**************************************************************/

/*************************** Pied ***************************/
footer#Pied {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 14px;
  background-color: #363d46;
  color: #aaa;
}
footer#Pied .Titre {
  font-family: "Roboto", sans-serif;
  color: #aaa;
  font-size: 16px;
  line-height: 48px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
footer#Pied p,
footer#Pied a,
footer#Pied ul,
footer#Pied li {
  color: #aaa;
}
footer#Pied a:hover {
  color: #eee;
}

footer#Pied .Picto {
  display: inline-block;
  vertical-align: sub;
  height: 14px;
  width: 14px;
  margin-right: 3px;
  fill: currentColor;
}

footer .Separateur {
  display: inline-block;
  text-align: center;
  width: 3em;
}
footer .Separateur:before {
  content: "-";
}

#Copyright {
  padding-top: 1em;
  border-top: 1px solid rgba(240, 240, 240, 0.1);
  font-size: 0.9em;
}

#Logiciel img {
  width: 30px;
  height: 30px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.6;
}
footer#Pied #Logiciel a:hover {
  color: #eee !important;
}
#Logiciel a:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

footer #MenuSocial {
  display: inline;
}
footer #MenuSocial li {
  display: inline-block;
}
footer #MenuSocial li a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
footer #MenuSocial li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  /* small */
  footer#Pied h2 {
    text-align: center;
  }
  footer #Logiciel, footer #ReseauSocial {
    margin-top: 30px;
  }
  #Copyright .cell {
    margin-top:30px;
  }
}

/*************************** MenuSocial ***************************/
#MenuSocial {
  margin: 0;
  margin-top: 5px;
}
#MenuSocial {
  padding: 0;
  background-color: transparent;
  list-style-type: none;
}
#MenuSocial li {
  display: table-cell;
  padding: 0px 2px;
  padding-right: 2px;
}
#MenuSocial li a.IconeSociale {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  background-color: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
#MenuSocial li a.IconeSociale .PictoSocial {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -0.2em;
  transition: all 0.3s ease;
  fill: currentColor;
}
#MenuSocial li a.IconeSociale.Facebook:hover {
  background-color: #3b5998;
}
#MenuSocial li a.IconeSociale.Twitter:hover {
  background-color: #00aced;
}
#MenuSocial li a.IconeSociale.LinkedIn:hover {
  background-color: #0073a4;
}
#MenuSocial li a.IconeSociale.YouTube:hover {
  background-color: #e64a41;
}

/*************************** ZoneAppelCommercial ***************************/

@keyframes sonar-base {
  0% {
    padding: 0;
    opacity: 0.6;
  }

  10% {
    padding: 1.3em;
    opacity: 0;
    top: -1.3em;
    left: -1.3em;
  }

  to {
    padding: 1.3em;
    opacity: 0;
    top: -1.3em;
    left: -1.3em;
  }
}

#ZoneAppelCommercial {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#ZoneAppelCommercial #btAppel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 202, 40, 1);
  color: rgba(50, 50, 50, 1);
}

#ZoneAppelCommercial #btAppel:after {
  content: "";
  z-index: -1;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  animation-name: sonar-base;
  animation-iteration-count: 1;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  box-sizing: content-box;
  border: none;
  background: inherit;
  border-radius: inherit;
}

#ZoneAppelCommercial #btAppel svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

#ZoneAppelCommercial #Appel_Detail {
  display: inline-block;
  min-width: 225px;
  width: max-content;
  height: 40px;
  position: absolute;
  right: 55px;
  bottom: 0;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  background-color: rgba(255, 202, 40, 1);
  color: rgba(50, 50, 50, 1);
  border-radius: 4px;
  opacity: 0;
  transform: translateX(320px);
  transition: opacity 0.3s ease;
}

#ZoneAppelCommercial #Appel_Detail:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: 15px;
  background-color: rgba(255, 202, 40, 1);
  transform: rotateZ(45deg);
}

#ZoneAppelCommercial:hover #Appel_Detail {
  opacity: 1;
  transform: translateX(0px);
}
#ZoneAppelCommercial #Appel_Detail a {
  color: rgba(50, 50, 50, 1);
}

/*************************** RetourHaut ***************************/
#btRetourHaut {
  position: fixed;
  bottom: 1rem;
  left: 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: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#btRetourHaut:hover,
#btRetourHaut:focus {
  background-color: rgba(245, 245, 245, 0.95);
  color: #000;
}
