.dark_li {
  margin: 0;
  list-style-type: none;
  color: #ffffff;
}

.dark_li li {
  color: #ffffff;
}

.dark_li a {
  color: #ffffff;
}

.fleche {
  transform-style: preserve-3d;
  position: relative;
  z-index: 0;
}

#page-footer {
  background-color: #6B2E2B;
  padding-top: 10px;
}

.fleche:after {
  transform: translateZ(-1px);
}

.fleche:before {
  content: "►";
  height: 20px;
  font-size: 4rem;
  margin-right: -20px;
  color: #a5dc86;
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  left: -10px;
  top: -17px;
  z-index: -1;
}

.navbar {
  background-color: #6B2E2B !important;
}

.nav-item:before {
  content: "►";
  position: absolute;
  color: #a5dc86;
  height: 20px;
  font-size: 3rem;
  top: -17px;
  left: 5px;
  display: inline-block;
  z-index: -1;
}

li.nav-item {
  position: relative;
  z-index: 1;
}

.fond p {
  font-family: "QuickSand", sans-serif;
}

.fond h1 {
  color: #6B2E2B;
  font-family: "QuickSand", sans-serif;
  font-weight: 700;
  font-size:2.2rem;
}

.fond h2 {
  color: #007155;
  font-family: "Open Sans", sans-serif;
}

.fond h3 {
  color: #007155;
  font-family: "Open Sans", sans-serif;
}

.fond ul {
  color: #6B2E2B;
  list-style: none;
}

.fond li:before {
  content: "►";
  padding-right: 5px;
  color: #6B2E2B;
}

.fond a {
  color: #ffffff;
  background-color: #6b2e2b;
  padding: 5px;
  margin: 2px;
}

.fond a:hover{
  color: #6B2E2B;
  background-color: #ffffff;
  padding:5px;
  margin: 2px;
}

.fond {
  background-image: url("/static/img/fond_leader.png");
  background-size: cover;
  background-position: bottom;
}

.fond .txt_bg_white{
  color: #6b2e2b;
  background-color: #fff;
  padding: 5px;
  margin: 2px;
margin-left:25px;
}

.leader_frame {
  border: 8px solid #fff;
  /*float: left;*/
  margin: 7px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
width:auto;
}