.pricing-table {
        width: 100%;
        height: auto;
    }
    .pricing-table2 {
        margin-top: 40px;
    }
    .pricing-h4 {
        text-align: center !important;
        margin-top: 40px !important;
    }
    .pricing-hr {
        margin-bottom: 30px !important;
    }
      .pricing-table {
        width: 100%;
        height: auto;
        margin: 0 auto;
        /*margin-top: 20px;*/
      }
        .pricing-table img {
            width: 100%;
          }

        .pricing-table_left {
            width: 49%;
            height: auto;
            float: left;
            border: 1px solid #EAECEB;
            border-radius: 6px;
            background-color: #fff;
            margin: 0 auto;
        }
        .pricing-table_right {
            width: 49%;
            height: auto;
            float: right;
            border: 1px solid #EAECEB;
            border-radius: 6px;
            background-color: #fff;
            margin: 0 auto;
        }

        .pricing-table_middle {
            width: 80%;
            height: auto;
            margin: 0 auto;
            border: 1px solid #EAECEB;
            border-radius: 6px;
            background-color: #fff;
            margin-bottom: 40px;
        }
            /*.pricing-table_middle .pricing-list ul {
                display: inline !important;
            }
                .pricing-table_middle .pricing-list ul li {
                    padding-left: 20px;
                    padding-right: 20px;
                }*/

          .pricing-header {
            background-color: #1c2343;
            padding: 22px 22px;
            border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            color: #fff;
            text-align: center;
          }
            .pricing-title {
                color: #ffffff;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 18px;
                text-align: center;
                font-weight: 700;
            }
            .pricing-title {
                margin-bottom: 0px;
            }
          .pricing-list {}
            .pricing-list ul {
                padding: 0px;
                display: inline;
                margin: 0px auto;
            }
            .pricing-list ul li {
                list-style: none;
                border-bottom: 1px solid #EAECEB;
                color: #1c2343;
                font-size: 14px;
                /*line-height: 42px;*/
                text-align: left;
                padding: 15px 5%;
            }
            .pricing-list .grey {
                color: grey;
            }
              /*.pricing-list_text-left {float: left;}*/
              .pricing-list_text-right {float: right;}

            .pricing-list ul li:last-child {
                border: none;
                padding-bottom: 15px;
            }

.contener-forfait {
    margin-top: 50px;
}

.petites-mentions {
    /*line-height: 0.4 !important;*/
    font-size: 11px;
    color: grey;
    padding-top: 20px;
}