/**
* General settings
*/
h2 {
    margin: 5rem 0 8rem;
    text-align: center;
}
.gold-underline {
    border-bottom-color: var(--gold-color);
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    width: 100%;
}
div.gold-underline {
    width: 80%;
    margin: 10px auto 0;
}
h2 > .gold-underline {
    padding-bottom: 0.75rem;
}
p {
    margin-bottom: 2.4rem;
    line-height: 1.6em;
}

/**
* Landing
*/
.landing {
    background: url("../images/ressources/landing-1-f1355f8a0423a9da99f9f7e293a4429a.png");
}

/**
* Description 
*/
#ressources figure:first-of-type,
.seperator-logo-container {
    width: 100%;
    text-align: center;
    margin-block: 6rem;
}
#ressources figure:first-of-type img,
.seperator-logo-container img {
    max-width: 476px;
    width: 60%;
}
#ressources .description {
    margin: 7.5rem 0;
    width: 75%;
    max-width: 1750px;
}

/**
* Collections
*/
#collections .row,
#finishes .row,
#configuration .row {
    display: flex;
    justify-content: space-evenly;
    margin-block: 5rem;
}
#collections .row > div {
    min-height: 310px;
    min-width: 310px;
    border: 1px solid var(--main-text-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

/**
* Finishes
*/
#finishes .row > figure,
#configuration .row > figure {
    width: 25%;
    padding-inline: 4rem;
}
#finishes .row > figure img,
#configuration .row > figure img,
img {
    width: 100%;
}
#finishes .row > figure figcaption,
#configuration .row > figure figcaption {
    color: var(--main-text-color);
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: 600;
}

/**
* Configuration
*/
#configuration {
    margin-top: 8rem;
}
#configuration .row.row-2 {
    justify-content: space-between;
    padding-inline: 4rem;
}
#configuration .row.row-2 > figure {
    padding-inline: 0;
}
#configuration .row.row-2 > figure:first-of-type {
    width: 288px;
}
#configuration .row.row-2 > figure:last-of-type {
    width: 476px;
}

/**
* Description
*/
#description h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: var(--main-text-color);
}
#description p {
    color: var(--main-text-color);
}
#description .caracteristics,
#description .usage-container,
#description .entretien,
#description .visual {
    margin-block: 7.5rem;
}
#description .caracteristics,
#description .caracteristics .left-side,
#description .usage-container,
#description .visual,
#description .visual .left-side,
#description .visual .right-side {
    display: flex;
    column-gap: 5rem;
}
#description .caracteristics .left-side,
#description .caracteristics .right-side,
#description .caracteristics .left-side .matieres,
#description .caracteristics .left-side .electriques,
#description .usage-container .usage,
#description .usage-container .finitions,
#description .visual .left-side,
#description .visual .right-side {
    flex: 1;
}
#description .caracteristics ul {
    padding-inline-start: 0;
}
#description .caracteristics ul li {
    margin-bottom: 0.75rem;
}
#description .usage-container p,
#description .entretien p {
    margin-bottom: 0;
}
#description .visual .left-side {
    flex-direction: column;
    justify-content: space-between;
}
#description .visual .left-side figure {
    width: 100%;
}

/**
* Prix
*/
#prix.bella-container {
    width: 100%;
    padding-inline: 2rem;
    max-width: none;
}
#prix h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--main-text-color);
    margin-bottom: 4rem;
}
#prix .table-container {
    width: 100%;
    overflow-x: auto;
}
#prix .sticky-col {
    position: sticky;
    left: 0;
    z-index: 1; /* Keep above other cells */
}

#prix thead .sticky-col {
    z-index: 2; /* Higher z-index for header */
}
#prix table {
    width: 100%;
    padding: 0 50px;
    margin-bottom: 7.5rem;
    border-spacing: 0;
}
#prix table tr th,
#prix table tr td {
    border-right: 2px solid var(--gold-color);
    border-bottom: 2px solid var(--gold-color);
    border-collapse: collapse;
    padding-block: 1rem;
    font-weight: 600;
}
#prix table tr th:last-of-type,
#prix table tr td:last-of-type {
    border-right: none;
}
#prix table th {
    text-align: left;
    font-size: 16px;
    padding-left: 10px;
}
#prix table td {
    text-align: center;
    font-size: 16px;
}
#prix .table-footer {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    font-weight: 600;
}
