/*--- PAGE CONTENT ---*/
.page-content {
    margin: calc(var(--header-height) + 0px) 0 0 0; /* Récupére la hauteur du header + une marge */
}


/*--- TITLE ---*/
.principal-title {
    max-width: 100%;
    background-color: #061218;
    padding: 0 20px;
    margin: 0 auto;
}

.principal-title .legal-title {
    text-align: center;
    color: #FFF;
    padding: 4rem 0;
}


/*--- LEGAL-NOTICES ---*/
.legal-notices {
    margin: 2rem 0 0 0;
}

.text {
    border-bottom: .5px solid var(--grey-line-color);
}

.text:nth-last-child(1) {
    border: none;
} 

.text-title {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.text-title .bxs-chevron-down {
    font-size: 2em;
    color: var(--green-color);
}

.text-title.active .arrow {
    rotate: -90deg;
}

.title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .cercle {
    min-width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--green-color);
    margin: 0 5px 0 0;
}

.text-content {
    padding: 0 0 1.5rem 0;
}

.text-content .margin-bottom {
    margin: 0 0 1rem 0;
}

.text-content p,li {
    font-size: 1em;
}

.text-content a {
    color: var(--grey-color);
    text-decoration: underline;
}

.text-content a:hover {
    color: var(--green-color);
}

.bold {
    font-weight: bold;
}


/*--- RESPONSIVE  ---*/
@media (min-width: 1200px) {
    .text-content p, li {
        font-size: 20px;
    }
}
