body {
    background: url("../media/Group12.png") center no-repeat, url("../media/Vector.png") 90% 30% no-repeat, url("../media/Vector.png") 10% 60% no-repeat;
    background-color: rgba(242, 242, 242, 1);
}

body.accessibilite {
    background-image: none;
}

.container {
    min-height: 94vh;
}

.row {
    margin-right: 5px;
    margin-left: 5px;
}

.title {
    color: #5E00A9;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter, serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin: auto;
}

.declaration-content {
    color: var(--Dark-Dark-1, #343D42);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 2%;
}

.declaration-content p {
    margin-bottom: 10px;
}

.section-title {
    color: #5E00A9;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.declaration-content a {
    color: #5E00A9;
    text-decoration: underline;
}

.declaration-content a:hover {
    color: #4b0188;
}

.declaration-content ul {
    padding-left: 20px;
    margin-bottom: 10px;
}

.declaration-content li {
    margin-bottom: 8px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    background-color: #5E00A9 !important;
    border-color: #5E00A9 !important;
}

.btn:hover {
    text-decoration: none;
    background: #550495 !important;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn:active {
    background: #5E00A9 !important;
    transition: background 0.1s ease;
}

.btn:focus-visible {
    outline: 3px solid #000;
    outline-offset: 2px;
}

.footer {
    display: inherit;
    justify-content: center;
    align-items: center;
    min-height: 5vh;
}

.bottom-right {
    position: absolute;
    right: 15px;
    font-size: 18px;
    color: var(--Dark-Dark-1, #343D42);
    margin-bottom: 0%;
}

@media only screen and (max-width: 600px) {
    .title {
        font-size: 28px;
        line-height: 38px;
    }

    .declaration-content {
        font-size: 16px;
        line-height: 24px;
    }

    .section-title {
        font-size: 19px;
    }
}

@media only screen and (min-width: 600px) {
    .title {
        font-size: 35px;
    }

    .declaration-content {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) {
    .title {
        font-size: 40px;
    }

    .declaration-content {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .title {
        font-size: 50px;
    }

    .bottom-right {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .title {
        font-size: 50px;
    }

    .bottom-right {
        font-size: 20px;
    }
}
