#presentation-btn-edit {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 4px;
    background-color: #f2f1f2;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#presentation {
    margin-inline: 10%;
    position: relative;
}

.container-header .left {
    max-width: 526px;
}

.presentation-container {
    /* display: grid; */
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: flex-start;
    margin-left: -3%;
    color: #84b8cc;
    /* height: 31.75vw; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    height: 33.75%;
    overflow: hidden;
    height: min-content;
    padding-left: 10%;
}

.presentation-video-wrapper {
    max-height: 400px;
    max-width: 600px;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    position: relative;
    float: left;
    margin-right: 10%;
    /* margin-left: -10%; */
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .presentation-video-wrapper {
        max-height: 400px;
        max-width: 600px;
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        position: relative;
        float: none;
        margin-right: 10%;
    }
}

.presentation-video-wrapper > img {
    position: absolute;
    top: 0;
    left: -97px;
    z-index: 1;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.presentation-video-wrapper .overlay {
    position: absolute;
    top: 0;
    left: -97px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        360deg,
        rgba(4, 29, 38, 0.8) 0%,
        rgba(4, 29, 38, 0.397262) 72.55%,
        rgba(4, 29, 38, 0) 100%
    );
}

.presentation-video-wrapper > .content {
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.presentation-video-wrapper > .content > img {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}

@media (max-width: 425px) {
    .presentation-video-wrapper > .content > img {
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
    }
    .presentation-video-wrapper > .content .read {
        display: none;
    }
}

.article {
    position: relative;
    display: inline;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    font-family: "Titillium web thin";
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    padding: 0px 50px;
    color: #052733;
    margin-top: 40px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0; /* Ajout de cette propriété pour s'assurer que l'overlay commence à gauche */
    width: 100%;
    height: 55%;
    background: rgb(242, 242, 242, 0.7); /* Couleur rouge avec transparence */
    z-index: 1; /* S'assurer que l'overlay est au-dessus du texte */
}
.btn-show {
    background: #d5d5d6 !important;
    padding: 5px 20px 5px 20px;
    font-size: 14px;
    top: 50px !important;
}

@media (max-width: 768px) {
    /* .article {
        margin-left: 10%;
    } */
}

.container-cover:hover {
    border: 1px solid #84b8cc;
    border-radius: 8px;
}

.fa-edit {
    cursor: pointer;
    text-align: right;
}

.edit-icon {
    padding: 0px 50px;
}

.active-color {
    -webkit-text-fill-color: #052733;
}

.readmore-button {
    margin-top: 20px;
}

.btn-read {
    margin-left: 50px;
    margin-top: -190px !important;
}

.btn-read-edit {
    margin-left: 50px;
    margin-top: -25px !important;
}
@media (max-width: 768px) {
    .btn-read {
        margin-left: 0;
        margin-top: 0 !important;
    }
}

#show-less {
    margin-left: 0;
    margin-top: -50px !important;
}

@media (max-width: 768px) {
    .img-fluid {
        width: 90%;
    }
    .presentation-container {
        grid-template-columns: 1fr;
    }
    .article {
        padding: 0px;
    }
}

/*

Binea
*/

.edit-modal {
    position: absolute;
    z-index: 999;
    background-color: #052733;
    border-radius: 8px;
    color: #f2f2f2;
    padding: 16px;
    font-family: "Outfit", sans-serif;
    display: none;
    -webkit-box-shadow: -2px 4px 17px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 17px -5px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 4px 17px -5px rgba(0, 0, 0, 0.75);
}

.description-modal {
    display: none;
    right: 5px;
    top: 0px;
}

.description-modal label {
    display: block;
}

.button-container {
    display: flex;
    gap: 8px;
    padding-top: 8px;
}

.cursor-pointer {
    cursor: pointer;
}

/* #presentation-video-preview,
#presentation-image-preview {
    width: 90%;
    display: block;
    margin-inline: auto;
    aspect-ratio: 16/9;
    display: none;
    object-fit: cover;
} */

#text-presentation {
    display: inline;
    margin-left: 5%;
}

.readmore-button {
    grid-column: 2/3;
    display: flex;
    /* justify-content: flex-end; */
    padding-right: 23px;
}

@media (max-width: 768px) {
    .readmore-button {
        grid-column: 1/2;
    }
}

.container-section {
    padding-inline: min(180.5px, 12.7%);
    padding-left: 126px;
    /* background-image: url("../images/Clipping_partner.png"); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right 0% bottom -500px;
    padding-bottom: 150px;
}

.title-card-partner {
    color: #3a1f50;
    padding: 15px 40px;
    font-weight: bold;
}

#presentation li,
#atouts li {
    list-style-type: unset !important;
}

@media (max-width: 768px) {
    #presentation-btn-edit {
        right: 27px;
    }
    .presentation-container {
        grid-template-columns: 1fr;
    }
    .container-section {
        padding-inline: unset;
        padding-left: 45px;
        padding-bottom: 50px;
    }
}
