/*
$couleur-primaire: #33a0bf;
$couleur-secondaire: #203262;
$couleur-primaire-hover: #33a0bfcc;
$couleur-primaire-transparent: #33a0bfcc;
$couleur-secondaire-transparent: #203262cc;
$url-img-logo: url("/img/logos/pa/logo_paps.png");
*/
body.page {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#iframe_content {
  border: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}

.bottom_menu {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 65px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -1px 2px rgba(139, 139, 139, 0.5);
  box-shadow: 0px -1px 2px rgba(139, 139, 139, 0.5);
  border-top: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom_menu .item {
  width: 25%;
  padding: 10px 15px;
  text-align: center;
  margin-top: 5px;
}

.bottom_menu .picto {
  margin: 0 auto;
}

.bottom_menu .texte {
  font-size: 13px;
  text-align: center;
  margin-top: 4px;
}

.menu_selectionne {
  color: #26ad90;
  fill: #26ad90;
}

#menu.item.item_bottom_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9px;
  padding-bottom: 4px;
}
/*# sourceMappingURL=page.css.map */