* {
  font-family: "Noto Kufi Arabic";
}
.collapsible {
  background-color: #0d6efd;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
}

.active,
.collapsible:hover {
  background-color: #0d6efd;
}

.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  text-align: right;
}

.content li {
  list-style: none;
  padding-bottom: 10px;
}

.content li a {
  text-decoration: none;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-r {
  border-right: solid 10px rgb(255, 200, 0);
  padding: 2px;
  margin: 0px;
}

.sousmenu-r ul li {
  border-bottom: solid 1px rgb(188, 148, 3);
}
.sousmenu-r ul li a:hover {
  color: red;
  margin-right: 10px;
  font-weight: bold;
}

.btn-series {
  border-right: solid 5px rgb(255, 200, 0);
  padding: 2px;
  margin: 0px;
}
