﻿#tarifs {
    margin-bottom: 30px
}

    #tarifs .dark-wrapper .rectangle {
        cursor: default
    }

    #tarifs .dark-wrapper .rectangle {
        background-color: #4e549f;
        text-align: center;
        border-radius: 10px
    }

    #tarifs .dark-wrapper .tarifsDossier > *:not(:last-child) {
        margin-bottom: 30px
    }

@media(min-width:576px) {
    #tarifs .dark-wrapper .tarifsDossier > *:nth-child(-n+2) {
        margin-bottom: 15px
    }

    #tarifs .dark-wrapper .tarifsDossier > *:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    #tarifs .dark-wrapper .tarifsDossier > *:nth-child(-n+3) {
        margin-bottom: 15px
    }

    #tarifs .dark-wrapper .tarifsDossier > *:nth-last-child(-n+1) {
        margin-bottom: 0
    }
}

@media(min-width:992px) {
    #tarifs .dark-wrapper .tarifsDossier > * {
        margin-bottom: 0 !important
    }
}

#tarifs .dark-wrapper .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -35px
}

#tarifs .dark-wrapper .rectangle span {
    background-color: #4e549f;
    color: #fff
}

#tarifs .dark-wrapper .rectangle .titre {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

#tarifs .dark-wrapper .rectangle .info {
    height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: start;
    line-height: 1.3
}

#tarifs .dark-wrapper .rectangle .progress-button button {
    background-color: #fff
}

#tarifs .dark-wrapper .rectangle .progress-button span {
    color: #4e549f;
    background-color: transparent
}

#tarifs .dark-wrapper .rectangle .progress-button:hover span {
    color: #fff
}

h1 span {
    font-size: .7em
}

.tarifsDossier {
    margin-top: 15px
}

#tarifs ul {
    padding: 0 0 0 45px !important
}

#tarifs .dark-wrapper.solutions .rectangle {
    padding: 20px !important;
    font-size: 16px !important
}

#tarifs .dark-wrapper .rectangle {
    background-color: unset !important
}

    #tarifs .dark-wrapper .rectangle span {
        background-color: unset !important;
        color: #101828
    }

    #tarifs .dark-wrapper .rectangle .info .info-prix span {
        color: #2E3862
    }

#tarifs .titre {
    border: 1px solid #4e549f;
    font-size: 18px !important
}

    #tarifs .titre span {
        color: #4e549f !important
    }

    #tarifs .titre.inverse {
        background-color: #4e549f !important;
        border-radius: 10px
    }

        #tarifs .titre.inverse span {
            color: #fff !important
        }

#tarifs .info {
    height: auto !important
}

#tarifs .user .info {
    text-align: left;
    padding-left: 16px
}

    #tarifs .user .info .left {
        margin-left: 12px
    }

#tarifs #tarifs-pack {
    margin-bottom: 50px
}

#tarifs-pack .container-pack {
    margin-top: 50px;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#tarifs-pack .container-pack.table-pack-mobile, #tarifs-pack .container-pack.table-pack-mobile-2 {
    padding: 5px!important;
}

/* Supprime la bordure supérieure de la première ligne après thead */
#tarifs-pack .table-pack tbody tr:nth-child(1) td {
    border-bottom: none !important;
    border-top: 1px solid #e0e0e0;
}

/* Modifie la liste à puce en tiret */
#tarifs-pack .table-pack tbody tr:nth-child(2) td ul {
    list-style-type: none;
}


#tarifs-pack .table-pack {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

#tarifs #tarifs-pack .table-pack .bi-check2 {
    font-size: 25px
}

#tarifs-pack .table-pack thead tr th {
    border: none
}

#tarifs-pack .table-pack th, #tarifs-pack .table-pack td {
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle
}

#tarifs-pack .table-pack tr:last-child td {
    border: none
}

#tarifs-pack .table-pack th {
    background-color: #fff;
    color: #333;
    
    font-size: 14px;
    border-bottom: 2px solid #4e549f;
    padding: 10px 0
}

#tarifs #tarifs-pack .table-pack div.prix {
    background-color: #4e549f;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    padding-block: 3px;
    width: 60px;
    margin-top: 15px;
}

    #tarifs #tarifs-pack .table-pack div.prix span.prix-mois {
        color: #fff;
        font-weight: bold;
        padding-top: 6px;
        padding-left: 5px
    }

#tarifs #tarifs-pack .table-pack td:empty {
    background-color: #fff
}

#tarifs #tarifs-pack .table-pack td {
    border-bottom: 1px solid #e0e0e0
}

#tarifs #tarifs-pack .table-pack tr:last-child td {
    border: none
}

#tarifs #tarifs-pack .table-pack tbody tr td:first-child {
    text-align: start;
    font-weight: bold;
    font-size: 0.75rem;
}

