/**************************************************************
 SIHP (www.sihp.fr)
 Copyright 2009-2023 Develop'it
 
 Version : 6.2.1
 Date    : 27/01/2023
 Fichier : css/FilArianes.css
**************************************************************/

#secFilAriane {
  display: block;
/*  background-color: rgba(68, 141, 174, 0.09);*/

  margin: 0;
  padding: 0;
  height: 0;
  position: relative;
  z-index: 999;
}
.FilContenu {
  width: 100%;
  display: flex;
  justify-content:space-between;
  background-color: rgb(var(--clr-bleufonce),0.20);
  background-color:rgb(214,222,238);
  padding: 0 1em;
  border-radius: 5px;
  margin-top: -20px;
  height: 40px;
}

#FilAriane {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  gap: 10px;
}
#FilAriane li {
  margin: 0;
  position: relative;
}
#FilAriane li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -10px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z"/></svg>');
  width: 12px;
  height: 1.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#FilAriane a {
  font-family: "Roboto Condensed", sans-serif;
/*  color: rgba(42, 82, 100, 1);*/
  color: rgb(var(--clr-bleufonce));
  font-size: 1.2em;
  text-decoration: none;
  padding: 0 10px;
}
#FilAriane a:hover {
  font-weight: 600;
}

/*************************** ListeBouton PetitPicto ***************************/
#secFilAriane .ListeBouton {
  display: inline-flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  gap:0.5em;
}

#secFilAriane .ListeBouton .Bouton {
  display: flex;
  height: 26px;
  width: 26px;
  color: rgb(40, 40, 40);
  font-family: "Roboto Condensed", sans-serif;
/*
  font-size: 18px;
  line-height: 1.1em;
  font-weight: bold;
*/
  border-radius: 3em;
  align-items: center;
  padding: 0 0px;
  justify-content: center;
  opacity: 0.9;
  position: relative;
}
#secFilAriane .ListeBouton .Bouton:hover {
  color: rgba(254, 254, 254, 1);
  opacity: 1.0;
}
#secFilAriane .ListeBouton .Bouton svg {
  fill: currentColor;
  width: 16px;
}
#secFilAriane .ListeBouton.PetitPicto .Bouton .Libelle {
  position:absolute;
  width: 80px;
  background-color: rgba(60,60,60,1.0);
  color:rgba(254,254,254,1.0);
  padding: 3px 5px;
  border-radius: 3em;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  top:35px;
  z-index: 1;
  display: none;
}
#secFilAriane .ListeBouton.PetitPicto .Bouton .Libelle::before {
content:"";
display: block;
position: absolute;
width: 6px;
height: 6px;
background-color: rgba(60,60,60,1.0);
transform: rotateZ(45deg);
top: -3px;
left: calc(50% - 4px);
z-index: -1;
}
#secFilAriane .ListeBouton.PetitPicto .Bouton:hover > .Libelle {
  display: flex;
}


/*************************** ListeBouton Accueil ***************************/
@media screen and (min-width: 639px) {

  .FilContenu.Accueil {
    height: 60px;
  }
#secFilAriane .ListeBouton.Accueil {
  display: inline-flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
  gap:0.5em;
}
#secFilAriane .ListeBouton.Accueil .Bouton {
  display: flex;
  height: 36px;
  width: unset;
/*  color: rgb(254, 254, 254);*/
  font-family: "Roboto Condensed", sans-serif;
  font-size:1.4em;
  border-radius: 3em;
  align-items: center;
  padding: 0 0.75em;
  justify-content: center;
  opacity: 0.9;
  position: relative;
  White-space: nowrap;
}
#secFilAriane .ListeBouton.Accueil .Bouton:hover {
  opacity: 1.0;
/*  transform: scale(1.05);*/
  transform:translateY(-4px);
}
#secFilAriane .ListeBouton.Accueil .Bouton svg {
  fill: currentColor;
  width: 16px;
  margin-right: 0.25em;
}
#secFilAriane .ListeBouton.Accueil .Bouton .Libelle {
  display: block;
}
}



@media only screen and (max-width: 639px) {
  /* small */
  #FilAriane {
    display: none;
  }
  .FilContenu {
    margin-top: 10px;
    margin-top: 0;
    padding: 0.5em 1em;
    padding:0.5em 0;
  }
  #secFilAriane .ListeBouton {
    width: 100%;
  justify-content: space-around;
  }
  #secFilAriane .ListeBouton .Bouton .Libelle {
    display: none;
  }
}
