* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

button{
  text-decoration: none;
  display: inline-block;
}

.accordeon .accordeon-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordeon .accordeon-item button[aria-expanded=true] {
  border-bottom: 1px solid #31921b;
}
.accordeon button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  color: #333;
}
.accordeon button:hover, .accordeon button:focus {
  cursor: pointer;
  color: #31921b;
}
.accordeon button:hover::after, .accordeon button:focus::after {
  cursor: pointer;
  color: #31921b;
  border: 1px solid #31921b;
}
.accordeon button .accordeon-title {
  padding: 1em 1em 1em 1em;

}
.accordeon button .icon {
  display: inline-block;
  position: absolute;
  top: 25%;
  right: 4%;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordeon button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordeon button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordeon button[aria-expanded=true] {
  color: #31921b;
}
.accordeon button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordeon button[aria-expanded=true] + .accordeon-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordeon .accordeon-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordeon .accordeon-content p {
  font-size: 1rem;
  margin: 2em 0;
}


.pdd{
  padding-left: 2%;
  padding-right: 5%;
}

.mar{
  margin-left: -19px;
}
.mlr{
  margin-left: 2%;
  margin-right: 2%;
}
.marg{
  margin-bottom: -32px;
  margin-left: 20px;
  margin-right: 8%;
  margin-top: -32px;
}

.true{
  color:#fff;
  background-color: #31921b;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-radius: 4px;
}

.false{
  color:#fff;
  background-color: #C71C22;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-radius: 4px;
}


.accordeon button[aria-expanded=true] .false::after {
  width: 0;
}

.lightGreyAc{
  background-color: rgb(233, 233, 233);
  margin-left: 0;
  margin-right: 0;
  padding-right: 2%;
  padding-left: 2%;
}

/*# sourceMappingURL=add.css.map */
