.infocarte
{
  color: blue;
  font-size: 18px;
  font-weight: bolder;
}

 .menu-aside{
    overflow: auto;
  } 

.zonetexte{
overflow: auto;
}

.ligneitem
{
display: inline-flex;
flex-direction: row;
text-align: center;
/* padding: 5px;
margin: 5px; */
}

.rubriquefaq{
  font-style:italic;
}

.questionfaq{
  font-weight: bold;
}

.miseenformealert{
  color:red;
}

/* pied de page */
.piedpage {
    background: #222;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 0 15px; */
    padding: 0px;
    margin: 0px;
  }

  
.itempiedpage {
    padding: 10px;
    display: block;
  }
 
  /* disposition des boutons select pour les statistiques sur les prix immobiliers */
.positionprix{
    display: flex; 
    overflow: auto; 
    border-radius: 6px;

}

  @media all and (min-width: 960px) {
    .positionprix{
        display: inline flex; 
    }

  }

  
  /*  disposition pour les pc et logements et population */
.legend_choix_pc, .legend_choix_geo, .legend_choix_prix, .legend_choix_graphe {
  cursor : help;
}

.fieldset_legend_choix_pc, .fieldset_legend_choix_geo, .legend_choix_prix{
  display: inline-flex;
}

#info-aside-chart{
  position: relative;
}

#fieldset_prix{
  display: inline-flex;
  margin: 5px;
}

/* plu sup */

#style1{
  font-size:12px;
}
#style2{
  font-size:12px;
  line-height: 1.25;
}
#style3{
  font-size:10px;
  font-style: italic;
}

  /*  disposition du menu lateral pour la partie logement et population*/

  .padprincipal
  {
    padding: 8;
    text-align: center;
    vertical-align: middle;
  }
  .padlat {
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
  }

  #menu_lat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: left;
    flex-direction: column;
  }

/**/


  #menu_selects_urba {
    width:250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }



  /* icones */

  .svg_icon_menu {
    height: 1em;
    width: auto;
    content: url('../icon/menu.svg') ; /* no-repeat center right #fff;*/
  }

.svg_icon_info { 
  height: 1.5em;
  width: auto;
  content:url('../icon/info.svg') ;
}

.svg_icon_fleche { 
  height: 1em;
  width: auto;
  content:url('../icon/arrow-down.svg') ;
}

.svg_icon_folderplus { 
  height: 1.5em;
  width: auto;
  content:url('../icon/folder-plus.svg') ;
}

.svg_icon_folderminus { 
  height: 1.5em;
  width: auto;
  content:url('../icon/folder-minus.svg') ;
}

.svg_icon_filter { 
  width: 20px;
  height: 20px;
  content:url('../icon/filter.svg') ;
}


/* accueil */
.anchor2
    {
        color:blue;
        text-decoration: underline;
    }

/* 
.flipY {
  animation-name: spin ;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
} */

#chargement {
  width: 2rem;
  height: 2rem;
  border: 5px solid #f3f3f3;
  border-top: 6px solid #9c41f2;
  border-radius: 100%;
  margin: auto;
  visibility: hidden;
  animation: spin 1s infinite linear;
}
#chargement.display {
  visibility: visible;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
