.navlien, .navlien:link, .navlien:visited, .navlien:active {
  color: #ACD5CF;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
.navlien:hover, .dropdown.menu > li.is-active > a {
  color: #EAF4F3;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
.dropdown.menu > li.opens-right > a::after {
  border-color: #ACD5CF transparent transparent;
}
.dropdown.menu > li.is-active > a::after {
  border-color: #EAF4F3 transparent transparent;
}
.pageCourante{
  color: #EAF4F3;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
.pageCourante:hover {
  color: #EAF4F3;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}
a.typeFormationNav:link{
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a.typeFormationNav:visited{
  color: black;
  background-color: transparent;
  text-decoration: none;
}
a.typeFormationNav:hover{
  color: #DA1331;
  background-color: transparent;
  text-decoration: none;
}
a.typeFormationNav:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
.typeFormationNavLi {
  border-top:2px solid;
  border-top-color:#181818;
  background-color:#BFC14A;
}
.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
}
