body {
  color: #2E2E2E;
  font-size: 16px;
}

header {
  background: #D2D72D;
  color: #fff;
}
header a, header a.is-active {
  color: #fff;
}
header .back-button {
  overflow: hidden;
  display: flex;
}
header .back-button .link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='48' width='48'%3E%3Cpath d='M24 40.55 7.45 24 24 7.45l3.35 3.3-10.85 10.9h24.05v4.7H16.5L27.35 37.2Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 25px;
  text-indent: -200px;
}

h1 {
  color: #D2D72D;
  font-weight: normal;
  font-family: "roboto", sans-serif;
  margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}

h2 {
  font-family: "roboto medium", sans-serif;
  font-size: 1.1rem;
  color: #3D4843;
  font-weight: normal;
}

footer {
  color: #3D4843;
}
footer a {
  color: #3D4843;
}

.bouton_ajout a {
  border: 1px dashed #3D4843;
  color: #3D4843;
}
.bouton_ajout a:hover {
  background: #3D4843;
  color: white;
  border: 1px solid #D2D72D;
}

.rubriques_notices .rubrique {
  border: 1px solid #D2D72D;
}
.rubriques_notices .rubrique .title {
  text-align: center;
  background: #b1b1b1;
  color: #000;
  font-family: "roboto medium", sans-serif;
  font-size: 1rem;
}
.rubriques_notices .rubrique a {
  color: #fff;
  text-decoration: none !important;
}
.rubriques_notices .rubrique:hover {
  border: 1px solid #3D4843;
}
.rubriques_notices .rubrique:hover .title {
  background: #D2D72D;
  color: #fff;
}

.rubriques_preconfig .rubrique {
  border: 1px solid #D2D72D;
}
.rubriques_preconfig .rubrique .title {
  text-align: center;
  background: #D2D72D;
  color: #fff;
  font-family: "roboto medium", sans-serif;
  font-size: 20px;
}
.rubriques_preconfig .rubrique a {
  text-decoration: none !important;
}

main {
  padding: 5px 0;
}
main form {
  border: 1px solid #D2D72D;
}
main form .button {
  background: #b1b1b1;
  color: #000;
}
main form .button:hover {
  background-color: #D2D72D;
  color: #fff;
}

@media (max-width: 767px) {
  header .region div img {
    height: 40px;
  }
}