.restauration_detail h4 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.restauration_detail h4,
.restauration_detail p,
.section_1 h4,
.section_2 h4,
.section_3 h4 {
    color: var(--color-white);
}

.restauration {
    padding: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.restauration_1 {
    padding-top: 4rem;
}

.restauration_2 {
    flex-direction: row-reverse;
}

.restauration_3 {
    margin-bottom: 8rem;
}

.restauration_detail {
    justify-content: space-between;
    width: 60%;
}

.restauration_detail_2 {
    padding-left: 2.5rem;
    justify-content: space-between;
    width: 65%;
}

span {
    font-weight: bold;
}

.nav-btn span {
    font-weight: normal;
}

.nav-btn span:active {
    font-weight: bold;
}

.diagramme {
    height: max-content;
    height: 15vh;
    border-radius: 100px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accueil {
    display: flex;
}

.section_1,
.section_3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_3 h4,
.section_1 h4 {
    text-align: center;
}

.section_1 h4 {
    padding-top: 2rem;
}

.section_3 h4 {
    width: 85%;
}

.section_1 div,
.section_3 div {
    margin-top: 1.5rem;
}

.section_1 div,
.section_2 div,
.section_3 div {
    height: 20vh;
    width: 70vw;
    border: 4px solid var(--color-white);
}

.section_2 {
    padding: 1.5rem;
    padding-bottom: 0;
    align-items: flex-start;
}

.section_3,
.section_2 {
    padding-top: 2.5rem;
}

.section_3 div {
    margin-bottom: 9rem;
}

canvas {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 0;
    margin: 0;
}