.tab-base{
    width: 100%;
    display: none;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.tab-offer{
    width: 80%;
    padding: 50px 10px 0 10px;
    background:#efefef;
    border-top-right-radius:15px ;
    border-top-left-radius:15px ;
    display: flex;
    justify-content: center;
}
.tab-option,
.tab-essentiel,
.tab-standard,
.tab-pro,
.tab-custom{
    width: 300px;

}
.tab-essentiel,
.tab-standard,
.tab-pro,
.tab-custom{
    border-left: solid 1px #dcdcdc;

}

.tab-head{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    border-bottom: solid 1px black;
    padding: 10px;
}
.tab-container{
    padding: 10px;
    height: 50px;
    border-bottom: solid 1px #dcdcdc;
}
.tab-subscribe-mobile{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    cursor: pointer;
    background: #dcdcdc;
    transition: all 0.5s;
    height: 30px;
    width: 80%;
    margin-bottom: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.tab-subscribe-mobile:hover{

    background: #bae898;
    transition: all 0.5s;
    height: 40px;

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

}
@media all and (max-width: 750px) {
    .tab-offer{
        width: 80%;
        padding: 20px 10px 0 10px;
    }
    .tab-container{
        height: 50px;
    }
    .long{
        height: 60px!important;
    }

    .tab-option,
    .tab-essentiel,
    .tab-standard,
    .tab-pro,
    .tab-custom{
        width: 50%;

    }

}
@media all and (max-width: 600px) {
    .long{
        height: 120px!important;
    }
}

