/**
 * CSS de la page tarifs.php
 */
    .colorOrange{
        color: #E67E22;
    }
    .colorGreen {
        color: #7AAE04;
    }
    
    .headerSolo{
        background-color: #E67E22;
        color: white; 
        width: 30%;
    }
    
    .headerDuo{
        background-color: #7AAE04;
        width: 30%;
        color: white; 
    }
    
    .table-tarif .prix, .table-tarif th{
        text-align: center !important;
    }
    
    .width-col1{
        /* width: 30%; */
    }
    
    .col-label {
        font-weight: bold;
    }
    .col-label div {
        color: gray;
        font-size: 14px;
        font-weight: normal;
    }
    
    .prix{
        font-size: 28px;
        text-shadow: 0 1px 0 #fff;
        /* border-bottom: solid 1px #f5f9e7; */
    }
  
    .type-price {
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .type-price > .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
        color: #ffffff;
        background-color: #747371;
    }
  
    .cols-pricing {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .price-through {
        text-decoration : line-through;
    }

    .price-form  {
        font-size:  32px;
    }

    @media only screen and (max-width: 750px) {
        /*style smartphones et petites tablettes en portrait*/
       
        .cols-pricing {
            flex-direction: column;
            align-items: center;
        }
    }

    .layout-pricing {
        border-radius: 16px;
        flex-grow: 1;
        flex-basis: 320px;
        background: #fff;
        min-width: 160px;
        max-width: 320px;
        text-align: center;
        position: relative;
        margin: 0 10px;
        z-index: 1;
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
        height: 100%;
    }
  
    .layout-pricing-header {
        height: 173px;
        padding: 32px;
        background-color: #7AAE04;
        border-radius: 16px 16px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 24px;
        font-weight: 400;
    }

   
    .layout-pricing-price {
       
        height: 70px;
        line-height: normal;
        padding: 20px;
        color: gray;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }

    .layout-pricing-price .price {
        font-size: 44px;
    }
    .price-duo {
        display: none;
    }

    .price-stored span {
        font-weight: bold;
    }

    .layout-pricing-features {
        height: auto;
        text-align: left;
        margin-left: 15px;
        margin-right: 15px;
    }

   
  
  
    .eapps-pricing-table-column-ribbon-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 120px;
        overflow: hidden;
    }

    .eapps-pricing-table-column-ribbon {
        background: #fff;
        color: #E67E22;
        font-weight: bold;
        position: absolute;
        display: block;
        top: 18px;
        right: -30px;
        width: 128px;
        padding: 9px 20px 8px;
        margin: 0;
        transform: rotate(45deg);
        height: 32px;
        z-index: 2;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .header-detail {
        font-size: 20px;
    }

    .header-formule {
        background-color: #E67E22;
    }
    .header-formule > .eapps-pricing-table-column-ribbon {
        color: #E67E22;
    }