





/* INDEX SANTÉ */
nav.pushy {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background-image: linear-gradient(#ffffff, #eeeeee);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #000000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1030px) {
nav.pushy {
	margin-left: -20px;
}
}
nav.pushy div#pushy-logo a {
	width: 100%;
    padding-left: 20px;
	padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
	box-sizing: border-box;
	height: auto;
	display: block;
	background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
	transition: 0.3s;
}
nav.pushy div#pushy-logo a img {
	display: block;
	width: 100%;
}
nav.pushy div.pushy-content ul {
  margin: 0px;
  padding: 0px;
}
nav.pushy div.pushy-content ul li a {
	display: block;
	font-size: 20px;
	text-align: left;
	padding: 20px;
	padding-left: 85px;
	transition: 0.3s;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 30px center;
	text-decoration: none;
	background-size: 35px 35px;
}
nav.pushy div.pushy-content ul li a:hover {
	background-color: #f5f5f5;
	text-decoration: none;
	opacity: 1;
}
nav.pushy div.pushy-content ul li.accueil a {
	background-image: url(/icon/accueil-bleu.png);
}
nav.pushy div.pushy-content ul li.repertoire a {
	background-image: url(/icon/repertoire-bleu.png);
}
nav.pushy div.pushy-content ul li.chroniques a {
	background-image: url(/icon/publications-bleu.png);
}
nav.pushy div.pushy-content ul li.outils a {
	background-image: url(/icon/outils-bleu.png);
}
nav.pushy div.pushy-content ul li.inscription a {
	background-image: url(/icon/pointeur-carte-bleu.png);
}
nav.pushy div.pushy-content ul li.emplois a {
	background-image: url(/icon/emplois-bleu.png);
}
nav.pushy div.pushy-content ul li.info-emplois a {
	background-image: url(/icon/info-bleu.png);
}
nav.pushy div.pushy-content ul li.alertes-emplois a {
	background-image: url(/icon/alerte-bleu.png);
}
nav.pushy div.pushy-content ul li.perspectives a {
	background-image: url(/icon/statistiques-bleu.png);
}
nav.pushy div.pushy-content ul li.employeurs a {
	background-image: url(/icon/repertoire-bleu.png);
}
nav.pushy div.pushy-content ul li.a-propos a {
	background-image: url(/icon/fleur-de-lys-bleu.png);
}
nav.pushy div.pushy-content ul li.transactions a {
	background-image: url(/icon/transactions-bleu.png);
}
nav.pushy div.pushy-content ul li.parametres a {
	background-image: url(/icon/parametres-bleu.png);
}
/* INDEX SANTÉ END */


















/* PLUGIN CORE */
.pushy-content {
  visibility: hidden;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-550px, 0, 0);
  -ms-transform: translate3d(-550px, 0, 0);
  transform: translate3d(-550px, 0, 0);
}

.pushy-open-left #container, .pushy-open-left .push {
  -webkit-transform: translate3d(550px, 0, 0);
  -ms-transform: translate3d(550px, 0, 0);
  transform: translate3d(550px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(550px, 0, 0);
  -ms-transform: translate3d(550px, 0, 0);
  transform: translate3d(550px, 0, 0);
}
.pushy-open-right #container, .pushy-open-right .push {
  -webkit-transform: translate3d(-550px, 0, 0);
  -ms-transform: translate3d(-550px, 0, 0);
  transform: translate3d(-550px, 0, 0);
}
.pushy-open-left .pushy, .pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content, .pushy-open-right .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#container,.pushy, .push {
  transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  transition: visibility 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* PLUGIN CORE END */







