.survol{
    transition: box-shadow 0.5s;
    background-color: #f0f2f6;
}

.survol:hover{
    box-shadow: 0px 10px 10px 10px rgb(229, 230, 232);
    background-color: white;

}
.titre{
    color:#18181c;
    font-size: 24px;
    line-height: 31.2px;
    font-weight:bold;
}
.plus_dinfo{
    color:#18181c;
    border: 1px solid #008fb9;
    border-radius: 10px;
    padding:8px;
}

.title {
    margin-bottom: 37px;
}
.price_box {
    position: relative;
    padding: 75px 30px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f0f2f6;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.price_box .price_highlight {
    background-color: #f50136;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
}

.price_box .price_header h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.price_box .price_header h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: #838383;
    font-weight: 400;
}

.price_box .price_tag {
    padding: 15px 0;
    text-transform: capitalize;
    color: #18181c;
    font-size: 48px;
    font-weight: 700;
}

.price_box .price_tag sup {
    font-size: 24px;
    font-weight: 400;
    top: -15px;
    left: -7px;
    color: #838383;
}

.price_box .price_features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price_box .price_features ul li {
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
}

.price_box .price_footer {
    margin-top: 30px;
}

.price_box:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.bouton{
    background-color:#0897c1;
    border-color:#0897c1 ;
}

h4.title{
    font-size: 30px;
    line-height: normal;
}

/*--------------------FORMULES V2-----start--------------------*/
.table_formule {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px;
}

.th_formule, .td_formule {
    text-align: center;
    padding: 16px;
    font-size: larger;
}

.table_formule th:first-child, .table_formule td:first-child {
    text-align: left;
}

.table_formule tr:nth-child(even) {
    background-color: #f2f2f2
}

.table_formule .fa-check {
    color: #0897c1;
}

.le_plus{
    color: var(--orange);
    padding: 7px;
    /*margin-top: -40px;*/
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.formule_titre{
    color: var(--bleu);
    text-transform: uppercase;
    font-weight: bold;
    max-width: 200px;
    font-size: 18px;
}
.formule_prix{
    font-weight: bold;
    font-size: 25px;
    color: var(--black);
    margin-top: 15px;
    margin-bottom: 15px;
}
.hotline{
    font-weight: bold;
    font-size: 15px;
}

.table_formule .th_formule.small{
    height: 150px;
}
.euro{
    font-size: 12px;
    color: var(--black);
}
.formule_ht{
    font-size: 12px;
    font-weight: bold;
    color: var(--black);
}
.appear{
    display: none;
}
/*--------------------FORMULES V2-----end--------------------*/



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

    .th_formule, .td_formule {
        text-align: left;
        padding: 2px;
        font-size: 8px;
    }
    .bouton{
        font-size: 7px;
        padding: 3px ;

    }
    .table_formule {

        margin: 0px;
    }
    .mail{
        font-size: 7px;
    }
    .rsp_bt{
        font-size: 6px !important; ;

    }

    .disp{
        display: none;
    }
    .appear{
        display: block;
        font-size: 20px;
        color: #0897c1;
    }
}

@media only screen and (max-width: 800px) {
    .disp{
        display: none;
    }
    .appear{
        display: block;
        font-size: 20px;
        color: #0897c1;
    }
    .le_plus{
        display: none;
    }
    .top_premium_resp{
        margin-bottom: 0 !important;
    }
}