.offer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}
.introduce-offer{
    width: 90%;
    display: flex;
    justify-content: center;
}


.pricing{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.offer-card{
    margin: 20px;
}
.offer-card:hover .offer-card-content{
    transition: 2s;

}
.start{
    background-color: #F97366;
    color: white;
    display: flex;
   justify-content: space-between;
    width: 100%;
}

.v-top{
    content:"";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.offer-card-content{
    height: 650px;
    padding: 20px;
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    transition: 2s;
}
.back-color-primary{
    background: var(--primary-dark);
    color: white;
}
.back-color-secondary{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;

    background: var(--primary-dark);
    color: #ffffff;
}
.back-color-basic{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #efefef;
    color: #090d1c;
}
.color-1{
    background-color:#2a4256;
}
.color-2{
    background-color: #F97366;
}
.color-1:hover{
    background-color: #2c5b75;
}
.color-2:hover{
    background-color: #B85A4C;
}
.icon-start{
    width: 26px;
    margin-right: 20px;
}
.block-hide{
 margin-bottom: 30px;

}
.original-price{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
}

.card-top{
    position: relative;
    margin-bottom: 5px;
}
.card-bot{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 60px;
    margin-bottom: 40px;
    transition: 2s;
}
.card-bot-color-2{
    background-color: #F97366;
    color: white;
}
.card-bot-color-3{
    background-color: #F97366;
    color: white;
}
.card-bot-color-1{
    background: #dcdcdc;
}

.card-bot:hover{

    transition: 1s;
    height: 80px;
}
.card-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.card-mid{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.text-center{
    text-align: center;
}
.icon-valid{
    width: 26px;
    height: 26px;
    margin-right: 5px;
}
.icon-valid2{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.icon-cross{
    width: 16px;
    height:16px;
    margin-top: 5px;
    margin-right: 5px;
}
.icon-ask{
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.card-button a{
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    border: none;
    height: 50px;
    cursor: pointer;
}

.tab{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    background: #efefef;
    padding: 50px;
    border-radius: 15px;
}
.tab-title{
    display: flex;
    justify-content: start;
    border-bottom: solid 1px black;
}
.tab-title-legend{
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 120px;
    width: 300px;
}

.tab-title-description{
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    height: 120px;
    width: 300px;

}
.border-left-min{
    border-left: solid 1px #dcdcdc;
}
.tab-content{
    display: flex;
    justify-content: center;
}
.description{
    padding:10px;
    width: 300px;
    display: flex;
    align-items: start;
    border-bottom: solid 1px  #dcdcdc;
}
.tab-vide{
    padding: 10px;
    content: '';
    width: 300px;
}
.tab-subscribe{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    padding:10px;
    cursor: pointer;
    background: #dcdcdc;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.5s;
    height: 30px;
}
.tab-subscribe:hover{
    transition: all 0.5s;
    height: 50px;
    background: #3aa8a3
}


.price {
    position: relative;
}

.price-value,
.price-unit,
.price-duration {
    transition: opacity 0.3s, transform 0.3s;
}

.price-value.fade,
.price-unit.fade,
.price-duration.fade {
    opacity: 0;
    transform: translateY(10px);
}
.info-bull-item{
    position: relative;
    display: flex;
    justify-content: center;
}
.top-bull-1{
    top:-45px;
}
.top-bull-2{
    top:-63px;
}
.top-bull-3{
    top:-155px;
}
.top-bull-4{
    top:-170px;
}
.info-bull {
    position: absolute;
    visibility: hidden;
    display: flex;
    justify-content: center;
    width: 300px;
    right: -143px;
    background: black;
    color: white;
    /* autres styles ici */
    transition: all .5s;
    opacity: 0;
    border-radius: 5px;
}
.info-bull p{
    margin: 10px;
}
.info-bull::before {
    content: "";
    position: absolute;
    bottom: -15px; /* Ajuster en fonction de la taille de votre triangle */
    left: calc(50% - 10px); /* Centrer le triangle. Ajuster en fonction de la taille de votre triangle */
    border-width: 10px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.info-bull.visible {
    visibility: visible;
    transition: all .5s;
    opacity: 1;
}

@media all and (max-width: 1725px) {
    .tab-title-legend{
        width: 200px;
    }
    .description{
        width: 200px;
    }
    .tab-title-description{

        width: 200px;

    }
    .tab-vide{
        padding: 10px;
        content: '';
        width: 200px;
    }
    .tab-subscribe{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        padding:10px;
        cursor: pointer;
        background: #dcdcdc;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        transition: all 0.5s;
        height: 30px;
    }

}
@media all and (max-width: 1250px) {
    .tab{
        padding: 10px;
    }
    .tab-title-legend{
        width: 150px;
    }
    .description{
        width: 150px;
    }
    .tab-title-description{
        width: 150px;
    }
    .tab-title-description p{
       font-size: 14px;
    }
    .tab-title-description p span{
        font-size: 14px;
    }
    .tab-vide{
        padding: 10px;
        content: '';
        width: 150px;
    }
    .tab-subscribe{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        padding:10px;
        cursor: pointer;
        background: #dcdcdc;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        transition: all 0.5s;
        height: 30px;
    }
}

@media all and (max-width: 1000px) {
    .tab{
        display: none;
    }

}
@media all and (max-width: 815px) {

    .info-bull{
        position: absolute;
        right: -70%;
    }

}