/* Tableaux de bords */
#tarifs #tarifs-pack .table-pack tbody tr td:first-child.sous-menu {
    font-weight: normal;
}

#tarifs #tarifs-pack .table-pack-mobile tbody tr td:first-child.sous-menu ul {
    padding: 0 0 0 5px !important;
}

#tarifs #tarifs-pack .table-pack-mobile tbody tr td:first-child.sous-menu ul {
    margin-bottom: 2px;
}

#tarifs #tarifs-pack .table-pack-pc tbody tr td:first-child.sous-menu ul {
    margin-bottom: 7px;
}

#tarifs #tarifs-pack .table-pack-pc tbody tr td:first-child.sous-menu ul {
    padding: 0 0 0 20px !important;
}

#tarifs #tarifs-pack .table-pack .table-pack-mobile thead tr th:first-child {
    width: 150px
}


#tarifs #tarifs-pack .table-pack-mobile tbody tr td{
    font-size: 14px;
}

#tarifs #tarifs-pack .table-pack th.price-pack {
    padding: 10px
}

#tarifs #tarifs-pack .table-pack td:last-child, #tarifs #tarifs-pack .table-pack th:last-child {
    border-right: none
}

#tarifs #tarifs-pack .table-pack th {
    font-weight: normal
}

#tarifs .container-formule ul {
    list-style-type: none
}

#tarifs .container-formule li::before {
    content: "•";
    color: #4e549f;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

#tarifs #tarifs-pack .table-pack .pack-titre {
    height: 55px;
}

#tarifs #tarifs-pack .table-pack th .pack-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.6rem;
}

#tarifs #tarifs-pack .table-pack th .pack-name {
    font-weight: bold;
    color: #4e549f;
    font-size: 0.6rem;
}

#tarifs #tarifs-pack .table-pack .table-pack-pc {
    display: none;
}

#tarifs #tarifs-pack .table-pack .table-pack-mobile .table-pack-mobile-2 {
    margin-top: 30px;
}

#tarifs #tarifs-pack .table-pack div.prix .prix-mois-titre {
    font-size: 0.6rem;
}

#tarifs #tarifs-pack .table-pack-mobile .table-pack div.prix .prix-mois {
    font-size: 0.6rem;
}

#tarifs #tarifs-pack .table-pack-mobile .table-pack div.prix .prix-mois {
    padding-top:0px!important;
}
.container-pack.table-pack-pc {
    display: none;
}


.container-pack .table-pack-mobile table td {
    font-size: 14px !important;
}
#tarifs #tarifs-pack .table-pack tbody tr td:first-child {
    font-size: 10px;
}

@media (min-width:375px) {
    #tarifs #tarifs-pack .table-pack tbody tr td:first-child {
        font-size: 12px;
    }
}

@media (min-width:414px) {
    #tarifs #tarifs-pack .table-pack tbody tr td:first-child {
        font-size: 14px;
    }

}
@media (min-width:460px){

    #tarifs #tarifs-pack .table-pack th .pack-label {
        font-size: .75rem;
    }

    #tarifs #tarifs-pack .table-pack th .pack-name {
        font-size: 1rem;
    }

    #tarifs #tarifs-pack .table-pack div.prix {
        width: 80px;
    }

        #tarifs #tarifs-pack .table-pack div.prix .prix-mois-titre {
            font-size: 0.75rem;
        }

    #tarifs #tarifs-pack .table-pack-mobile .table-pack div.prix .prix-mois {
        font-size: 12px;
    }
}

@media(min-width:1024px) {
    #tarifs #tarifs-pack .table-pack div.prix {
        width: 110px;
    }

    #tarifs #tarifs-pack .table-pack tbody tr td:first-child {
        font-size: 18px;
    }

    .container-pack.table-pack-mobile {
        display: none;
    }

    .container-pack.table-pack-pc {
        display: block;
    }


        #tarifs #tarifs-pack .table-pack div.prix .prix-mois-titre {
            font-size: 1rem;
        }

    #tarifs #tarifs-pack .table-pack thead tr th:first-child {
        width: 225px;
    }

    #tarifs #tarifs-pack .table-pack div.prix span.prix-mois {
        padding-top: 1px;
    }


}

@media(min-width:1290px) {
    #tarifs #tarifs-pack .table-pack th .pack-label {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1rem;
    }

    #tarifs #tarifs-pack .table-pack th .pack-name {
        font-weight: bold;
        color: #4e549f;
        font-size: 1.25rem;
    }
    #tarifs #tarifs-pack .table-pack .pack-titre {
        height: 85px;
    }
}

@media(min-width: 1871px)
{
    #tarifs #tarifs-pack .table-pack div.prix span.prix-mois {
        padding-top: 2px;
    }

}

ul li::marker {
    color: #2E3862;
}
