body {
    font-family: 'Catamaran', sans-serif;
}

h1 {
    font-family: 'Asap', sans-serif;
    color: #0d532b;
}

h2 {
    margin-bottom: 10px !important;
}

.box-titre {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

p,
ol {
    padding-bottom: 0px !important;
}

ul li:last-child {
    padding-bottom: 0px !important;

}

.intro p,
.intro li {
    padding-bottom: 0px;
    color: black !important;
    ;
}

.box-titre h1 {
    color: #0d532b;
    font-weight: 700;
}

.intro {
    background: #ECE8E0;
    padding: 25px 35px;
    margin-bottom: 80px;
    border-radius: 25px;
}

.entry-content .intro ul {
    padding-bottom: 0;
}

.arbre-title {
    background-color: #D1DECA;
    color: white;
    display: flex;
    width: 30%;
    padding: 10px;
}

.arbre-title h1 {
    color: white;
    font-size: 1.5em !important;
    text-align: center;
    line-height: 1.3em;
    font-weight: 600;
}

.binary-question ul li {
    color: green;
}

#container-tree {
    color: white;
    background: #0d532b;
    padding: 25px 35px;
    margin-bottom: 30px;
    border-radius: 25px;
}

/* ACCUEIL */

.init-tree {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.items-container {
    gap: 20px;
    display: flex;
    justify-content: center;
}

#other-tree {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}

.other-tree .question {
    padding-bottom: 0px !important;
}

.init-tree .item,
#other-tree .item {
    border-radius: 15px;
    background-color: #084924;
    max-width: 300px;
    padding: 10px;
    cursor: pointer;
}

.init-tree .item h2,
#other-tree .item h2 {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.init-tree .item img,
#other-tree .item img {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* ARBRE TYPE DE QUESTIONS */

#container-tree {
    font-family: 'Catamaran', sans-serif;
    color: black;
    font-size: 14px;
}

#container-tree.question-text,
#container-tree.question-text-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container-tree h2,
.question {
    color: white;
}



.question ul {
    width: fit-content;
    text-align: left;
    margin: auto;
}

.question i {
    font-weight: 300;
}

#container-tree h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    padding: 7px 0px;
    text-align: center;
}

#container-tree.failure h2 {
    text-align: center;
    color: white;
    font-size: 2em;
}

#container-tree.failure h3 {
    padding-top: 10px;
    font-weight: 700;
    text-align: center;
}

#container-tree.failure>p {
    margin-bottom: 40px;
    color: white;
    text-align: center;
}

#container-tree.failure>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#container-tree.failure div:first-child {
    border: 6px solid #0d532b;
    border-radius: 20px;
    max-width: 500px;
    background: #fff;
    color: #0d532b;
    padding: 15px;
}

#container-tree .question {
    width: 70%;
    text-align: center;
    margin: auto;
    padding-bottom: 30px;
    font-size: 1.2em;

}

#container-tree.binary-question,
#container-tree.question-text,
#container-tree.redirection,
#container-tree.conclude {
    text-align: center;
}

#container-tree button {
    cursor: pointer;
    min-width: 150px;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px;
    margin: 0 10px;
}

#container-tree .previous-button button {
    margin-top: 30px;
}

#container-tree.binary-question button.oui,
#container-tree.binary-question button.Oui,
#container-tree button.question-text,
#container-tree .previous-button button {
    background-color: #669356;
    border: 0;
    color: #FFF;
}

#container-tree button.question-text-2 {
    background-color: #BDCF31;
    border: 0;
    color: #FFF;
}

#container-tree.binary-question button.non,
#container-tree.binary-question button.Non,
#container-tree.redirection button.Continuer,
#container-tree .previous-button button {
    color: white;
}

#container-tree.binary-question button.Oui,
#container-tree.redirection button.Continuer {
    background-color: #BDCF31;
    border: none;
}

#container-tree.binary-question button.Non {
    background-color: #669356;
    border: none;
}

#container-tree.failure button {
    background-color: #BDCF31;
    border: none;
    color: white;
}

#container-tree .previous-button {
    text-align: center;
}

#container-tree .home-button {
    text-align: center
}

#container-tree .home-button button {
    text-align: center;
    color: white;
    cursor: pointer;
    border: 0;
    background: transparent;
    text-decoration: underline;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 20px;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

button i {
    font-weight: 200;
}

.button-group {
    display: flex;
    gap: 15px;
    width: 350px;
    flex-direction: column;
}

.icon-infos {
    width: 30px;
}

.container-info {
    text-align: center;
    padding-top: 10px;
}

.question ul li {
    font-weight: 300;
}

.question ul {
    text-align: left;
}

.button-group-image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.button-image-2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
}

.button-image-2 button {
    background-color: #669356;
    color: white;
    border: none;
}

.conclude-image .question {
    padding-bottom: 0px !important;

}

.conclude-image .container-info {
    padding-bottom: 10px !important;
}

.conclude .question {
    padding-bottom: 15px !important;

}

.conclude .quest-end {
    margin-bottom: 20px;
}

.bulle-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bulle-content p {
    color: white;
}

.quest-end {
    border: 4px solid #BDCF31;
    border-radius: 40px;
    padding-top: 20px;
}

.other-tree .quest-end {
    padding-bottom: 20px;
}

.other-tree .container-info {
    padding-top: 0px;
}

.other-tree .container-info .bulle-content {
    margin-top: 5px;
    margin-bottom: 15px;
}

@media screen and (max-width: 975px) {
    .items-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #container-tree.failure>div {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #container-tree.failure button {
        margin-top: 16px;
    }
}