body {
  background: linear-gradient(#9557B5, #3c856b);
  font-family: 'Faune', sans-serif;
}

h1 {
    text-shadow: 2px 2px #878787;
}

h3 {
    font-size: 1.3rem;
    margin-top:2rem;
}


.accordion-title.accordion-open {
    color: #ee1377;
    text-shadow: 1px 1px black;
}
.accordion-title.accordion-open:before {
    display: inline-block;
    content: "•";
    padding-right: 0.2em;
    font-size:1.2em;
}
.accordion-title.accordion-open + .accordion-content {
    padding: 0.3em 0 0.3em 1em;
    opacity: 1;
    height: auto;
    max-height: 1000px;
}
.caret-down {
    color: #ee1377;
    text-shadow: 1px 1px black;
}
.accordion-title {
    color: #ee1377;
    text-shadow: 1px 1px #222222;
    cursor: pointer;
    margin-top:0.2rem;
}
.accordion-title.accordion-niv1 {
    font-size: 1.2rem;
}
.accordion-title.accordion-niv2 {
    font-size: 1rem;
}
.accordion-content {
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
    margin: 0 0 0.5em 0;
}

.accordion-content li {
    list-style-type: none;
    padding:0.3em 0;
}

/* Panel style when active */
.accordion-content.accordion-show {
    padding: 0.3em 0 0.3em 1em;
    opacity: 1;
    height: auto;
    max-height: 1000px;
}

img {
    max-width:100%;
}
