.tri-lien {
    position: relative;
    display: block;
    margin: 50px 0;
}

.tri-lien .row::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 45%;
    height: 105%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 30px;
    background: linear-gradient(90deg, #3958A4 0%, #64BA88 100%);
}

.tri-lien .row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    padding: 50px 0 50px 36px;
}

.tri-lien .row > div {
    flex: 1 1 32%;
    width: 100%;
}

.tri-lien .row .trilien-first {
    display: flex;
    align-items: center;
    flex: 3 1 24%;
    width: 100%;
}

.tri-lien .row .trilien-first .wrapper {
    display: block;
    width: auto;
}

.tri-lien .row .trilien-first .wrapper a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    height: auto;
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    padding: 12px 0;
    margin: 0;
}

.tri-lien .row .trilien-first .wrapper a:first-child:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    top: 0;
    left: 0;
}

.tri-lien .row .trilien-first .wrapper a:first-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0;
}

.tri-lien .row .trilien-first .wrapper a:hover {
    opacity: 0.6;
    transition: 0.3s opacity ease;
}

.tri-lien .row .trilien-first .wrapper a:last-child:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0;
}

.tri-lien .row .trilien-second {
    display: flex;
    align-items: center;
    flex: 4 1 32%;
}

.tri-lien .row .trilien-second .wrapper {
    display: block;
    width: 100%;
    height: auto;
    min-height: 250px;
}

.tri-lien .row .trilien-second .wrapper .imgcropCtn {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    min-height: 250px;
}

.tri-lien .row .trilien-third {
    display: flex;
    align-items: center;
    flex: 5 1 40%;
}

.tri-lien .row .trilien-third .wrapper {
    display: block;
    width: 100%;
    height: auto;
}

.btn-pacman .arrowPacman {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 200px;
}

.btn-pacman .arrowPacman .arrowPacman-clip {
    position: relative;
    display: block;
    width: 15px;
    height: 11px;
    overflow: hidden;
}

.btn-pacman .arrowPacman .arrowPacman-clip svg {
    position: absolute;
    top: 0;
    left: -17px;
}

.btn-pacman:hover .arrowPacman .arrowPacman-clip svg {
    left: 0;
    transition: 0.3s all ease;
}

.tri-lien.tri-lien-bis .row::before {
    content: none;
}

.tri-lien.tri-lien-bis .row .trilien-first {
    flex: 4 1 32%;
}

.tri-lien.tri-lien-bis .row .trilien-second {
    flex: 5 1 40%;
}

.tri-lien.tri-lien-bis .row .trilien-third {
    flex: 3 1 24%;
}

.tri-lien.tri-lien-bis .row .trilien-second ul {
    list-style: none;
    padding: 0;
    margin: 0 48px 0 48px;
}

.tri-lien.tri-lien-bis .row .trilien-second ul li {
    position: relative;
    color: #000;
    width: 100%;
    font-family: "mozaic-geo-variable", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    padding: 10px 0;
    font-weight: 400;
    line-height: 1.5;
}

.tri-lien.tri-lien-bis .row .trilien-second ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -24px;
    width: 12px;
    height: 9px;
    background-image: url(https://mvconsultants.fr/wp-content/uploads/2025/07/Vector-6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.tri-lien.tri-lien-bis .row .trilien-second ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.tri-lien.tri-lien-bis .row .trilien-second ul li:first-child {
    border-top: 1px solid #000;
}

.tri-lien.tri-lien-bis .row .trilien-second ul li:last-child:after {
    width: 100%;
}

.tri-lien.tri-lien-bis .row .trilien-second .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: unset;
}

.tri-lien.tri-lien-bis .row .trilien-third .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 250px;
}

.tri-lien.tri-lien-bis .row .trilien-third .wrapper .imgcropCtn {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    min-height: 250px;
}

@media (max-width: 767px) {
    .tri-lien .row::before {
        display: none;
    }

    .tri-lien::before {
        content: "";
        z-index: -1;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 250px;
        transform: unset;
        border-radius: 0;
        background: linear-gradient(90deg, #3958A4 0%, #64BA88 100%);
    }

    .tri-lien .row {
        gap: 32px;
        flex-direction: column;
    }

    .tri-lien .row .trilien-first {
        width: 100%;
        height: auto;
        flex: unset;
    }

    .tri-lien .row .trilien-first .wrapper {
        width: 100%;
    }

    .tri-lien .row .trilien-second {
        width: 100%;
        height: auto;
        flex: unset;
    }

    .tri-lien .row .trilien-third {
        width: 100%;
        height: auto;
        flex: unset;
    }
}