.langue {
  color: white;
}



.home__content h2,
.home__content h3 {
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    color: #070F03;
}

.home__content h2 {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
}

.home__content h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 19.5px;
}

.home__content p {
    text-align: justify;
    margin-bottom: 1em;
    line-height: 1.5;
}

.home__content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.home__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    border-radius: 8px;
    border: 1.5px solid #ddd !important;
}

.home__content table,
.home__content th,
.home__content td {
    border: 1px solid #ddd !important;
}

.home__content th, 
.home__content td {
    padding: 10px 8px;
}

.home__content th {
    font-weight: bold;
    background: #f5f5f5;
    text-align: center;
}

.home__content td {
    text-align: left;
}

.home__content {
    max-height: 545px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s;
}

.home__content.expanded {
    max-height: unset;
    overflow: visible;
}

.show-more-link {
    display: block;
    text-align: left;
    margin: 16px 0;
    cursor: pointer;
    font-weight: 600;
}