.offresv2-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 85px;
    background-color: var(--white);
    margin: 0 calc(var(--container-space)/4);
    padding: 5rem 2rem;
    color: #222223;
    gap: 2rem;
    position: relative;
    z-index: 1;
    /* box-shadow: 0px 4px 100px 0px #A984F2; */
}
.offresv2-container .forward-button p{
    font-size: 14px;
}
.offresv2-container p, .offrev2-item p{
    font-weight: 400;
}
.offrev2-item p{
    font-size: 14px;
    margin: 0;
}
.offresv2-wrappers{
    display: flex;
    gap: 2rem;
}
.offresv2-wrapper-left, .offresv2-wrapper-right{
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 2rem;
    gap: 1rem;
}
.offresv2-wrapper-left{
    width: 60%;
    border: #3023AE solid 2px;
}
.offresv2-wrapper-themes{
    display: flex;
    justify-content: center;
    position: relative;
}
.offrev2-separator{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(125deg, #3023AE -5.02%, #C86DD7 163.53%);
}
.offrev2-one {
   padding-right: 2rem;
}
.offrev2-performance {
    padding-left: 2rem;
}
.offrev2-one, .offrev2-performance{
    display: flex;
    flex-direction: column;
}
.offresv2-wrappers h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 118.75%;
    text-transform: uppercase;
}
.offresv2-wrappers .offresv2-wrapper-right h3{
    color: var(--white);
}
.offresv2-wrapper-themes h4{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 118.75%; /* 23.75px */
    text-transform: uppercase;
}
.offrev2-price{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.offresv2-wrapper-right{
    width: 40%;
    background: linear-gradient(125deg, #3023AE -5.02%, #C86DD7 163.53%);
    color: var(--white);
}
.offresv2-container ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.offrev2-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
}
.offrev2-item svg:nth-child(2){
    margin-left: auto;

}
.offresv2-modal{
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    opacity: 0;
    padding: 0.5em 0.8em;
    background: #222223;
    color: #fff;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #3023AE, #C86DD7) border-box;
    border: 3px solid transparent;
    text-align: center;
    border-radius: 20px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
.offrev2-item:hover:has(>.offrev2-important) {
    cursor: pointer;
}
.offrev2-item:hover .offrev2-important + .offresv2-modal{
    opacity: 1;
    z-index: 1;
}
.offresv2-wrapper-themes .forward-button .button-text{
    color: var(--black);
    font-weight: 600;
}
.offresv2-container .forward-button p{
    font-weight: 600;
}
.offresv2-wrapper-themes .forward-button .circle{
    border-color: var(--black);
}
.offresv2-wrapper-themes .forward-button .circle .icon.arrow::before{
    border-color: var(--black);
}
.offresv2-btns{
    display: flex;
}
.offresv2-btns .forward-button.devis-button{
    width: 14rem;
}
.offrev2-btn{
    display: flex;
    border-radius: 28px;
    background: linear-gradient(125deg, #3023AE -5.02%, #C86DD7 163.53%);
    height: 54px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.offresv2-wrapper-right .offrev2-btn{
    background: var(--white);
    color: #282343;
    animation: smurf 5.5s ease infinite;
    
}
@keyframes smurf {
    0%, 23.08% {
        transform: translate(0, 0px) rotate(0deg);
    }
    3.85%, 7.69%, 11.54%, 15.38%, 19.23%, 23.08% {
        transform: translate(0, -15px) rotate(0deg);
    }
    5.77%, 9.62%, 13.46%, 17.31%, 21.15%, 23.08% {
        transform: translate(0, -15px) rotate(3deg);
    }
    23.08% {
        transform: translate(0, 0px) rotate(0deg);
    }
    100% {
        transform: translate(0, 0px) rotate(0deg);
    }
}
.offresv2-container video{
    display: flex;
    width: 100%;
}
.offresv2-ref{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    width: 100%;
}
.offresv2-ref-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-top: 5rem;
}
.offresv2-ref-exemple{
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 70%;
}
.offresv2-ref-mobile {
    display: flex;
    flex-direction: column;
    height: 700px;
    width: 40%;
    position: relative;
}
.offresv2-ref-mobile img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.offresv2-ref-mobile video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 85%;
    height: 640px;
    outline: none;
    clip-path: inset(5px 5px);
}
.offresv2-ref-toggle{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.offresv2-ref-choices{
    display: flex;
}
.offresv2-ref-choices p{
    font-size: 20px;
    font-weight: 700;
    line-height: 118.75%;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.offresv2-ref-choices p:hover, .offresv2-ref-choices p.active{
    color: #5817A9;
}
.offresv2-ref-choices p:first-child{
    padding-right: 2rem;
    border-right: solid 2px #161616;
}
.offresv2-ref-choices p:last-child{
    padding-left: 2rem;
}
.offresv2-refs{
    display: flex;
    position: relative;
}
.offresv2-refs div{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.offresv2-refs div.active{
    opacity: 1;
    z-index: 1;
}
.offresv2-title.v2-title-video{
    margin-top: 3rem;
}

/* MEDIA QUERIES SAMPLES */

@media (min-width: 1600px) {
    .offresv2-container{
        margin: 0 calc(var(--container-space)/2);
    }
}
@media (min-width: 1920px) {
    .offresv2-container{
        margin: 0 var(--container-space);
    }
}
@media (max-width: 2560px) {
}
@media (max-width: 1920px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1280px) {
    .offresv2-wrapper-left, .offresv2-wrapper-right{
        padding: 2rem 1rem;
    }
    .offrev2-one {
        padding-right: 1rem;
     }
     .offrev2-performance {
         padding-left: 1rem;
     }
}
@media (max-width: 1024px) {
    .offresv2-wrappers{
        flex-direction: column;
        width: 100%;
    }
    .offresv2-wrapper-left, .offresv2-wrapper-right{
        width: 100%;
    }
    .offresv2-ref-mobile {
        display: none;
    }
    .offresv2-ref-toggle{
        width: 100%;
    }
    .offresv2-ref-choices{
        justify-content: center;
    }
    .offresv2-ref-choices p:hover{
        color: initial;
    }
    .offresv2-ref-choices p.active{
        color: #5817A9;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
    .offresv2-title p, .offresv2-title{
        margin: 0;
    }
    .offresv2-container{
        margin-top: 3rem;
        padding: 2rem 1rem;
        border-radius: 42px;
    }
    .offresv2-container h2{
        font-size: 25px;
    }
    .offresv2-wrapper-themes{
        flex-direction: column;
        gap: 1rem;
    }
    .offrev2-performance{
        padding-left: 0;
        padding-top: 1rem;
    }
    .offrev2-one{
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .offresv2-btns{
        flex-direction: column;
        gap: 1rem;
    }
    .offrev2-separator{
       display: none;
    }
    .offresv2-ref-exemple{
        width: 100%;
    }
    .offrev2-one{
        border-bottom: solid 2px #3023AE;
    }
    .offresv2-ref-choices p{
        text-align: center;
    }
    .offrev2-item svg:first-child{
        display: none;
    }
    .offresv2-wrappers h3{
        font-size: 25px;
    }
    .mobile-shrink{
        font-size: 25px;
    }
    .offresv2-ref-choices p:first-child{
        padding-right: 1rem;
    }
    .offresv2-ref-choices p:last-child{
        padding-left: 1rem;
    }
    .offresv2-ref-title{
        padding-top: 2rem;
    }
    .offrev2-item{
        justify-content: space-between;
    }
    .offresv2-title.v2-title-video{
        margin-top: 1rem;
    }
}