.offres{
    display: flex;
    justify-content: center;
    --cardWidth: 400px
}

.offre__card {
    border-radius: 20px;
    border: 2px solid rgb(85, 85, 85);
    background-color: rgba(0, 0, 0, 0.9);
    width: var(--cardWidth);
    padding: 2em;
    display: flex;
    flex-direction: column;
}
.highlight li{
    font-weight: 500;
    color: #FFF;
    font-size: 1.1em;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.offre__list ul{
    list-style: none;
}

.offre__list li{
    margin-bottom: .5em;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.offre__list{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
   padding-top: 1em;
}

.offre__header{
    text-align: center;
}

.offre__footer {
    text-align: center;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 1em;
}

.offre__footer strong{
    font-size: 2.5em;
    font-weight: 900!important;
}
.offre__footer span{
    font-size: 1.5em;
    font-weight: 500!important;
}





/* DETAILS */
.offre-title-infos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.offre-title-infos > div:before {
    top: 3em;
    right: 3em;
    position: absolute;
}

.offre__list li > div:before,
.offre-title-infos > div:before,
.modal .wpcf7-list-item label > div:before{
    content: 'i';
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    cursor: pointer;
    background-image: linear-gradient(-90deg, #5a48ce78 0%, #5941bd33 100%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    text-align: center;
    transition: all 300ms ease;
}
.offre-title-infos > div:before {
    background-image: linear-gradient(-90deg, #ffffff24 0%, #ffffff26 100%);
}

.offre__list li > div:hover:before,
.offre-title-infos > div:hover:before {
    background-image: linear-gradient(-90deg, #5a48ce 0%, #5a48ce 100%);
}
.offre__list li > div > div,
.offre-title-infos > div > div,
.modal .wpcf7-list-item label > div > div {
    position: absolute;
    display: none;
    width: clamp(400px, 15vw, 600px);
    padding: 3em;
    font-size: 0.8em;
    background: #161616;
    border-radius: 1em;
    border: 1px solid #ffffff1c;
    overflow: hidden;
    z-index: 99;
    top: 3em;
    transform: translate(-50%, 0px);
}
.offre-title-infos > div > div {
    top: 6em;
    width: 100%;
    right: auto;
    left: 0em;
    transform: translate(20px, 10px);
    box-shadow: 0 0 50px #000;
    background: #161616e8;
    backdrop-filter: blur(6px);
    overflow: auto;
}
.offre__list li > div:hover > div,
.offre-title-infos > div:hover > div,
.modal .wpcf7-list-item label > div:hover > div{
    display: block;
}

.bkg-light .offre__list li > div:before,
.bkg-light .offre-title-infos > div:before{
    background-image: linear-gradient(-90deg, #ffffff2e 0%, #ffffff26 100%);
}



@media only screen and (max-width: 576px) {

    .offres {
        overflow: auto;
        display: flex;
        justify-content: center;
        justify-content: flex-start;
        width: 100vw;
        margin-left: 0px;
        font-size: 0.9em;
        flex-wrap: nowrap!important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-snap-type: x mandatory;
    }
    .offres::-webkit-scrollbar {
        display: none;
      }
    .offre__card {
        max-width: none;
        min-width: calc(90vw - 30px);
        width: fit-content;
        padding: 1em;
        scroll-snap-align: center;
    }
    .offre__card:first-of-type {
        margin-left: 30px!important;
        margin-right: 0px!important;
    }
     .offre__card:last-of-type {
        margin-left: 15px!important;
        margin-right: 30px!important;
    }
    .offre__list {
        margin-bottom: 1em;
    }
    .highlight li {
        font-weight: 600;
        font-size: 1em;
        line-height: 1.2em;
    }
    .offre__list li > div > div {
        position: fixed;
        display: none;
        width: clamp(100%, 15vw, 600px);
        padding: 3em;
        font-size: 0.8em;
        background: #161616;
        border-radius: 1em;
        border: 0px solid #ffffff90;
        overflow: visible;
        z-index: 999999;
        top: auto;
        transform: translate(0%, 0px);
        right: 0px;
        bottom: 0px;
    }
    .offre__list li > div > div:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #000000b8;
        display: block;
        z-index: -2;
        bottom: 0px;
        left: 0;
        pointer-events: none;
        backdrop-filter: blur(3px);
    }
    .offre__list li > div > div:before {
        content: 'X';
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #FFF;
        border-radius: 50px;
        background: transparent;
        display: block;
        z-index: -1;
        top: 0%;
        bottom: auto;
        transform: translate(-50%, calc(-100% - 1.5em));
        left: 50%;
        right: 0;
        color: #FFF;
        pointer-events: none;
        text-align: center;
        padding-top: 0;
        font-size: 30px;
    }
    .offre__header h3 {
        font-size: 1.3em;
    }
    .offre__footer strong {
        font-size: 2em;
    }
    .offre__price{
        margin-bottom: 0px;
    }
    .offre__header p {
        font-size: 0.9em;
        margin-bottom: 0.7em;
    }
}