.row_colum_tarif {
    display: flex;
    flex-direction: row;
    gap: 22px;
    flex-wrap: wrap;
}

.column_tarif {
    display: flex;
    flex-direction: column;
    width:100%;
}

.section_forfaits_head {
    padding: 25px;
    background: #000000;
    display: block;
    border-radius: 20px 20px 0 0;
}

.section_forfaits_head h2 {
    margin: 0 0 15px 0;
}

.section_forfaits_head h3 {
    margin: 5px 0;
}

.section_forfaits_head h2, .section_forfaits_head h3 {
    color: #fff;
}

.tarif_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tarif_price {
    font-size: 33px;
}

.section_forfaits_description {
    background-color: #e7e7e7;
    border-radius: 0 0 20px 20px;
    padding:10px 25px;
}

.section_forfaits_description h4 {
    margin: 0;
}

@media screen and (max-width: 1309px){
    .column_tarif {
        min-width: 100%;
    }
}

@media screen and (max-width: 1100px){
    .responsive-table-1000{
        width:100%!important;
    }
    .footer-template td {
        text-align: center!important;
    }
    .footer-template h4 {
        text-align: center!important;
    }
    .template-footer-content hr {
        float: none;
        width: 50%;
    }
}

@media screen and (max-width: 1200px){
    .nom-page .nom-page-text{
        margin-top: -130px!important;
        font-size: 30px!important;
    }
}

@media screen and (max-width: 500px){
    .nom-page .nom-page-text{
        letter-spacing: normal!important;
        font-size: 23px!important;
        margin-top: -60px!important;
    }
}