/* MYPOST 1.11.2 STABLE 201811230752 */
.post-header .btn-topost {
    float: left;
    margin: 17px 20px 18px;
}

.post-header .btn-topost button {
    display: block;
    color: #646567;
    background-color: #fabb00;
}

.post-header .btn-topost button .link-chevron {
    line-height: 21px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
}

.post-header .btn-topost button .link-chevron i {
    font-size: 12px;
    padding-left: 2px;
}

.post-header .btn-topost button:active,
.post-header .btn-topost button:active:hover,
.post-header .btn-topost button:focus,
.post-header .btn-topost button:hover {
    color: #646567;
}

.modal-about .info-version div:first-child {
    width: 140px;
    margin-right: 15px;
}

.modal-about .info-version div:first-child img {
    width: 100%;
}

.modal-about .info-version div.text {
    line-height: 1.4;
}

@media (max-width:899px) {
    .modal-about .info-version {
        flex-direction: column;
        align-items: center;
    }

    .modal-about .info-version div:first-child {
        width: 100px;
        height: 110px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .modal-about .info-version div.text {
        text-align: center;
    }
}

.page-404,
.post-cgu {
    position: relative;
}

.post-cgu .post-cgu-header {
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width:450px) {
    .post-cgu .post-cgu-header p {
        font-size: 13px;
    }
}

.post-cgu .post-cgu-body {
    position: relative;
    overflow-y: scroll;
    max-height: calc(100vh - 400px);
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.post-cgu .post-cgu-footer {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-cgu .post-cgu-footer .cgu-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.post-cgu .post-cgu-footer .cgu-actions .cgu-btn-print {
    padding: 0;
    color: #2196f3;
}

.post-cgu .post-cgu-footer .cgu-actions .cgu-btn-print .btn-xs {
    padding: 0;
}

.post-cgu .post-cgu-footer .cgu-actions .cgu-btn-print i {
    font-size: 20px;
    padding-right: 4px;
}

@media (max-width:767px) {
    .post-cgu .post-cgu-footer .cgu-actions .cgu-btn-print {
        display: none;
    }
}

.post-cgu .post-cgu-footer .cgu-actions .cgu-checkbox {
    margin-top: 5px;
}

.post-cgu .post-cgu-footer .cgu-actions .cgu-checkbox .checkbox {
    margin: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header.block-title .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header.block-title .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header.block-title .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header.block-title .po-icon i,
.post-cgu .post-cgu-footer .cgu-actions .cgu-checkbox label {
    color: #2196f3;
}

.post-cgu .post-cgu-footer .cgu-buttons {
    float: right;
    margin-top: 25px;
}

.post-cgu .post-cgu-footer .cgu-buttons .btn-link {
    background: 0 0;
}

@media (max-width:899px) {
    .post-cgu .post-cgu-footer .cgu-actions {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (max-width:1199px) {
    .post-cgu .post-cgu-body {
        max-height: calc(100vh - 500px);
    }
}

@media (max-width:500px) {
    .post-cgu .post-cgu-body {
        max-height: 200px;
        max-height: calc(100vh - 340px);
    }

    .post-cgu .post-cgu-header h5 {
        font-size: 16px;
    }
}

.page-404 {
    padding-bottom: 0;
}

.page-404 .wrapper {
    position: relative;
    z-index: -1;
}

.page-404 .wrapper.is-centered {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 70px);
    justify-content: center;
}

@media (max-width:499px) {
    .page-404 .wrapper.is-centered {
        height: auto;
        margin-top: 20px;
    }
}

.page-404 .wrapper .wrapper-text {
    position: relative;
    z-index: -1;
}

.page-404 .wrapper .wrapper-text .text-error {
    font-size: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #e5e1de;
}

.page-404 .wrapper .wrapper-text .text-404 {
    font-size: 200px;
    font-weight: 900;
    line-height: 170px;
    right: 0;
    left: 0;
    text-align: center;
    color: #e5e1de;
}

@media (max-width:499px) {
    .page-404 .wrapper .wrapper-text .text-error {
        font-size: 26px;
        line-height: 26px;
        height: 26px;
    }

    .page-404 .wrapper .wrapper-text .text-404 {
        font-size: 120px;
        line-height: 130px;
    }
}

.page-404 .wrapper .panel {
    margin-top: -25px;
    background: #f3efec;
}

.modal-postid.modal-create-account label.remember-me,
.page-404 .wrapper .panel .container-row {
    display: flex;
}

.page-404 .wrapper .panel .container-row .col {
    flex: 1;
}

.page-404 .wrapper .panel .container-row .col.with-separator {
    border-right: solid 1px #ccc;
}

.page-404 .wrapper .panel .container-row .col .panel-help .p-line,
.page-404 .wrapper .panel .container-row .col .panel-help .p-line * {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.page-404 .wrapper .panel .container-row .col .wrapper-buttons {
    margin-top: 10px;
    text-align: center;
}

.page-404 .wrapper .panel .container-row .col .wrapper-buttons .btn {
    margin-bottom: 10px;
}

@media (max-width:899px) {
    .page-404 .wrapper .panel .container-row {
        flex-direction: column;
    }

    .page-404 .wrapper .panel .container-row .col.with-separator {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: solid 1px #ccc;
    }
}

.modal-postid.modal.modal-gatekeeper .modal-body .modal-flex-container {
    padding: 20px 5px;
}

.modal-postid.modal.modal-gatekeeper .modal-body .icon {
    display: flex;
    flex-direction: column;
    width: 80px;
    text-align: center;
}

.modal-postid.modal.modal-gatekeeper .modal-body .icon.is-icon-labeled {
    line-height: 1.5;
}

.modal-postid.modal.modal-gatekeeper .modal-body .icon.is-icon-labeled span {
    font-size: 9px;
    display: inline-block;
}

.modal-postid.modal.modal-gatekeeper .modal-body .text {
    width: 100%;
}

.modal-postid.modal.modal-gatekeeper .modal-body .text .title {
    font-size: 16px;
    margin-top: 5px;
    color: #3e3d40;
}

.modal-postid.modal.modal-gatekeeper .modal-body .text .description {
    font-size: 13px;
    display: flex;
    margin-top: 10px;
    color: #646567;
}

.modal-postid.modal.modal-gatekeeper .modal-body .text .description i {
    font-size: 18px;
    padding-right: 10px;
}

.modal-postid.modal-create-account .icon {
    font-size: 41px;
    float: left;
    width: 60px;
    padding-top: 8px;
    color: #999;
}

.modal-postid.modal-create-account form {
    margin-left: 60px;
}

.modal-postid.modal-create-account .form-group {
    display: block;
    padding: 0;
    border: 0;
}

.modal-postid.modal-create-account .form-group .form-control {
    height: 43px;
}

.modal-postid.modal-create-account label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    color: #999;
}

.mp-postid .panel .panel-body .recaptcha .captcha-demo {
    width: 100%;
    max-width: 300px;
    max-height: 80px;
}

.mp-postid .panel .panel-body .row-action {
    display: flex;
    min-height: 90px;
    padding: 15px 25px;
    align-items: center;
    justify-content: space-between;
}

.mp-postid .panel .panel-body .row-action.separated-top {
    border-top: 1px solid #efefef;
}

.mp-postid .panel .panel-body .row-action.separated-bottom {
    border-bottom: 1px solid #efefef;
}

.mp-postid .panel .panel-body .row-action .row-action-body .message-big {
    font-size: 18px;
}

.mp-postid .panel .panel-body .row-action .row-action-body .message-big .icon {
    font-size: 38px;
    line-height: 37px!important;
    padding-right: 5px;
    vertical-align: middle;
}

.mp-postid .panel .panel-body .row-action .row-action-body .luxtrust-info {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}

.mp-postid .panel .panel-body .row-action .row-action-body .luxtrust-info .luxtrust-info-text {
    line-height: 14px;
    margin-left: 10px;
}

.mp-postid .panel .panel-body .row-action .row-action-btn.change-luxtrust-device {
    line-height: 14px;
    padding-bottom: 10px;
    align-self: flex-end;
}

.mp-postid .panel .panel-body .row-action .row-action-btn .action-button {
    font-size: 16px;
    padding-left: 3px;
}

.mp-postid .panel .panel-body .luxtrust-disclaimer {
    line-height: 14px;
    float: left;
    margin-top: 10px;
}

.mp-postid .panel .panel-body .luxtrust-devices {
    line-height: normal;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    align-items: flex-start;
    flex-wrap: wrap;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device {
    min-width: 165px;
    color: #999;
    flex-basis: 50%;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-label {
    height: 25px;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-label .icon {
    font-size: 18px;
    display: none;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-icon.pi-token,
.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-icon.pi-usb {
    font-size: 160px;
    line-height: 80px;
    padding-bottom: 20px;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-icon.pi-idcard,
.mp-postid .panel .panel-body .luxtrust-devices .block-device .device-icon.pi-smartcard {
    font-size: 120px;
    line-height: 110px;
    padding-bottom: 10px;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device:hover {
    cursor: pointer;
    color: #646567;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device.selected {
    color: #646567;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device.selected .device-label {
    color: #008836;
}

.mp-postid .panel .panel-body .luxtrust-devices .block-device.selected .device-label .icon {
    display: inline;
}

.mp-postid .panel .panel-body .panel-actions {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.mp-postid .panel .panel-body .centered-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:899px) {
    .mp-postid .panel .panel-body .panel-actions {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }
}

@media (max-width:500px) {
    .mp-postid .panel .panel-body .luxtrust-devices {
        align-items: center;
    }

    .mp-postid .panel .panel-body .luxtrust-devices .block-device {
        text-align: center;
        flex-basis: 100%;
    }

    .mp-postid .panel .panel-body .recaptcha {
        text-align: center;
    }

    .mp-postid .panel .panel-body .row-action.luxtrust-device {
        flex-direction: column;
        align-items: flex-start;
    }

    .mp-postid .panel .panel-body .row-action.luxtrust-device .row-action-btn.change-luxtrust-device {
        align-self: flex-start;
    }

    .mp-postid .panel .panel-body .luxtrust-disclaimer {
        float: none;
    }
}

.mp-postid.mp-postid-form .form-group {
    display: block;
    padding: 10px 0;
    border: 0;
}

.mp-postid.mp-postid-form .form-group:first-of-type {
    padding-top: 0;
}

.mp-postid.mp-postid-form .form-group:last-of-type {
    padding-bottom: 0;
}

.mp-migration.mp-migration-form .form-group label,
.mp-postid.mp-postid-form .form-group label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block!important;
    max-width: 100%;
    margin: 0;
    color: #999;
    flex-basis: auto;
}

.mp-postid.mp-postid-form .form-group .form-control {
    height: 43px;
}

.mp-postid-home,
.mp-postid-home .post-container {
    padding-top: 30px;
}

@media (max-width:1199px) {
    .mp-postid-home .post-container {
        padding-top: 0;
    }
}

.mp-postid-home .img-intro {
    max-width: 100%;
}

.mp-postid-home h1 {
    font-size: 50px;
    font-weight: 500;
    color: #3e3d40;
}

.mp-postid-home .menu-collapse {
    display: flex;
    height: 60px;
    padding: 0 25px 0 15px;
    align-items: center;
    justify-content: space-between;
}

.mp-postid-home .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    margin-left: 10px;
    transition: ease .2s;
}

.mp-postid-home .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp-postid-home .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

@media (min-width:900px) {
    .mp-postid-home .menu-collapse {
        display: none;
    }

    .mp-postid-home .collapse {
        display: block;
    }
}

@media (max-width:899px) {
    .mp-postid-home .menu-collapse {
        border-bottom: solid 1px #ddd;
        background: #fff;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    }

    .mp-postid-home .menu-collapse span.title {
        font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .mp-postid-home .collapse,
    .mp-postid-home .collapsing {
        border-bottom: solid 1px #efefef;
    }

    .mp-postid-home .collapse .panel-choix-client,
    .mp-postid-home .collapsing .panel-choix-client {
        margin-bottom: 0;
    }

    .mp-postid-home .collapse .panel-choix-client .choix .is-top .gradient .title,
    .mp-postid-home .collapsing .panel-choix-client .choix .is-top .gradient .title {
        display: none;
    }
}

@media (max-width:899px) and (max-width:499px) {
    .mp-postid-home .menu-collapse span.title {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .mp-postid-home h1 {
        font-size: 35px;
        margin-top: 0;
    }

    .mp-postid-home h5 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mp-postid-home .main-text {
        text-align: center;
    }
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button i,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td .pm-button i,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td .pm-button i,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td .pm-button i,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td .pm-button i,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td .pm-button i,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td .pm-button i,
.mp-dashboard .post-datatable .pm-table tbody tr td .pm-button i,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td .pm-button i,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td .pm-button i,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td .pm-button i,
.mp-dashboard .post-datatable table .pm-tbody tr td .pm-button i,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td .pm-button i,
.mp-dashboard .post-datatable table tbody .pm-tr td .pm-button i,
.mp-dashboard .post-datatable table tbody tr .pm-td .pm-button i,
.mp-dashboard .post-datatable table tbody tr td .pm-button i,
.mp-fixe-mon-fixe i,
.mp-fixe-mon-fixe p,
.mp-fixe-mon-fixe span,
.mp-postid-home i,
.mp-postid-home p,
.mp-postid-home span {
    line-height: normal;
}

@media (max-width:899px) {
    .mp-postid-profile .post-datatable tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .mp-postid-profile .post-datatable tbody tr td {
        display: flex;
        height: auto;
        align-items: center;
        flex-grow: 1;
    }

    .mp-postid-profile .post-datatable tbody tr td:nth-child(1) {
        order: 1;
    }

    .mp-postid-profile .post-datatable tbody tr td:nth-child(2) {
        min-height: 60px;
        order: 2;
        flex-grow: 1;
    }

    .mp-postid-profile .post-datatable tbody tr td:nth-child(3) {
        order: 4;
        flex-basis: 100%;
    }

    .mp-postid-profile .post-datatable tbody tr td:nth-child(3) .is-flex-with-align-items-center {
        padding: 0 10px 10px 80px;
    }

    .mp-postid-profile .post-datatable tbody tr td:nth-child(4) {
        width: 60px;
        max-width: 60px;
        order: 3;
    }
}

@media (max-width:899px) and (max-width:499px) {
    .mp-postid-profile .post-datatable tbody tr td:nth-child(3) .is-flex-with-align-items-center .labeled-icon,
    .mp-postid-profile .post-datatable tbody tr td:nth-child(4) {
        display: none;
    }
}

.mp-postid-profile .pin {
    font-size: 16px;
    position: absolute;
    top: 13px;
    left: 62px;
    color: #fabb00;
}

.mp-postid-profile .footer-buttons {
    text-align: right;
}

.mp-postid-profile .footer-buttons button:last-child {
    margin-left: 10px;
}

@media (max-width:899px) {
    .mp-postid-profile .footer-buttons {
        text-align: center!important;
    }

    .mp-postid-profile .footer-buttons button {
        display: block;
        margin: 0 auto;
        text-align: center!important;
    }

    .mp-postid-profile .footer-buttons button:last-child {
        margin-top: 10px;
        margin-left: auto;
    }
}

.mp-dashboard-mon-dashboard {
    margin-left: 0!important;
}

.mp-dashboard-mon-dashboard .line-insert {
    display: flex;
    padding: 5px 10px;
    border-bottom: solid 1px #efefef;
    background: #fafafa;
    align-items: center;
}

.mp-dashboard-mon-dashboard .panel.panel-bubble .panel-heading .ph-row.text-bottom .center.full-width,
.post-tile .pt-content .panel-body img {
    width: 100%;
}

.mp-dashboard-mon-dashboard .post-tile .pt-overlay-text span {
    padding-top: 170px;
}

@media (max-width:1199px) {
    .mp-dashboard-mon-dashboard .post-tile .pt-overlay-text span {
        padding-top: 190px;
    }
}

@media (max-width:899px) {
    .mp-dashboard-mon-dashboard .post-tile .pt-overlay-text span {
        padding-top: 150px;
    }
}

.mp-dashboard-mon-dashboard table .parcel-number,
.sup-icon i {
    font-size: 16px;
}

@media (max-width:1699px) {
    .mp-dashboard-mon-dashboard table .parcel-number {
        font-size: 14px;
    }
}

@media (min-width:1700px) {
    .mp-dashboard-mon-dashboard.mobile-fixe-active .fixed-height {
        height: 120px;
    }
}

@media (max-width:1699px) {
    .mp-dashboard-mon-dashboard.mobile-fixe-active .fixed-height {
        height: 140px;
    }
}

@media (max-width:899px) {
    .mp-dashboard-mon-dashboard.mobile-fixe-active .fixed-height {
        height: auto;
    }
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2,
.mp-dashboard.mp-dashboard-mon-dashboard-v2 > .container {
    padding: 0;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-page-header,
.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile {
    margin: 10px;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
    display: flex;
    width: 1440px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard {
    width: 340px;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard .pt-title-long {
    font-size: 19px;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard.is-active .pt-overlay {
    height: 175px;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-mobile {
    display: none;
}

@media (min-width:720px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.to-align {
        margin-top: 50px;
    }
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container .post-panel-info {
    width: 340px;
    margin: 0 10px 10px;
}

@media (max-width:1439px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
        width: calc((340px*2) + (10px*4));
        margin: 0 auto;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container {
        width: calc((340px*2) + (10px*4));
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
        flex-wrap: wrap;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard {
        flex: 0 0 auto;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container {
        margin: 10px auto 0;
        justify-content: flex-start;
    }
}

@media (max-width:719px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
        width: calc(340px + (10px*2));
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container .pt-overlay,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container .pt-overlay-content,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .pt-overlay,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .pt-overlay-content {
        display: none;
    }
}

@media (max-width:420px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard.is-inactive {
        margin-right: auto;
        margin-left: auto;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-dashboard.is-active {
        display: none;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container .post-tile.is-mobile {
        display: block;
        margin: 7px;
    }
}

@media (max-width:339px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
        width: 360px;
    }
}

@media (max-width:360px) {
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-panel-info-container,
    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile-container {
        width: 320px;
        justify-content: center;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile.is-dashboard {
        width: 300px!important;
        height: auto;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile.is-dashboard .pt-content .pt-wrapper-text {
        height: auto;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile.is-dashboard .pt-content .pt-wrapper-text .pt-title-long {
        font-size: 16px;
    }

    .mp-dashboard.mp-dashboard-mon-dashboard-v2 .post-tile.is-dashboard .pt-content .pt-wrapper-text .pt-text {
        height: auto!important;
    }
}

.post-tile .pt-content .panel-heading .ph-row .inactive {
    width: 100%!important;
}

@media (min-width:900px) {
    .post-tile:hover:not(.no-clickable) .panel-heading .ph-row .has-overlay {
        position: relative;
        z-index: 1;
    }
}

.mp-dashboard .panel-bubble .panel-footer.footer {
    text-align: center;
    border-right: solid 3px transparent;
}

.mp-dashboard .panel-mobile .panel-body .line-option {
    display: flex;
    min-width: 200px;
    align-items: center;
}

.mp-dashboard .panel-mobile .panel-body .line-number {
    margin-top: 10px;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts {
    width: 100%;
    min-width: 210px;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts.no-dropdown .dropdown-menu,
.mp-dashboard .panel-mobile .panel-body .menu-contracts.no-dropdown .dropdown-toggle .down-caret {
    display: none;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts.no-dropdown a {
    cursor: default!important;
    color: inherit;
    box-shadow: none;
    justify-content: flex-start;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts.no-dropdown a:focus,
.mp-dashboard .panel-mobile .panel-body .menu-contracts.no-dropdown a:hover {
    color: inherit;
    box-shadow: none;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child,
.panel-conso .menu-contracts a:first-child {
    margin: 0;
    padding: 0;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child.no-focus,
.panel-conso .menu-contracts a:first-child.no-focus {
    background-color: #fff!important;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child .info {
    line-height: normal;
    padding-bottom: 10px;
    text-align: left;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child .info .number {
    font-size: 25px;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child .info .name {
    font-size: 12px;
    color: #999;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child .info .package-services {
    font-size: 16px;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts a:first-child .down-caret {
    font-size: 12px;
    position: absolute;
    top: 35px;
    right: 0;
    display: initial;
    float: right;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.mp-dashboard .panel-mobile .panel-body .menu-contracts.open .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp-dashboard .panel-mobile .panel-body .price {
    font-size: 20px;
    font-weight: 400;
}

.mp-dashboard .panel-mobile .panel-body.is-danger {
    border-right: 3px solid #ed1c24;
}

.mp-dashboard .panel-mobile .panel-body.is-danger .price,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error .cell-packup-status span,
.mp-dashboard .post-datatable table tbody tr.is-error .cell-packup-status span {
    color: #ed1c24;
}

.mp-dashboard .panel-mobile .panel-body .activated-option .cpt {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    display: inline-block;
    height: 20px;
    margin-top: -2px;
    padding: 5px 6px;
    color: #fff;
    border-radius: 2px;
    background: linear-gradient(to bottom,#9acffa 0%,#2196f3 100%);
    box-shadow: 0 0 2px #646567;
}

.mp-dashboard .panel-mobile .panel-body .activated-option .text {
    display: inline-block;
    margin-left: 4px;
}

@media (max-width:499px) {
    .mp-dashboard .panel-mobile .panel-body .block-price {
        width: 100%;
        text-align: left;
    }
}

.mp-dashboard .panel-mobile.responsive .panel-heading {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 25px;
    color: #646567;
}

.mp-dashboard .panel-mobile.responsive .panel-heading:hover {
    cursor: pointer;
}

.mp-dashboard .panel-mobile.responsive .panel-heading .pi-chevron-down {
    font-size: 2rem;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    transition: transform .3s cubic-bezier(.95,.05,.795,.035);
    transition: transform .3s cubic-bezier(.95,.05,.795,.035),-webkit-transform .3s cubic-bezier(.95,.05,.795,.035);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mp-dashboard .panel-mobile.responsive .panel-heading .panel-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.mp-dashboard .panel-mobile.responsive .panel-heading .panel-title .icon {
    font-size: 40px!important;
    float: left!important;
    margin-top: -10px!important;
    margin-right: 0!important;
    margin-left: -10px!important;
    padding: 10px 10px 10px 0!important;
}

.mp-dashboard .panel-mobile.responsive .panel-heading .panel-title .option-name {
    margin-top: 7px!important;
}

.mp-dashboard .panel-mobile.responsive .panel-heading .panel-title span:nth-child(2) {
    display: inline-block;
    margin-top: 3px;
}

.mp-dashboard .panel-mobile.responsive .collapsed .panel-title .pi-chevron-down {
    transition: transform .3s cubic-bezier(.19,1,.22,1);
    transition: transform .3s cubic-bezier(.19,1,.22,1),-webkit-transform .3s cubic-bezier(.19,1,.22,1);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mp-dashboard .panel-mobile.responsive .panel-body {
    border-top: solid 1px #ddd;
}

.mp-dashboard .panel-packup .panel-body .post-datatable table tr td.info {
    line-height: 1;
}

.mp-dashboard .panel-packup .panel-body .post-datatable table tr td .flag {
    top: 2px;
    width: 20px;
    margin-right: 5px;
}

.modal-packup.modal-faq p span,
.mp-dashboard .panel-packup .panel-body .post-datatable table tr td.cell-packup-status span {
    font-size: 14px;
}

@media (max-width:1420px) {
    .mp-dashboard .post-banner .pb-overlay-icon i {
        left: 50px;
    }
}

@media (min-width:900px) {
    .mp-dashboard .post-datatable .packet-number {
        width: 185px;
    }
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table tbody tr.is-pending .cell-actions,
.mp-dashboard .post-datatable .pm-table tbody tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table tbody tr.is-pending .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable table .pm-tbody tr.is-pending .cell-actions,
.mp-dashboard .post-datatable table .pm-tbody tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable table .pm-tbody tr.is-pending .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable table tbody .pm-tr.is-pending .cell-actions,
.mp-dashboard .post-datatable table tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable table tbody .pm-tr.is-pending .pm-icon,
.mp-dashboard .post-datatable table tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-dashboard .post-datatable table tbody tr.is-pending .cell-actions,
.mp-dashboard .post-datatable table tbody tr.is-pending .cell-actions .pm-button,
.mp-dashboard .post-datatable table tbody tr.is-pending .pm-icon,
.mp-dashboard .post-datatable table tbody tr.is-pending .pm-icon .pm-button {
    color: #ff8400;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error,
.mp-dashboard .post-datatable table tbody tr.is-error {
    background-color: #fceff0;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error .cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error .cell-actions,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error .cell-actions,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error .cell-actions,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error .cell-actions,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error .cell-actions,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error .pm-icon,
.mp-dashboard .post-datatable table tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-dashboard .post-datatable table tbody tr.is-error .cell-actions,
.mp-dashboard .post-datatable table tbody tr.is-error .cell-actions .pm-button,
.mp-dashboard .post-datatable table tbody tr.is-error .pm-icon,
.mp-dashboard .post-datatable table tbody tr.is-error .pm-icon .pm-button {
    color: #ed1c24;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td:first-child,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td:first-child,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td:first-child,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td:first-child,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td:first-child,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td:first-child,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td:first-child,
.mp-dashboard .post-datatable .pm-table tbody tr td:first-child,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td:first-child,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td:first-child,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td:first-child,
.mp-dashboard .post-datatable table .pm-tbody tr td:first-child,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td:first-child,
.mp-dashboard .post-datatable table tbody .pm-tr td:first-child,
.mp-dashboard .post-datatable table tbody tr .pm-td:first-child,
.mp-dashboard .post-datatable table tbody tr td:first-child {
    padding-left: 10px;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td .pm-icon,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td .pm-icon,
.mp-dashboard .post-datatable .pm-table tbody tr td .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td .pm-icon,
.mp-dashboard .post-datatable table .pm-tbody tr td .pm-icon,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td .pm-icon,
.mp-dashboard .post-datatable table tbody .pm-tr td .pm-icon,
.mp-dashboard .post-datatable table tbody tr .pm-td .pm-icon,
.mp-dashboard .post-datatable table tbody tr td .pm-icon {
    color: #999;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td.cell-title,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td.cell-title,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td.cell-title,
.mp-dashboard .post-datatable .pm-table tbody tr td.cell-title,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td.cell-title,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td.cell-title,
.mp-dashboard .post-datatable table .pm-tbody tr td.cell-title,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td.cell-title,
.mp-dashboard .post-datatable table tbody .pm-tr td.cell-title,
.mp-dashboard .post-datatable table tbody tr .pm-td.cell-title,
.mp-dashboard .post-datatable table tbody tr td.cell-title {
    padding: 15px 5px 15px 20px;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title strong,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td.cell-title strong,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td.cell-title strong,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable .pm-table tbody tr td.cell-title strong,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td.cell-title strong,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable table .pm-tbody tr td.cell-title strong,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable table tbody .pm-tr td.cell-title strong,
.mp-dashboard .post-datatable table tbody tr .pm-td.cell-title strong,
.mp-dashboard .post-datatable table tbody tr td.cell-title strong,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title strong,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-title strong,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-title strong,
.post-datatable .pm-table .pm-tbody tr td.cell-title strong,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-title strong,
.post-datatable .pm-table tbody .pm-tr td.cell-title strong,
.post-datatable .pm-table tbody tr .pm-td.cell-title strong,
.post-datatable .pm-table tbody tr td.cell-title strong,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-title strong,
.post-datatable table .pm-tbody .pm-tr td.cell-title strong,
.post-datatable table .pm-tbody tr .pm-td.cell-title strong,
.post-datatable table .pm-tbody tr td.cell-title strong,
.post-datatable table tbody .pm-tr .pm-td.cell-title strong,
.post-datatable table tbody .pm-tr td.cell-title strong,
.post-datatable table tbody tr .pm-td.cell-title strong,
.post-datatable table tbody tr td.cell-title strong {
    line-height: 14px;
    display: block;
}

.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title small,
.mp-dashboard .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title small,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title small,
.mp-dashboard .post-datatable .pm-table .pm-tbody tr td.cell-title small,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title small,
.mp-dashboard .post-datatable .pm-table tbody .pm-tr td.cell-title small,
.mp-dashboard .post-datatable .pm-table tbody tr .pm-td.cell-title small,
.mp-dashboard .post-datatable .pm-table tbody tr td.cell-title small,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title small,
.mp-dashboard .post-datatable table .pm-tbody .pm-tr td.cell-title small,
.mp-dashboard .post-datatable table .pm-tbody tr .pm-td.cell-title small,
.mp-dashboard .post-datatable table .pm-tbody tr td.cell-title small,
.mp-dashboard .post-datatable table tbody .pm-tr .pm-td.cell-title small,
.mp-dashboard .post-datatable table tbody .pm-tr td.cell-title small,
.mp-dashboard .post-datatable table tbody tr .pm-td.cell-title small,
.mp-dashboard .post-datatable table tbody tr td.cell-title small {
    display: block;
}

.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions,
.mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions,
.mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions,
.mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions,
.mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions,
.mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions,
.mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions,
.mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions,
.mp-dashboard .post-datatable table tfoot tr th.cell-actions {
    padding: 20px 15px;
}

.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
.mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
.mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
.mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
.mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions .btn,
.mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions a,
.mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions button,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
.mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
.mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions .btn,
.mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions a,
.mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions button,
.mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions .btn,
.mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions a,
.mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions button,
.mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions .btn,
.mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions a,
.mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions button,
.mp-dashboard .post-datatable table tfoot tr th.cell-actions .btn,
.mp-dashboard .post-datatable table tfoot tr th.cell-actions a,
.mp-dashboard .post-datatable table tfoot tr th.cell-actions button {
    display: flex;
    float: right;
    align-items: center;
}

@media (max-width:899px) {
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions .btn,
    .mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions a,
    .mp-dashboard .post-datatable .pm-table tfoot tr th.cell-actions button,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
    .mp-dashboard .post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
    .mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions .btn,
    .mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions a,
    .mp-dashboard .post-datatable table .pm-tfoot tr th.cell-actions button,
    .mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions .btn,
    .mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions a,
    .mp-dashboard .post-datatable table tfoot .pm-tr th.cell-actions button,
    .mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions .btn,
    .mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions a,
    .mp-dashboard .post-datatable table tfoot tr .pm-th.cell-actions button,
    .mp-dashboard .post-datatable table tfoot tr th.cell-actions .btn,
    .mp-dashboard .post-datatable table tfoot tr th.cell-actions a,
    .mp-dashboard .post-datatable table tfoot tr th.cell-actions button {
        float: none;
        justify-content: center;
    }
}

@media (min-width:1200px) {
    .modal-gatekeeper-fixe .modal-body {
        display: flex;
    }

    .modal-gatekeeper-fixe .modal-body .menu-collapse {
        display: none;
    }

    .modal-gatekeeper-fixe .modal-body .collapse {
        display: block;
        flex-basis: 100%;
    }
}

.modal-gatekeeper-fixe .modal-dialog .modal-content .modal-header {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}

.modal-gatekeeper-fixe .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
}

.modal-gatekeeper-fixe .modal-body .menu-collapse {
    height: 70px;
    padding: 0 25px 0 15px;
}

.modal-gatekeeper-fixe .modal-body .menu-collapse span.title,
.modal-packup-choix .modal-body .menu-collapse span.title {
    font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.modal-gatekeeper-fixe .modal-body .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    transition: ease .2s;
}

.modal-gatekeeper-fixe .modal-body .menu-collapse.collapsed {
    border-bottom: solid 1px #ddd;
}

.modal-gatekeeper-fixe .modal-body .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-gatekeeper-fixe .modal-body .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

.modal-gatekeeper-fixe .modal-body .collapse,
.modal-gatekeeper-fixe .modal-body .collapsing {
    margin: 0;
    border-bottom: solid 1px #ddd;
}

.modal-gatekeeper-fixe .modal-body .collapse:nth-child(2) .panel-choix-client .choix .is-top,
.modal-gatekeeper-fixe .modal-body .collapsing:nth-child(2) .panel-choix-client .choix .is-top {
    border-right: solid 1px #ddd;
    background: #d3d3d3;
}

.modal-gatekeeper-fixe .modal-body .collapse:nth-child(4) .panel-choix-client .choix .is-top,
.modal-gatekeeper-fixe .modal-body .collapsing:nth-child(4) .panel-choix-client .choix .is-top {
    background: gray;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client {
    display: flex;
    box-shadow: none;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    flex: 1 1 50%;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top {
    height: 290px;
    background-size: cover;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .gradient,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .gradient {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(to top,#154367,transparent);
    justify-content: flex-end;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .gradient .title,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .title {
    font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 1px 2px rgba(0,0,0,.2);
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .gradient .info,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .info {
    font-size: 14px;
    padding: 0 25px;
    color: #fff;
    text-shadow: 1px 2px rgba(0,0,0,.2);
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .gradient .arrow,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .arrow {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 20px auto;
    color: #fff;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-bottom,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-bottom {
    margin-top: 30px;
}

.modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-bottom .btn,
.modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-bottom .btn {
    display: inline-flex;
    align-items: center;
}

@media (max-width:1199px) {
    .modal-gatekeeper-fixe .modal-dialog .modal-content .modal-header {
        padding: 0 15px!important;
        text-align: left;
    }

    .modal-gatekeeper-fixe .modal-body .menu-collapse {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client,
    .modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client {
        flex-direction: column;
        margin: 0;
        padding-bottom: 15px;
    }

    .modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix,
    .modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix {
        flex: none;
    }

    .modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .title,
    .modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .title {
        display: none;
    }

    .modal-gatekeeper-fixe .modal-body .collapse .panel-choix-client .choix .is-top .info,
    .modal-gatekeeper-fixe .modal-body .collapsing .panel-choix-client .choix .is-top .info {
        padding: 0 5px!important;
    }
}

.modal-changement-option .modal-body {
    display: flex;
    align-items: stretch;
}

.modal-changement-option .modal-body .price-container {
    line-height: 1;
    width: 130px;
    margin-right: 25px;
    flex-shrink: 0;
}

.modal-changement-option .modal-body .price-container .icon {
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.modal-changement-option .modal-body .price-container .price {
    font-family: 'Museo Sans',Georgia,serif;
    font-size: 18px;
    font-weight: 900;
    color: #2196f3;
}

.modal-changement-option .modal-body .price-container .price .mandatory {
    font-size: 12px;
    font-weight: 400;
}

.modal-changement-option .modal-body .main-content {
    width: 100%;
}

.modal-changement-option .modal-body .main-content .conditions-particulieres {
    display: flex;
    margin-top: 5px;
    align-items: stretch;
}

.modal-changement-option .modal-body .main-content .conditions-particulieres label {
    padding-top: 2px!important;
}

@media (max-width:899px) {
    .modal-changement-option .modal-body {
        flex-direction: column;
    }

    .modal-changement-option .modal-body .price-container {
        width: 100%;
    }

    .modal-changement-option .modal-body .price-container * {
        text-align: center;
    }

    .modal-changement-option .modal-body .price-container small {
        display: block;
    }

    .modal-changement-option .modal-body .main-content {
        margin-top: 20px;
    }
}

.mp-fixe.mp-fixe-ma-consommation .post-info-service {
    width: calc(100% - 20px);
    margin: 15px 10px 20px;
}

.mp-fixe.mp-fixe-ma-consommation .post-service-navigation-header .wrapper-service:hover {
    cursor: default!important;
}

.mp-fixe.mp-fixe-ma-consommation .post-service-navigation-body {
    margin: 0;
    padding: 0!important;
}

.mp-fixe.mp-fixe-ma-consommation .post-service-navigation-body .post-consumption {
    margin: 0;
}

.mp-fixe-mon-fixe,
.mp-fixe-mon-fixe .post-container {
    padding-top: 30px;
}

@media (max-width:1199px) {
    .mp-fixe-mon-fixe .post-container {
        padding-top: 0;
    }
}

.mp-fixe-mon-fixe .img-intro {
    max-width: 100%;
}

.mp-fixe-mon-fixe .img-intro-mobile {
    width: 100%;
}

.mp-fixe-mon-fixe h1,
.mp-migration .header-big h1 {
    font-size: 50px;
    font-weight: 500;
    color: #3e3d40;
}

.mp-fixe-mon-fixe .menu-collapse {
    display: flex;
    height: 60px;
    padding: 0 25px 0 15px;
    align-items: center;
    justify-content: space-between;
}

.mp-fixe-mon-fixe .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    margin-left: 10px;
    transition: ease .2s;
}

.mp-fixe-mon-fixe .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp-fixe-mon-fixe .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

@media (min-width:900px) {
    .mp-fixe-mon-fixe .menu-collapse {
        display: none;
    }

    .mp-fixe-mon-fixe .collapse {
        display: block;
    }
}

@media (max-width:899px) {
    .mp-fixe-mon-fixe .menu-collapse {
        border-bottom: solid 1px #ddd;
        background: #fff;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    }

    .mp-fixe-mon-fixe .menu-collapse span.title {
        font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .mp-fixe-mon-fixe .collapse,
    .mp-fixe-mon-fixe .collapsing {
        border-bottom: solid 1px #efefef;
    }

    .mp-fixe-mon-fixe .collapse .panel-choix-client,
    .mp-fixe-mon-fixe .collapsing .panel-choix-client {
        margin-bottom: 0;
    }

    .mp-fixe-mon-fixe .collapse .panel-choix-client .choix .is-top .gradient .title,
    .mp-fixe-mon-fixe .collapsing .panel-choix-client .choix .is-top .gradient .title {
        display: none;
    }
}

@media (max-width:899px) and (max-width:499px) {
    .mp-fixe-mon-fixe .menu-collapse span.title {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .mp-fixe-mon-fixe h1 {
        font-size: 35px;
        margin-top: 0;
    }

    .mp-fixe-mon-fixe h5 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mp-fixe-mon-fixe .main-text {
        text-align: center;
    }
}

.mp-fixe-configuration-fixe .post-tile.with-small-header .panel-heading {
    height: 75px;
}

.mp-fixe-configuration-fixe .post-tile.with-small-header .panel-body {
    height: 100px;
}

.mp-fixe-configuration-fixe .post-tile.with-large-header .panel-heading {
    height: 120px;
    padding: 0 15px!important;
}

.mp-fixe-configuration-fixe .post-tile.with-large-header .panel-body {
    height: 55px;
}

.mp-fixe-configuration-fixe .pf-row.is-column {
    flex-direction: column;
}

.mp-fixe-configuration-fixe .pf-row.is-condensed {
    min-height: auto;
    padding: 0 20px;
}

.mp-fixe-configuration-fixe .pf-row.is-toggle .pf-row-label {
    padding-top: 2px;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe .legend {
        margin-bottom: 15px;
    }
}

.mp-fixe-configuration-fixe.is-dashboard .post-tile .subtitle {
    width: 100%;
}

.mp-fixe-configuration-fixe.is-dashboard .post-tile .more-infos-container .text {
    margin-top: -2px;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe.is-dashboard .post-tile {
        margin-top: 60px;
    }
}

.mp-fixe-configuration-fixe.is-security .legend {
    line-height: 1;
    padding-top: 10px;
    padding-left: 55px;
    border-top: solid 1px #ddd;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe.is-security .legend {
        padding-left: 20px;
    }
}

.mp-fixe-configuration-fixe.is-security .pf-row-actions {
    padding-top: 0!important;
}

.mp-fixe-configuration-fixe.is-connectivity .pf-row.is-radio {
    align-items: flex-start!important;
}

.mp-fixe-configuration-fixe.is-connectivity .pf-row .price-container {
    display: flex;
}

.mp-fixe-configuration-fixe.is-connectivity .pf-row .price-container .col-price {
    margin-right: 30px;
}

.mp-fixe-configuration-fixe.is-connectivity .pf-row .price {
    font-size: 15px!important;
    margin-top: 8px;
}

.mp-fixe-configuration-fixe.is-connectivity .legend {
    line-height: 1;
    padding-top: 10px;
    padding-left: 55px;
    border-top: solid 1px #ddd;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe.is-connectivity .legend {
        padding-left: 20px;
    }
}

.mp-fixe-configuration-fixe.is-connectivity .pf-row-actions {
    padding-top: 0!important;
}

.mp-fixe-configuration-fixe.is-telephony .post-form .pf-body .pf-row .pf-row-container {
    line-height: 1;
}

.mp-fixe-configuration-fixe.is-telephony .post-form .pf-body .pf-row .pf-row-container .icon {
    width: 30px;
    margin: 0 15px 0 0;
    text-align: center;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe.is-telephony .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: row;
    }
}

.mp-fixe-configuration-fixe.is-call-filtering .pf-row .post-checkbox-radio:not(:last-of-type) {
    margin-bottom: 30px;
}

.mp-fixe-configuration-fixe.is-call-filtering .pf-row .post-checkbox-radio label,
.mp-fixe-configuration-fixe.is-number-settings .pf-row.list-checkboxes .post-checkbox-radio label {
    font-family: 'Museo Sans',Georgia,serif;
    font-size: 18px;
    font-weight: 900;
}

.mp-fixe-configuration-fixe.is-call-filtering .pf-row .post-checkbox-radio label .mandatory,
.mp-fixe-configuration-fixe.is-number-settings .pf-row.list-checkboxes .post-checkbox-radio label .mandatory {
    font-size: 10px;
    font-weight: 400;
    margin-left: 5px;
}

.mp-fixe-configuration-fixe.is-call-filtering .pf-row .post-checkbox-radio label:before,
.mp-fixe-configuration-fixe.is-number-settings .pf-row.list-checkboxes .post-checkbox-radio label:before {
    margin-top: -3px;
    margin-right: 20px;
}

.mp-fixe-configuration-fixe.is-call-filtering .legend {
    line-height: 1;
    padding-top: 10px;
    padding-left: 60px;
    border-top: solid 1px #ddd;
}

.mp-fixe-configuration-fixe.is-call-filtering .pf-row-actions {
    padding-top: 0!important;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row .pf-row-container .pf-row-label.no-shrink {
    flex-basis: auto;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row input + .mandatory {
    position: absolute;
    right: 0;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row .pf-btn a .mandatory {
    position: absolute;
    top: 3px;
    right: 10px;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row.remove-phone-number {
    min-height: auto;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row.remove-phone-number .pf-btn,
.post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .text span,
.post-datatable table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .text span {
    margin-top: -5px;
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row.list-checkboxes .post-checkbox-radio:not(:last-of-type) {
    margin-bottom: 30px;
}

.mp-fixe-configuration-fixe.is-number-settings .legend {
    line-height: 1;
    padding-top: 10px;
    padding-left: 55px;
    border-top: solid 1px #ddd;
}

@media (max-width:899px) {
    .mp-fixe-configuration-fixe.is-number-settings .legend {
        padding-left: 20px;
    }
}

.mp-fixe-configuration-fixe.is-number-settings .pf-row-actions {
    padding-top: 0!important;
}

.panel-conso .line-month {
    min-width: 200px;
}

.panel-conso .block-price {
    line-height: 1;
}

.mp-mymobile-ma-consommation .panel-samsung .panel-heading img,
.panel-conso .menu-contracts {
    width: 100%;
}

.panel-conso .menu-contracts .dropdown-toggle {
    justify-content: flex-start;
}

.panel-conso .menu-contracts .dropdown-toggle:hover {
    box-shadow: inset 0 -2px 0 #00a6d4;
}

.panel-conso .menu-contracts a:first-child .info {
    margin-top: -5px;
    text-align: left;
}

.panel-conso .menu-contracts a:first-child .info .number {
    font-size: 25px;
}

@media (max-width:1350px) {
    .panel-conso .menu-contracts a:first-child .info .number {
        font-size: 20px;
    }
}

.panel-conso .menu-contracts a:first-child .info .name {
    font-size: 12px;
    margin-top: 3px;
    color: #999;
}

.panel-conso .menu-contracts a:first-child .down-caret {
    font-size: 12px;
    position: absolute;
    top: 35px;
    right: 0;
    display: initial;
    float: right;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.panel-conso .menu-contracts.open .down-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-conso .menu-contracts ul.dropdown-menu {
    position: absolute;
    max-height: 205px;
    padding: 0;
}

.panel-conso .menu-contracts ul.dropdown-menu li {
    min-width: 210px;
}

.panel-conso .menu-contracts ul.dropdown-menu li.title {
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.panel-conso .menu-contracts ul.dropdown-menu li .phoneline {
    margin: 0;
    padding: 10px 10px 10px 15px;
    text-align: left;
}

.panel-conso .menu-contracts ul.dropdown-menu li .phoneline .info {
    display: inline-block;
    width: 120px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.panel-conso .menu-contracts ul.dropdown-menu li .phoneline .info .number {
    font-size: 14px;
    display: block;
}

.panel-conso .menu-contracts ul.dropdown-menu li .phoneline .info .name {
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #999;
}

.panel-conso .menu-contracts ul.dropdown-menu li.is-highlighted {
    color: #2196f3;
    background-color: #efefef;
}

.panel-conso .price {
    font-size: 20px;
    font-weight: 400;
    margin-top: 6px;
}

.panel-conso.is-danger {
    border-right: 3px solid #ed1c24;
}

.panel-conso.is-danger .price {
    color: #ed1c24;
}

.panel-conso.is-success {
    border-right: 3px solid #008836;
}

.panel-conso.is-success .price {
    color: #008836;
}

.modal-mymobile-option-streaming.modal-mymobile-option-streaming .modal-flex-container .icon {
    flex-shrink: 0;
}

.modal-mymobile-option-streaming.modal-mymobile-option-streaming .modal-flex-container .text .social-icons {
    margin: 25px 0 10px;
}

.modal-mymobile-option-streaming.modal-mymobile-option-streaming .modal-flex-container .text .social-icons img {
    width: 50px;
    height: 50px;
    margin-right: 6px;
    margin-bottom: 10px;
}

@media (max-width:899px) {
    .mp-mymobile-ma-consommation .post-page-header {
        margin-bottom: 20px!important;
    }
}

.mp-mymobile-ma-consommation .post-consumption .pc-header.collapsed .pi-calls {
    color: #00a6d4;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header.collapsed .pi-mobile-at {
    color: #fabb00;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header.scoubido {
    background-color: transparent;
    box-shadow: none;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block {
    display: inherit;
    align-items: center;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon i {
    float: none!important;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .pack-mini {
    width: 40px;
    height: 40px;
    margin-left: -10px;
}

.mp-myaccount-mes-contrats .post-datatable tbody tr td .container-offre .col-offre.is-row .col-offre-icons .post-icon-option,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block + .post-icon-option.blocked-pack,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block + .post-icon-option.blocked-pack {
    flex-shrink: 0;
}

.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-l-flat,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-m-flat,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-s-flat,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-xl-flat,
.mp-mymobile-ma-consommation .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-xs-flat,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-l-flat,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-m-flat,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-s-flat,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-xl-flat,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block .icon .post-icon-option.pack-xs-flat {
    margin: 0 0 0 -10px!important;
    text-align: left;
}

.mp-mymobile-ma-consommation .post-consumption .pc-content .service-line.conso {
    height: initial;
}

.mp-mymobile-ma-consommation .pc-panel-option {
    position: relative;
    display: flex;
    align-items: center;
}

.mp-mymobile-ma-consommation .pc-panel-option .is-right {
    margin-left: 10px;
}

.mp-mymobile-ma-consommation .panel-samsung .panel-heading {
    padding: 0;
}

.mp-mymobile-ma-consommation .panel-samsung .panel-body {
    font-size: 18px;
    text-align: center;
}

.mp-mymobile-ma-consommation .panel-samsung .panel-body strong,
.post-datatable .pm-table.packup-home-actif tbody tr td .big-title strong,
.post-datatable table.packup-home-actif tbody tr td .big-title strong {
    font-weight: 700;
}

@media (max-width:899px) {
    .mp-mymobile .post-page-header {
        margin-bottom: 20px!important;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .widgets-row,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row {
    padding-bottom: 20px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container {
    box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho {
    background: #f1fafd;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header {
    display: inline-block;
    padding-bottom: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header.block-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header.block-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header.block-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header.block-title {
    display: inline-flex;
    width: 100%;
    color: #2196f3;
    align-items: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-content {
    padding: 0 20px 20px 63px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header {
    font-size: 20px;
    position: relative;
    display: flex;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
    align-items: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header[data-toggle=collapse],
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header[data-toggle=collapse],
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header[data-toggle=collapse],
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header[data-toggle=collapse] {
    cursor: pointer;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon {
    color: #646567;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-icon i,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon i {
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-title,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-title {
    padding-left: 5px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron {
    display: none;
}

@media (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron {
        position: absolute;
        top: 27px;
        right: 20px;
        display: block;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron.up,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.up,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron.up,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.up {
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron.down,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.down,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron.down,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.down {
        transition: transform .3s ease-in;
        transition: transform .3s ease-in,-webkit-transform .3s ease-in;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content {
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option {
    float: left;
    overflow: hidden;
    width: 16.66%;
    height: 180px;
    padding: 10px;
    text-align: center;
    flex-grow: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label {
    display: flex;
    text-align: center!important;
    white-space: normal!important;
    align-items: center;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label {
        height: 70px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label.label-warning,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label.label-warning,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label.label-warning,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label.label-warning {
    color: #fabb00!important;
    background-color: transparent!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label.label-danger,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label.label-danger,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .label.label-danger,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .label.label-danger {
    color: #ed1c24!important;
    background-color: transparent!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .btn-activate,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .btn-activate,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .btn-activate,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .btn-activate {
    margin-bottom: 5px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .icon-spotify {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
    background: 0 0!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify.is-selected::after,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify.is-selected::after,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify.is-selected::after,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .post-icon-option.icon-spotify.is-selected::after {
    top: 1px!important;
    right: -6px!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-selected,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-selected,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-selected,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-selected {
    color: #2196f3;
    background-color: #eef7fe;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-hidden,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-hidden,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-hidden,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-hidden {
    visibility: hidden;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.disabled,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.disabled,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.disabled,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.disabled {
    opacity: .5;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-icon,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-icon {
    font-size: 40px;
    line-height: 50px;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-price,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-price,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-price,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-price {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-description,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-description,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .poo-description,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .poo-description {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-active,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-active,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .post-container-header h6,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-active,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-active {
    display: none;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio {
    height: initial;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio label {
    font-size: 12px;
    max-width: 100%;
    color: #999;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio label,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio label {
        color: transparent;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio.btn-upgrade,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio.btn-upgrade,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio.btn-upgrade,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio.btn-upgrade {
    height: auto;
    padding: 4px 30px 4px 3px;
    border-radius: 5px;
    background: #eaf9f0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio.btn-upgrade label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio.btn-upgrade label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio.btn-upgrade label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio.btn-upgrade label {
    font-size: 12px;
    min-height: 23px!important;
    margin-top: 0;
    color: #008836!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .post-container-header {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .post-container-header .name {
    float: left;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .post-container-header .update-date {
    font-size: 12px;
    float: right;
}

.mp-myaccount-mes-contrats-mobiles-lies .title h5,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .post-container-header h5 {
    margin-bottom: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options #appel-national {
    justify-content: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options #appel-europe,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options #internet-europe {
    justify-content: flex-end;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .container .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content {
    padding-right: 0;
    padding-left: 0;
}

.mp-migration .header-big h5,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 #options-actives .elem a {
    clear: both;
}

@media (min-width:1200px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .widgets-row {
        padding-bottom: 20px;
    }
}

@media (min-width:900px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .po-header .po-icon i {
        font-size: 27px!important;
        position: relative!important;
        top: 3px!important;
        margin-right: 10px!important;
        color: #646567;
        align-items: center;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options.active {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-content {
        display: flex!important;
        align-items: stretch;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-content .po-option {
        position: relative;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-option {
        height: auto!important;
        min-height: 160px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-option .btn-activate {
        position: absolute!important;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-option .btn-activate.radio {
        height: initial;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-option .btn-upgrade {
        position: absolute!important;
        right: 15px;
        bottom: 5px;
        left: 15px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-option .btn-deactivate {
        position: absolute!important;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container {
        box-shadow: none!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .price {
        font-size: 20px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .elem {
        float: none;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        text-align: left!important;
        border-bottom: 1px solid #ddd;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .elem .price {
        line-height: 70px!important;
        float: left;
        margin-right: 10px!important;
        margin-bottom: 0!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options {
        margin-bottom: 20px;
        padding-top: 0!important;
        box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-header {
        padding-bottom: 20px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.is-soho .po-content {
        padding: 10px 20px 15px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem {
        height: auto!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem i {
        margin-right: 21px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem .icon-spotify {
        margin-right: 21px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem.offset2 {
        margin-left: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem p:first-child {
        margin-top: 2px;
        margin-bottom: 4px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem .pull-left {
        max-width: calc(100% - 81px);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem .pull-left.is-spotify {
        padding-top: 10px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem .post-icon-option,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem .price {
        float: left;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .elem.is-selected {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-icon i.is-icon-calls {
        font-size: 40px;
        line-height: 75px;
        float: left;
        margin-right: 25px;
        margin-left: 25px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header {
        overflow: hidden;
        height: 75px;
        margin-bottom: 0!important;
        padding-right: 50px;
        padding-left: 0;
        border-bottom: 1px solid #ddd;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-icon {
        font-size: 40px!important;
        line-height: 75px!important;
        top: 3px!important;
        float: left!important;
        margin-right: 13px!important;
        margin-left: 5px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-title {
        font-size: 20px;
        line-height: 75px;
        display: inline-block;
        float: left;
        max-width: calc(100% - 100px);
        height: 75px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .po-title span {
        line-height: 26px;
        display: inline-block;
        vertical-align: middle;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header .chevron {
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header.collapsed .chevron {
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header.collapsed .po-icon.icon-sms {
        color: #5ec5ed;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header.collapsed .po-icon.icon-mobile {
        color: #fabb00;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header.collapsed .po-icon.icon-spotify {
        color: #008836;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-header.collapsed .po-icon.icon-active-options {
        color: #5ec5ed;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option {
        width: 100%!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio {
        float: right;
        margin-top: 25px;
        margin-right: 20px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio label {
        color: transparent;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option .radio:not(.btn-upgrade) {
        width: 20px;
        margin-right: 36px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .po-option.is-hidden {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .po-content .icon-spotify {
        float: left;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active {
        display: block;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .po-header {
        position: relative;
        margin-bottom: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem {
        padding: 10px;
        background-color: #eef7fe;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem.offset1,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem.offset2 {
        margin-left: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem .price {
        line-height: 15px!important;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem .included {
        line-height: 15px;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options.active .elem a {
        font-size: 12px;
        position: relative;
        display: block;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .post-panel-options .option-button {
        margin-right: 21px;
    }
}

@media (max-width:370px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .mes-options-a-la-carte-scoubido-2-container .elem .radio.btn-upgrade {
        float: left!important;
        margin-top: -15px!important;
        margin-left: 80px!important;
    }
}

@media (max-width:499px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-panel-options .po-header .po-title span {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-container-header {
        margin-bottom: 30px!important;
        padding: 10px 15px;
        background-color: #fff;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-container-header .name,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-container-header h5 {
        display: none!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-container-header h6 {
        display: block!important;
        margin: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-2 .post-container-header .update-date {
        float: left!important;
    }
}

@media (min-width:1200px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row {
        padding-bottom: 20px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido {
    margin-top: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header {
    width: 100%;
    padding: 10px 25px!important;
    justify-content: space-between;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header.collapsed .pi-calls {
    color: #00a6d4;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header.collapsed .pi-mobile-at {
    color: #fabb00;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header.scoubido {
    background-color: transparent;
    box-shadow: none;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-header .is-left-block {
    display: inherit;
    align-items: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-content .service-line.conso {
    height: initial;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-content .service-line .text .title span {
    margin-right: 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .widgets-row .scoubido .post-consumption .pc-content .service-line .text .title .flag {
    margin: -5px 5px 0 0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon i {
    font-size: 27px;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-icon i {
        font-size: 40px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row:after,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row:before,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron {
    display: none;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header + .collapse,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header + .collapsing {
    padding-right: 0!important;
    padding-left: 0!important;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content {
    padding: 0 25px 15px;
}

@media (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content {
        padding: 25px 25px 15px;
    }
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content {
        padding: 0;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row .col-options {
    display: flex;
    margin-bottom: 10px;
    padding-right: 0!important;
    padding-left: 0!important;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row .col-options {
        margin-bottom: 0;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-3 .col-options {
    width: 33.333%;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-4 .col-options {
    width: 25%;
}

@media (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-3 .col-options,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-4 .col-options {
        width: 50%;
    }
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-3,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-4 {
        flex-direction: column;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-3 .col-options,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .row.with-4 .col-options {
        width: 100%;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 12px;
    padding: 25px 20px 30px;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single.no-left-space .option-name .option-icon {
        flex-basis: 10px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single.no-left-space .option-activation,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single.no-left-space .option-details .option-text {
        margin-left: 10px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single.is-active {
    background: #eef7fe;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single.is-active .option-name .important {
        color: #2196f3;
    }
}

@media (min-width:900px) and (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single {
        margin-bottom: 20px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-icon {
    position: relative;
    display: flex;
    height: 50px;
    margin-bottom: 20px;
    justify-content: center;
    align-content: flex-end;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-icon {
        height: auto;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-icon img {
    width: 50px;
    height: auto;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .name-container {
    display: flex;
    width: 100%;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .name-container .image {
    width: 65px;
    margin-right: 10px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .name-container .image img {
    width: 35px;
    height: 35px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .name-container .text {
    text-align: left;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name {
    font-size: 20px;
    line-height: 1.3;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    justify-content: center;
}

@media (min-width:900px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name {
        min-height: 80px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name sup {
    vertical-align: sub;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-icon {
    display: none;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .important,
.mp-packup-mon-home .panel-coords small,
.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title small,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-title small,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-title small,
.post-datatable .pm-table .pm-tbody tr td.cell-title small,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-title small,
.post-datatable .pm-table tbody .pm-tr td.cell-title small,
.post-datatable .pm-table tbody tr .pm-td.cell-title small,
.post-datatable .pm-table tbody tr td.cell-title small,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-title small,
.post-datatable table .pm-tbody .pm-tr td.cell-title small,
.post-datatable table .pm-tbody tr .pm-td.cell-title small,
.post-datatable table .pm-tbody tr td.cell-title small,
.post-datatable table tbody .pm-tr .pm-td.cell-title small,
.post-datatable table tbody .pm-tr td.cell-title small,
.post-datatable table tbody tr .pm-td.cell-title small,
.post-datatable table tbody tr td.cell-title small {
    display: block;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name {
        margin-bottom: 0;
        justify-content: flex-start;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-icon {
        display: flex;
        margin-bottom: 0;
        flex-basis: 80px;
        flex-shrink: 0;
        align-items: center;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-icon.is-top {
        align-items: flex-start;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-icon img {
        width: 50px;
        height: 50px;
        margin-top: 5px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name img.floating-image {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
}

@media (max-width:899px) and (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-icon img {
        margin-top: 0;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details {
    font-size: 14px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details.with-no-image .option-text {
    margin-left: 75px;
    text-align: left;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details {
        margin-bottom: 0;
    }
}

@media (min-width:1200px) and (max-width:1699px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details.with-long-text {
        flex-direction: column;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details.with-long-text img {
        margin-bottom: 10px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details.with-long-text .option-text {
        text-align: center;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    flex-shrink: 0;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details img {
        margin: 0 7px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details img + .option-text {
    margin-top: 0;
    margin-left: 0;
    text-align: left;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details .option-text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details .option-text {
        margin-bottom: 0;
        margin-left: 80px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: flex;
    margin: 0 auto 10px;
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation label,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation label a,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.with-link,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.with-link a {
    font-size: 12px;
    font-weight: 500;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.with-link a {
    margin-bottom: 3px;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation:hover .with-link a,
.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation:hover label {
    cursor: pointer;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation label:after {
    border-radius: 50%;
    background: #fff;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation {
        position: relative;
        left: 0;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 80px;
    }
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.is-success {
    color: #008836;
    background: #eaf9f0;
}

.mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.is-warning {
    color: #646567;
    background: #fff8e8;
}

@media (max-width:899px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single {
        min-height: auto;
        margin: 0;
        padding: 20px 15px;
        border-bottom: solid 1px #ddd;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-icon {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details .option-text,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-name .option-text {
        margin-top: 5px;
        text-align: left;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-details .option-text {
        font-size: 13px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation {
        font-size: 13px;
        padding: 6px 15px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.with-link {
        padding: 0;
        text-align: left;
        justify-content: flex-start;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .option-single .option-activation.with-link a {
        font-size: 11px;
    }
}

@media (max-width:1199px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options {
        margin-bottom: 20px;
        padding-top: 0!important;
        box-shadow: 0 1px 5px 2px rgba(0,0,0,.1);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-header {
        padding-bottom: 20px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.is-soho .po-content {
        padding: 10px 20px 15px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem {
        height: auto!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem i {
        margin-right: 21px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem .icon-spotify {
        margin-right: 21px!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem.offset2 {
        margin-left: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem p:first-child {
        margin-top: 2px;
        margin-bottom: 4px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem .pull-left {
        max-width: calc(100% - 81px);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem .pull-left.is-spotify {
        padding-top: 10px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem .post-icon-option,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem .price {
        float: left;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .elem.is-selected {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-icon i.is-icon-calls {
        font-size: 40px;
        line-height: 75px;
        float: left;
        margin-right: 25px;
        margin-left: 25px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header {
        overflow: hidden;
        height: 75px;
        margin-bottom: 0!important;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-title {
        font-size: 20px;
        line-height: 75px;
        display: inline-block;
        float: left;
        max-width: calc(100% - 100px);
        height: 75px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-title span {
        line-height: 26px;
        display: inline-block;
        vertical-align: middle;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron {
        position: absolute;
        top: 27px;
        right: 20px;
        display: block;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header.collapsed .chevron {
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header.collapsed .po-icon.icon-sms {
        color: #5ec5ed;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header.collapsed .po-icon.icon-mobile {
        color: #fabb00;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header.collapsed .po-icon.icon-spotify {
        color: #008836;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header.collapsed .po-icon.icon-active-options {
        color: #5ec5ed;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.up {
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .chevron.down {
        transition: transform .3s ease-in;
        transition: transform .3s ease-in,-webkit-transform .3s ease-in;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option {
        width: 100%!important;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio {
        float: right;
        margin-top: 25px;
        margin-right: 20px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio label {
        color: transparent;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option .radio:not(.btn-upgrade) {
        width: 20px;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .po-option.is-hidden {
        display: none;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-content .icon-spotify {
        float: left;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active {
        display: block;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .po-header {
        position: relative;
        margin-bottom: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem {
        padding: 10px;
        background-color: #eef7fe;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem.offset1,
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem.offset2 {
        margin-left: 0;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem .price {
        line-height: 15px!important;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem .included {
        line-height: 15px;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options.active .elem a {
        font-size: 12px;
        position: relative;
        display: block;
        color: #2196f3;
    }

    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .option-button {
        margin-right: 21px;
    }
}

@media (max-width:1199px) and (max-width:499px) {
    .mp-mymobile.mp-mymobile-mes-options-a-la-carte-scoubido-3 .container .mes-options-a-la-carte-scoubido-3-container .post-panel-options .po-header .po-title span {
        font-size: 16px;
    }
}

@media all and (-ms-high-contrast:none) {
    .mp-mymobile-mes-options-a-la-carte .elem .radio,
    ::-ms-backdrop {
        padding: 4px 0 0 30px!important;
    }
}

@media (min-width:899px) {
    .post-datatable .packet-number {
        width: 185px;
    }
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tbody .pm-tr td .pm-icon,
.post-datatable .pm-table .pm-tbody tr .pm-td .pm-icon,
.post-datatable .pm-table .pm-tbody tr td .pm-icon,
.post-datatable .pm-table tbody .pm-tr .pm-td .pm-icon,
.post-datatable .pm-table tbody .pm-tr td .pm-icon,
.post-datatable .pm-table tbody tr .pm-td .pm-icon,
.post-datatable .pm-table tbody tr td .pm-icon,
.post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .text small,
.post-datatable table .pm-tbody .pm-tr .pm-td .pm-icon,
.post-datatable table .pm-tbody .pm-tr td .pm-icon,
.post-datatable table .pm-tbody tr .pm-td .pm-icon,
.post-datatable table .pm-tbody tr td .pm-icon,
.post-datatable table tbody .pm-tr .pm-td .pm-icon,
.post-datatable table tbody .pm-tr td .pm-icon,
.post-datatable table tbody tr .pm-td .pm-icon,
.post-datatable table tbody tr td .pm-icon,
.post-datatable table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .text small {
    color: #999;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status,
.post-datatable .pm-table .pm-tbody tr td.cell-packup-status,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status,
.post-datatable .pm-table tbody .pm-tr td.cell-packup-status,
.post-datatable .pm-table tbody tr .pm-td.cell-packup-status,
.post-datatable .pm-table tbody tr td.cell-packup-status,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status,
.post-datatable table .pm-tbody .pm-tr td.cell-packup-status,
.post-datatable table .pm-tbody tr .pm-td.cell-packup-status,
.post-datatable table .pm-tbody tr td.cell-packup-status,
.post-datatable table tbody .pm-tr .pm-td.cell-packup-status,
.post-datatable table tbody .pm-tr td.cell-packup-status,
.post-datatable table tbody tr .pm-td.cell-packup-status,
.post-datatable table tbody tr td.cell-packup-status {
    line-height: 14px;
    position: relative;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status i,
.post-datatable .pm-table .pm-tbody tr td.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tbody .pm-tr td.cell-packup-status i,
.post-datatable .pm-table tbody tr .pm-td.cell-packup-status i,
.post-datatable .pm-table tbody tr td.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tbody .pm-tr td.cell-packup-status i,
.post-datatable table .pm-tbody tr .pm-td.cell-packup-status i,
.post-datatable table .pm-tbody tr td.cell-packup-status i,
.post-datatable table tbody .pm-tr .pm-td.cell-packup-status i,
.post-datatable table tbody .pm-tr td.cell-packup-status i,
.post-datatable table tbody tr .pm-td.cell-packup-status i,
.post-datatable table tbody tr td.cell-packup-status i {
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
    padding-left: 3px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status .status,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status .status,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status .status,
.post-datatable .pm-table .pm-tbody tr td.cell-packup-status .status,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status .status,
.post-datatable .pm-table tbody .pm-tr td.cell-packup-status .status,
.post-datatable .pm-table tbody tr .pm-td.cell-packup-status .status,
.post-datatable .pm-table tbody tr td.cell-packup-status .status,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status .status,
.post-datatable table .pm-tbody .pm-tr td.cell-packup-status .status,
.post-datatable table .pm-tbody tr .pm-td.cell-packup-status .status,
.post-datatable table .pm-tbody tr td.cell-packup-status .status,
.post-datatable table tbody .pm-tr .pm-td.cell-packup-status .status,
.post-datatable table tbody .pm-tr td.cell-packup-status .status,
.post-datatable table tbody tr .pm-td.cell-packup-status .status,
.post-datatable table tbody tr td.cell-packup-status .status {
    padding-left: 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-title,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-title,
.post-datatable .pm-table .pm-tbody tr td.cell-title,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-title,
.post-datatable .pm-table tbody .pm-tr td.cell-title,
.post-datatable .pm-table tbody tr .pm-td.cell-title,
.post-datatable .pm-table tbody tr td.cell-title,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-title,
.post-datatable table .pm-tbody .pm-tr td.cell-title,
.post-datatable table .pm-tbody tr .pm-td.cell-title,
.post-datatable table .pm-tbody tr td.cell-title,
.post-datatable table tbody .pm-tr .pm-td.cell-title,
.post-datatable table tbody .pm-tr td.cell-title,
.post-datatable table tbody tr .pm-td.cell-title,
.post-datatable table tbody tr td.cell-title {
    padding: 15px 5px 15px 20px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address,
.post-datatable .pm-table .pm-tbody tr td.cell-poi-address,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address,
.post-datatable .pm-table tbody .pm-tr td.cell-poi-address,
.post-datatable .pm-table tbody tr .pm-td.cell-poi-address,
.post-datatable .pm-table tbody tr td.cell-poi-address,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address,
.post-datatable table .pm-tbody .pm-tr td.cell-poi-address,
.post-datatable table .pm-tbody tr .pm-td.cell-poi-address,
.post-datatable table .pm-tbody tr td.cell-poi-address,
.post-datatable table tbody .pm-tr .pm-td.cell-poi-address,
.post-datatable table tbody .pm-tr td.cell-poi-address,
.post-datatable table tbody tr .pm-td.cell-poi-address,
.post-datatable table tbody tr td.cell-poi-address {
    line-height: 14px;
    position: relative;
    padding: 16px 5px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table .pm-tbody tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable .pm-table tbody tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable table .pm-tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable table .pm-tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable table .pm-tbody tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable table tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable table tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.post-datatable table tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.post-datatable table tbody tr td.cell-poi-address.is-bookmarked i:after {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -2px;
    content: '\e80e';
    color: #fabb00;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address i,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address i,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address i,
.post-datatable .pm-table .pm-tbody tr td.cell-poi-address i,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address i,
.post-datatable .pm-table tbody .pm-tr td.cell-poi-address i,
.post-datatable .pm-table tbody tr .pm-td.cell-poi-address i,
.post-datatable .pm-table tbody tr td.cell-poi-address i,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address i,
.post-datatable table .pm-tbody .pm-tr td.cell-poi-address i,
.post-datatable table .pm-tbody tr .pm-td.cell-poi-address i,
.post-datatable table .pm-tbody tr td.cell-poi-address i,
.post-datatable table tbody .pm-tr .pm-td.cell-poi-address i,
.post-datatable table tbody .pm-tr td.cell-poi-address i,
.post-datatable table tbody tr .pm-td.cell-poi-address i,
.post-datatable table tbody tr td.cell-poi-address i {
    font-size: 20px;
    position: relative;
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address .status,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address .status,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address .status,
.post-datatable .pm-table .pm-tbody tr td.cell-poi-address .status,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address .status,
.post-datatable .pm-table tbody .pm-tr td.cell-poi-address .status,
.post-datatable .pm-table tbody tr .pm-td.cell-poi-address .status,
.post-datatable .pm-table tbody tr td.cell-poi-address .status,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address .status,
.post-datatable table .pm-tbody .pm-tr td.cell-poi-address .status,
.post-datatable table .pm-tbody tr .pm-td.cell-poi-address .status,
.post-datatable table .pm-tbody tr td.cell-poi-address .status,
.post-datatable table tbody .pm-tr .pm-td.cell-poi-address .status,
.post-datatable table tbody .pm-tr td.cell-poi-address .status,
.post-datatable table tbody tr .pm-td.cell-poi-address .status,
.post-datatable table tbody tr td.cell-poi-address .status {
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 10px;
}

.post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address .address,
.post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address .address,
.post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address .address,
.post-datatable .pm-table .pm-tbody tr td.cell-poi-address .address,
.post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address .address,
.post-datatable .pm-table tbody .pm-tr td.cell-poi-address .address,
.post-datatable .pm-table tbody tr .pm-td.cell-poi-address .address,
.post-datatable .pm-table tbody tr td.cell-poi-address .address,
.post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address .address,
.post-datatable table .pm-tbody .pm-tr td.cell-poi-address .address,
.post-datatable table .pm-tbody tr .pm-td.cell-poi-address .address,
.post-datatable table .pm-tbody tr td.cell-poi-address .address,
.post-datatable table tbody .pm-tr .pm-td.cell-poi-address .address,
.post-datatable table tbody .pm-tr td.cell-poi-address .address,
.post-datatable table tbody tr .pm-td.cell-poi-address .address,
.post-datatable table tbody tr td.cell-poi-address .address {
    padding-left: 30px;
}

.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions,
.post-datatable .pm-table tfoot tr th.cell-actions,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions,
.post-datatable table .pm-tfoot tr th.cell-actions,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions,
.post-datatable table tfoot .pm-tr th.cell-actions,
.post-datatable table tfoot tr .pm-th.cell-actions,
.post-datatable table tfoot tr th.cell-actions {
    padding: 20px 15px;
}

.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
.post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
.post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
.post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
.post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
.post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
.post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
.post-datatable .pm-table tfoot tr th.cell-actions .btn,
.post-datatable .pm-table tfoot tr th.cell-actions a,
.post-datatable .pm-table tfoot tr th.cell-actions button,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
.post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
.post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
.post-datatable table .pm-tfoot tr th.cell-actions .btn,
.post-datatable table .pm-tfoot tr th.cell-actions a,
.post-datatable table .pm-tfoot tr th.cell-actions button,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
.post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
.post-datatable table tfoot .pm-tr th.cell-actions .btn,
.post-datatable table tfoot .pm-tr th.cell-actions a,
.post-datatable table tfoot .pm-tr th.cell-actions button,
.post-datatable table tfoot tr .pm-th.cell-actions .btn,
.post-datatable table tfoot tr .pm-th.cell-actions a,
.post-datatable table tfoot tr .pm-th.cell-actions button,
.post-datatable table tfoot tr th.cell-actions .btn,
.post-datatable table tfoot tr th.cell-actions a,
.post-datatable table tfoot tr th.cell-actions button {
    display: flex;
    float: right;
    align-items: center;
}

@media (max-width:899px) {
    .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
    .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
    .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
    .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
    .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
    .post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
    .post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
    .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
    .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
    .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
    .post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
    .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
    .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
    .post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
    .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
    .post-datatable .pm-table tfoot tr th.cell-actions .btn,
    .post-datatable .pm-table tfoot tr th.cell-actions a,
    .post-datatable .pm-table tfoot tr th.cell-actions button,
    .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
    .post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
    .post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
    .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
    .post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
    .post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
    .post-datatable table .pm-tfoot tr th.cell-actions .btn,
    .post-datatable table .pm-tfoot tr th.cell-actions a,
    .post-datatable table .pm-tfoot tr th.cell-actions button,
    .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
    .post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
    .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
    .post-datatable table tfoot .pm-tr th.cell-actions .btn,
    .post-datatable table tfoot .pm-tr th.cell-actions a,
    .post-datatable table tfoot .pm-tr th.cell-actions button,
    .post-datatable table tfoot tr .pm-th.cell-actions .btn,
    .post-datatable table tfoot tr .pm-th.cell-actions a,
    .post-datatable table tfoot tr .pm-th.cell-actions button,
    .post-datatable table tfoot tr th.cell-actions .btn,
    .post-datatable table tfoot tr th.cell-actions a,
    .post-datatable table tfoot tr th.cell-actions button {
        float: none;
        justify-content: center;
    }
}

.mp-myaccount-mes-contrats table.mes-comptes-lies tr th.cell-actions,
.mp-myaccount.post-container .post-datatable .row-unlink-contract div.btn-unlink *,
.post-datatable .pm-table.packup-home-actif tbody tr td,
.post-datatable table.packup-home-actif tbody tr td {
    vertical-align: middle;
}

.post-datatable .pm-table.packup-home-actif tbody tr td .big-title,
.post-datatable table.packup-home-actif tbody tr td .big-title {
    font-family: 'Museo Slab',Georgia,'Times New Roman',Times,serif;
    font-size: 20px;
    color: #00a6d4;
}

.mp-myaccount-droits-et-delegations table thead tr td,
.mp-myaccount-mes-contrats table thead tr td,
.post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement,
.post-datatable table.packup-home-actif tbody tr td.selected-emplacement {
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container,
.post-datatable table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container {
    display: inline-flex;
    align-items: flex-start;
}

.post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .icon i,
.post-datatable table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .icon i {
    font-size: 45px;
    margin-right: 10px;
}

@media (max-width:899px) {
    .post-datatable .pm-table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .icon i,
    .post-datatable table.packup-home-actif tbody tr td.selected-emplacement .selected-emplacement-container .icon i {
        margin-right: 15px;
    }
}

.mp-packup-dashboard .panel-address-list .panel-body,
.mp-packup-dashboard .panel-packup-list .panel-body {
    max-height: 350px;
}

.mp-packup-dashboard .panel-packup-list .flag {
    position: relative;
    top: 2px;
    width: 20px;
    margin-right: 5px;
}

.mp-packup-dashboard .panel-packup-list tbody {
    max-height: 314px!important;
}

.mp-packup-dashboard .panel-address-list .packup-sidebar {
    max-width: 100%;
}

.mp-packup-dashboard .panel-address-list .packup-sidebar .flag {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes table.options-envoi tr.is-error,
.mp-packup-dashboard .panel-address-list .banking-info.is-error {
    background: #fceff0;
}

.mp-packup-dashboard .panel-address-list .banking-info.is-error .bi-content {
    color: #ed1c24;
}

.modal-packup.modal-faq a.with-icon,
.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .panel.panel-dashed a,
.mp-myaccount-mes-contrats .post-datatable tbody tr td .container-offre .col-offre.is-row .col-offre-icons,
.mp-packup-dashboard .panel-address-list .banking-info .bi-content div,
.mp-packup-dashboard .panel-address-list .banking-info .bi-title {
    display: flex;
    align-items: center;
}

.mp-packup-dashboard .panel-address-list .banking-info .bi-title i {
    font-size: 30px;
    margin-right: 10px;
    color: #2196f3;
}

.mp-packup-dashboard .panel-address-list .banking-info .bi-content {
    display: flex;
    margin: 20px 0 10px;
    align-items: center;
    justify-content: space-between;
}

.mp-packup-dashboard .panel-address-list .banking-info .bi-content div i {
    font-size: 20px;
    margin: 0 15px 0 5px;
}

@media (min-width:1200px),(max-width:499px) {
    .mp-packup-dashboard .switchTileBanner .post-tile {
        display: flex;
    }

    .mp-packup-dashboard .switchTileBanner .post-banner {
        display: none;
    }
}

@media (min-width:500px) and (max-width:1199px) {
    .mp-packup-dashboard .switchTileBanner .post-banner {
        display: flex;
    }

    .mp-packup-dashboard .switchTileBanner .post-tile {
        display: none;
    }
}

.modal-packup.modal-faq h6 {
    font-size: 16px;
    font-weight: 700;
}

.modal-packup.modal-faq p {
    position: relative;
    padding-bottom: 20px;
    padding-left: 25px;
}

.modal-packup.modal-faq p i {
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    color: #2196f3;
}

.modal-packup.modal-faq a.with-icon i {
    margin-right: 10px;
}

.map {
    width: 100%;
    height: 100%;
}

.mp-packup-mes-factures .flag {
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.mp-packup-mes-imports .post-panel-info {
    min-width: 100%;
}

.mp-packup-mes-imports .form-cgu .pf-header .icon {
    float: left;
    height: 60px;
    margin: -20px 10px 0 -15px;
    text-align: center;
    color: #2196f3;
}

.mp-packup-mes-imports .form-cgu .pf-header .icon .number {
    font-size: 20px;
    font-weight: 900;
}

.mp-packup-mes-imports .form-cgu .pf-header .icon i,
.mp-packup-mon-home .form-cgu .pf-header .icon i {
    font-size: 28px;
}

.mp-packup-mes-imports .form-cgu .pf-header .icon img {
    width: 100%;
    max-width: 35px;
    height: 100%;
    max-height: 35px;
}

.mp-packup-mes-imports .form-cgu .pf-header .pf-text:last-child .pf-button button {
    margin-left: 20px;
}

.mp-packup-mes-imports .form-cgu .pf-row-content.conditions-utilisation {
    flex-direction: row!important;
}

.mp-packup-mes-imports .form-cgu .pf-text:last-child {
    flex-grow: 1;
    justify-content: space-between;
}

@media (max-width:1699px) {
    .mp-packup-mes-imports .form-cgu .pf-text:last-child {
        flex-direction: column;
    }

    .mp-packup-mes-imports .form-cgu .pf-text:last-child .pf-button {
        margin-top: 20px;
        align-self: flex-end;
    }

    .mp-packup-mes-imports .form-cgu .pf-text:last-child .pf-button button {
        margin-left: 0;
        white-space: normal;
        word-wrap: break-word;
    }
}

@media (min-width:900px) {
    .mp-packup-mes-imports .is-stretch {
        display: flex;
        align-items: stretch;
    }

    .mp-packup-mes-imports .is-stretch .panel {
        width: calc(100%/3);
    }

    .mp-packup-mes-imports .is-stretch .panel:not(:last-of-type) {
        margin-right: 20px;
    }
}

@media (max-width:899px) {
    .mp-packup-mes-imports .is-stretch .panel {
        display: block;
    }

    .mp-packup-mes-imports .is-stretch .panel:not(:last-of-type) {
        margin-bottom: 60px;
    }
}

.mp-packup-mes-imports .info-block .ib-content {
    flex-basis: 100%;
}

.mp-packup-mes-imports .panel.panel-bubble {
    margin-bottom: 29px;
}

.mp-packup-mes-imports .panel.panel-bubble .bubble .pt-bubble img {
    max-width: none;
    max-height: none;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-heading {
    padding: 15px 25px;
    background: #fff;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-heading.panel-header-bubble {
    padding-top: 50px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-heading.panel-header-bubble .ph-title {
    font-size: 20px;
    text-align: center;
    color: #646567;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .btn {
    white-space: normal;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-CB {
    display: flex;
    align-items: flex-start;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-CB .icon {
    margin-top: 10px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-CB .info-cb-content {
    margin-left: 10px;
    flex-grow: 1;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector {
    display: flex;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector .radio.is-disabled,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector.is-disabled {
    cursor: not-allowed!important;
    opacity: .5;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector .radio {
    display: flex;
    margin: 5px 30px 5px 0;
    align-items: center;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector .radio label {
    min-height: 17px;
    margin-top: 0;
    padding-right: 0;
    flex-basis: inherit;
    flex-shrink: inherit;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector .radio .flag {
    margin: -1px 8px 0 3px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input {
    position: relative;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input input {
    line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 35px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input input.with-1-actions {
    padding-right: 35px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input input.with-2-actions {
    padding-right: 65px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input a,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input button {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 8px;
    color: #2196f3;
    box-shadow: none;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input a.first,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input button.first {
    right: 0;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input a.second,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input button.second {
    right: 30px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input a:hover,
.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .action-input button:hover {
    transition: background .2s ease-in-out;
    border-radius: 50%;
    background: #efefef;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .disclaimer {
    display: flex;
    color: #ff8400;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .disclaimer i {
    font-size: 20px;
    margin-right: 10px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .disclaimer .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .disclaimer .text {
    margin-left: 10px;
}

@media (min-width:900px) and (max-width:1199px),(max-width:499px) {
    .mp-packup-mes-imports .panel.panel-bubble .panel-body .info-address .country-selector {
        flex-direction: column;
    }
}

.mp-packup-mon-home .post-panel-info {
    min-width: 100%;
}

.mp-packup-mon-home .form-cgu .pf-row-content.conditions-utilisation {
    flex-direction: row!important;
}

.mp-packup-mon-home .form-cgu .pf-icon {
    width: 80px;
    margin-right: 5px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width:899px) {
    .mp-packup-mon-home .form-cgu .pf-icon {
        width: 75px;
    }
}

.mp-packup-mon-home .form-cgu .pf-icon .icon {
    font-size: 26px;
}

.mp-packup-mon-home .form-cgu .pf-icon span,
.mp-packup-mon-home .panel-coords .pf-icon span {
    font-size: 10px;
    display: block;
}

.mp-packup-mon-home .form-cgu .pf-header .icon {
    float: left;
    height: 60px;
    margin: -20px 10px 0 -15px;
    text-align: center;
    color: #2196f3;
}

.mp-packup-mon-home .form-cgu .pf-header .icon .number {
    font-size: 20px;
    font-weight: 900;
}

.mp-packup-mon-home .form-cgu .pf-header .icon.with-no-number {
    height: auto;
    margin-top: 0;
}

.mp-packup-mon-home .form-cgu .pf-header .icon.with-no-number i {
    font-size: 38px;
    color: #646567;
}

.mp-packup-mon-home .form-cgu .pf-header .pf-text:last-child .pf-button button {
    margin-left: 20px;
}

.mp-packup-mon-home .form-cgu .pf-text:last-child {
    flex-grow: 1;
    justify-content: space-between;
}

.mp-packup-mon-home .form-cgu .pf-text:last-child .pf-button {
    align-self: flex-end;
}

@media (max-width:899px) {
    .mp-packup-mon-home .form-cgu .pf-text:last-child {
        flex-direction: column;
    }

    .mp-packup-mon-home .form-cgu .pf-text:last-child .pf-button {
        margin-top: 20px;
        align-self: flex-end;
    }

    .mp-packup-mon-home .form-cgu .pf-text:last-child .pf-button button {
        margin-left: 0;
        white-space: normal;
        word-wrap: break-word;
    }
}

.mp-packup-mon-home .form-cgu .pf-text {
    flex-shrink: 10;
}

.mp-packup-mon-home .form-cgu .pf-text .info {
    font-size: 16px;
    font-weight: 700;
}

.mp-packup-mon-home .panel-coords .with-border-top {
    border-top: solid 1px #ccc;
}

.mp-packup-mon-home .panel-coords .pf-icon {
    margin-right: 15px;
    text-align: center;
    white-space: nowrap;
}

.mp-packup-mon-home .panel-coords .pf-icon .icon {
    font-size: 26px;
}

@media (max-width:899px) {
    .mp-packup-mon-home .panel-coords .pf-icon {
        min-width: 75px;
        margin-right: 15px;
    }
}

.mp-packup-mon-home .panel-coords .row-coords:last-child .pf-icon {
    margin-left: 20px;
}

@media (max-width:899px) {
    .mp-packup-mon-home .panel-coords .row-coords {
        margin-bottom: 15px;
    }

    .mp-packup-mon-home .panel-coords .row-coords:last-child .pf-icon {
        margin-left: 0;
    }

    .mp-packup-mon-home .panel-coords .row-coords .pf-icon {
        margin-right: 25px;
    }
}

.mp-packup-mon-home .pf-bloc-title .icon {
    float: left;
    margin: 0 10px 0 -15px;
    text-align: center;
    color: #3e3d40;
}

.mp-packup-mon-home .pf-bloc-title .icon i {
    font-size: 38px;
    color: #646567;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement {
    width: 170px;
    margin: 0 5px;
    text-align: center;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-inactive .emplacement-icon button,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-inactive .emplacement-icon i,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-inactive .emplacement-name {
    color: #999;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected .emplacement-icon .emplacement-status,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected .emplacement-icon button,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected .emplacement-icon i,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected .emplacement-name,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected:hover .emplacement-icon .emplacement-status,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected:hover .emplacement-icon button,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected:hover .emplacement-icon i,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-rejected:hover .emplacement-name {
    color: #ed1c24;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-name {
    height: 50px;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-name i {
    display: none;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-icon i {
    font-size: 45px;
    padding: 43px;
    color: #999;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-icon button {
    font-size: 45px;
    padding: 0;
    color: #999;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-icon .emplacement-status {
    font-size: 14px;
    margin-top: 5px;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement:hover {
    cursor: pointer;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement:hover .emplacement-icon button,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement:hover .emplacement-icon i,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement:hover .emplacement-name {
    color: #2196f3;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-activated .emplacement-name {
    color: #008836;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-activated .emplacement-name i {
    font-size: 20px;
    position: absolute;
    display: inline-block;
    margin-left: 5px;
}

.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-activated .emplacement-icon button,
.mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement.is-activated .emplacement-icon i {
    color: #3e3d40;
}

@media (max-width:1199px) {
    .mp-packup-mon-home .form-emplacement .bloc-emplacement-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row wrap;
        align-content: center;
    }

    .mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement {
        width: calc(33% - 5px - 5px);
        margin-bottom: 20px;
    }

    .mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement .emplacement-icon {
        text-align: center;
    }
}

@media (max-width:499px) {
    .mp-packup-mon-home .form-emplacement .bloc-emplacement-container {
        flex-direction: column;
    }

    .mp-packup-mon-home .form-emplacement .bloc-emplacement-container .bloc-emplacement {
        width: 70%;
    }

    .mp-packup-mon-home .form-emplacement .buttons-action {
        display: block;
        float: none;
        text-align: center;
    }

    .mp-packup-mon-home .form-emplacement .buttons-action button {
        margin-bottom: 5px;
    }
}

.mp-packup-mon-home .no-line-height {
    line-height: .8;
}

.modal-body .modal-flex-container {
    display: flex;
    padding: 20px 25px;
}

.modal-body .modal-flex-container .picto {
    flex-grow: 0;
    flex-shrink: 0;
}

.modal-body .modal-flex-container .picto i {
    font-size: 50px;
    color: #3e3d40;
}

.modal-body .modal-flex-container .icon {
    margin-top: -3px;
    padding: 0 15px;
    flex-grow: 0;
    flex-shrink: 0;
}

.modal-body .modal-flex-container .text {
    margin-top: -8px;
    flex-shrink: 10;
}

.modal-body .modal-flex-container .text small {
    line-height: 1;
    color: #3e3d40;
}

.sup-icon {
    padding-top: 10px;
}

.sup-icon i.pi-full-circle-plus {
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buttons-action {
    float: right;
}

.form-eservices .content,
.mp-masslabeling.mp-masslabeling-impression-etiquettes .info.is-flex-stretch span,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table thead .info.is-flex-stretch span {
    flex-basis: 100%;
}

.form-eservices .is-flex-stretch.w110 .icon-container,
.form-eservices .is-flex-stretch.w110 .labeled-icon {
    min-width: 110px;
    max-width: 110px;
    text-align: center;
}

@media (max-width:899px) {
    .form-eservices .is-flex-stretch.w110 .icon-container,
    .form-eservices .is-flex-stretch.w110 .labeled-icon {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
}

.form-eservices .row-account-type .radio-individual {
    padding-right: 20px;
}

.form-eservices .row-account-type .radio {
    display: inline-block;
}

.form-eservices .row-account-type .radio.radio-inline {
    margin-left: 0;
}

.form-eservices .btn-link {
    background-color: transparent;
}

@media (max-width:899px) {
    .form-eservices.is-error .container .post-datatable .pm-header .is-flex-stretch .content h5 {
        margin-bottom: 25px;
    }

    .form-eservices.is-error .container .post-datatable .pm-header .is-flex-stretch .content .is-flex-stretch {
        flex-direction: column!important;
        margin-left: -70px;
    }

    .form-eservices.is-error .container .post-datatable .pm-header .is-flex-stretch button.pull-right {
        display: block;
        float: none!important;
        margin: 0 auto;
    }
}

.mp-myaccount.post-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mp-myaccount.post-container .map {
    width: 100%;
    height: 100%;
}

.mp-myaccount.post-container hr.footer {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract {
    line-height: normal;
    padding: 5px 20px;
    border: 1px solid #ddd;
    background-color: #efefef;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract div {
    display: inline-block;
    padding-right: 15px;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract div span {
    font-size: 14px;
    font-weight: 400;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract div.btn-unlink {
    float: right;
    margin-top: -3px;
    padding-right: 0;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract div.btn-unlink a {
    font-weight: 400;
}

.mp-myaccount.post-container .post-datatable .row-unlink-contract div.btn-unlink a span {
    font-size: 12px;
}

.mp-myaccount-mes-contrats-mobiles-lies .panel-help i,
.mp-myaccount.post-container .post-datatable .row-unlink-contract div.btn-unlink a i {
    font-size: 20px;
}

.mp-myaccount .is-disclaimer {
    padding: 10px 15px;
}

.mp-myaccount .is-disclaimer .pf-row-container .pf-row-content {
    display: flex;
}

.mp-myaccount .is-disclaimer .pf-row-container .pf-row-content .pf-text.icon {
    flex: 1 0 auto;
}

.mp-myaccount .is-disclaimer .pf-row-container .pf-row-content .pf-text div {
    font-size: 12px;
    line-height: 1.4;
}

.mp-myaccount .is-disclaimer.with-border-top {
    border-top: 1px solid #ddd;
}

.mp-myaccount .is-disclaimer.with-border-bottom {
    border-bottom: 1px solid #ddd;
}

.mp-myaccount-mon-compte-mypost .menu-collapse {
    display: flex;
    height: 60px;
    padding: 0 25px 0 15px;
    align-items: center;
    justify-content: space-between;
}

.mp-myaccount-mon-compte-mypost .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    margin-left: 10px;
    transition: ease .2s;
}

.mp-myaccount-mon-compte-mypost .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp-myaccount-mon-compte-mypost .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

.mp-myaccount-mon-compte-mypost .panel-choix-client {
    display: flex;
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    flex: 1 1 50%;
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .block-mes-infos {
    background: url(../img/man-on-laptop-700-525.jpg);
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .block-mes-id {
    background: url(../img/smartphone-and-laptop-700-525.jpg);
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top {
    height: 350px;
    background-size: cover;
}

@media (max-width:1199px) {
    .mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top {
        height: 300px;
    }
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top .gradient {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(to top,#154367,transparent);
    justify-content: flex-end;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .gradient .title,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .title,
.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top .gradient .title {
    font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 1px 2px rgba(0,0,0,.2);
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .gradient .info,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .info,
.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top .gradient .info {
    font-size: 14px;
    padding: 0 25px;
    color: #fff;
    text-shadow: 1px 2px rgba(0,0,0,.2);
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .gradient .arrow,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .gradient .arrow,
.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-top .gradient .arrow {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 20px auto;
    color: #fff;
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-bottom {
    margin: 30px;
}

.mp-myaccount-mon-compte-mypost .panel-choix-client .choix .is-bottom .btn {
    display: inline-flex;
    align-items: center;
}

@media (min-width:900px) {
    .mp-myaccount-mon-compte-mypost .menu-collapse {
        display: none;
    }

    .mp-myaccount-mon-compte-mypost .collapse {
        display: block;
    }
}

@media (max-width:899px) {
    .mp-myaccount-mon-compte-mypost .menu-collapse {
        border-bottom: solid 1px #ddd;
        background: #fff;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    }

    .mp-myaccount-mon-compte-mypost .menu-collapse span.title {
        font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .mp-myaccount-mon-compte-mypost .collapse,
    .mp-myaccount-mon-compte-mypost .collapsing {
        border-bottom: solid 1px #fefefe;
    }

    .mp-myaccount-mon-compte-mypost .collapse .panel-choix-client,
    .mp-myaccount-mon-compte-mypost .collapsing .panel-choix-client {
        margin-bottom: 0;
    }

    .mp-myaccount-mon-compte-mypost .collapse .panel-choix-client .choix .is-top .gradient .title,
    .mp-myaccount-mon-compte-mypost .collapsing .panel-choix-client .choix .is-top .gradient .title {
        display: none;
    }
}

@media (max-width:899px) and (max-width:499px) {
    .mp-myaccount-mon-compte-mypost .menu-collapse span.title {
        font-size: 16px;
    }
}

.mp-migration.mp-migration-connexion i,
.mp-migration.mp-migration-connexion p,
.mp-migration.mp-migration-connexion span,
.mp-myaccount-dashboard {
    line-height: normal;
}

.mp-myaccount-dashboard .post-page-header,
.mp-myaccount-droits-et-delegations .edit-infos .action-input .save-buttons button {
    display: none;
}

@media (max-width:1199px) {
    .mp-myaccount-dashboard .post-page-header {
        display: block;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.mp-myaccount .thead-sup {
    border-bottom: solid 1px #646567;
    background: #f5f5f5;
}

.mp-myaccount [class*=' pi-'].is-floating,
.mp-myaccount [class^=pi-].is-floating {
    position: absolute;
    float: left;
}

.mp-myaccount-mes-contrats-mobiles-lies .panel-option .media-right {
    vertical-align: bottom;
}

.mp-myaccount-mes-contrats-mobiles-lies .panel-option .media-right img {
    width: initial;
}

.mp-myaccount-mes-contrats-mobiles-lies .post-form .pf-body .pf-row.is-narrow .btn-unlink {
    position: relative;
    margin-left: 20px;
}

.mp-myaccount-droits-et-delegations .edit-infos {
    position: relative;
    margin-right: 40px;
}

.mp-myaccount-droits-et-delegations .edit-infos .country-selector {
    display: flex;
}

.mp-myaccount-droits-et-delegations .edit-infos .country-selector .radio.is-disabled,
.mp-myaccount-droits-et-delegations .edit-infos .country-selector.is-disabled {
    cursor: not-allowed!important;
    opacity: .5;
}

.mp-myaccount-droits-et-delegations .edit-infos .country-selector .radio {
    display: flex;
    margin: 5px 30px 5px 0;
    align-items: center;
}

.mp-myaccount-droits-et-delegations .edit-infos .country-selector .radio label {
    min-height: 17px;
}

.mp-myaccount-droits-et-delegations .edit-infos .country-selector .radio img {
    margin: 0 10px 0 5px;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input input {
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding-right: 35px;
    background: 0 0;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input input.with-1-actions {
    padding-right: 35px;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input input.with-2-actions {
    padding-right: 65px;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input button {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #2196f3;
    box-shadow: none;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input button.first {
    right: 0;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input button.second {
    right: 30px;
}

.mp-myaccount-droits-et-delegations .edit-infos .action-input button:hover {
    transition: background .2s ease-in-out;
    border-radius: 50%;
    background: #efefef;
}

.mp-myaccount-droits-et-delegations .edit-infos .sub-line {
    font-size: 12px;
    display: block;
    margin-top: -7px;
    margin-bottom: 4px;
    color: #999;
}

.mp-myaccount-droits-et-delegations .edit-infos .disclaimer {
    display: flex;
    color: #ff8400;
}

.mp-myaccount-droits-et-delegations .edit-infos .disclaimer .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.mp-myaccount-droits-et-delegations .edit-infos .disclaimer .text {
    margin-left: 10px;
}

.mp-myaccount-droits-et-delegations .edit-infos.is-active .action-input input {
    box-shadow: inset 0 -2px 0 #2196f3;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.readonly label,
.mp-myaccount-droits-et-delegations .edit-infos.is-active .action-input .edit-button {
    display: none;
}

.mp-myaccount-droits-et-delegations .edit-infos.is-active .action-input .save-buttons button {
    display: block;
}

.mp-myaccount-droits-et-delegations table thead tr th .sub-line,
.mp-myaccount-mes-contrats table thead tr th .sub-line {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    color: #999;
}

.mp-myaccount-droits-et-delegations table tbody td,
.mp-myaccount-mes-contrats table tbody td {
    padding-top: 0!important;
    padding-bottom: 0!important;
    vertical-align: middle!important;
}

.mp-myaccount-droits-et-delegations table tbody td.cell-actions .is-disabled,
.mp-myaccount-mes-contrats table tbody td.cell-actions .is-disabled {
    color: #ccc;
}

.mp-myaccount-droits-et-delegations table tbody td.cell-actions .is-disabled:focus,
.mp-myaccount-droits-et-delegations table tbody td.cell-actions .is-disabled:hover,
.mp-myaccount-mes-contrats table tbody td.cell-actions .is-disabled:focus,
.mp-myaccount-mes-contrats table tbody td.cell-actions .is-disabled:hover {
    cursor: not-allowed;
    background: 0 0;
}

@media (max-width:1199px) {
    .mp-myaccount-droits-et-delegations table tbody td.cell-actions {
        vertical-align: top!important;
    }
}

.mp-myaccount-droits-et-delegations .post-datatable .pm-header .count {
    z-index: -1;
}

.modal-myaccount-changements-droits .checkbox label {
    margin: 0;
    padding: 0;
}

#modal-myaccount-changements-droits table.layout-fixed,
#modal-myaccount-details-profil-admin table.layout-fixed,
#modal-myaccount-details-profil-user table.layout-fixed {
    table-layout: fixed;
}

.mp-myaccount-mes-comptes-mobiles .post-page-header {
    margin-bottom: 24px;
    padding-top: 9px;
}

.popover-delegate {
    background: 0 0;
    box-shadow: none;
}

.popover-delegate .popover-content {
    line-height: normal;
    width: 400px;
    padding: 15px 15px 5px;
    border-radius: 6px;
    background: #fff9f3;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.popover-delegate .popover-content .flex-container {
    display: flex;
}

.mp-masslabeling .panel .panel-footer a span,
.mp-myaccount-mes-contrats table.mes-comptes-lies tr th .table-account-row div span,
.popover-delegate .popover-content .flex-container .info {
    font-size: 14px;
}

.popover-delegate .popover-content .flex-container .icon {
    font-size: 20px;
    width: 40px;
}

.popover-delegate .popover-content .flex-container .icon.is-left {
    text-align: left;
}

.popover-delegate .popover-content .flex-container .icon.is-centered {
    text-align: center;
}

.popover-delegate .popover-content .flex-container .icon.is-right {
    text-align: right;
}

.popover-delegate .popover-content .flex-container .info {
    margin: 0 5px;
}

.modal-myaccount.modal-myaccount-apercu-facture .container-image img,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table.table-ajout-destinataires thead tr th.all span.label,
.popover-delegate .popover-content .flex-container .buttons {
    width: 100%;
}

.popover-delegate .popover-content .flex-container .buttons .btn {
    background: 0 0;
}

.popover-delegate .popover-content .flex-container .buttons.is-left {
    text-align: left;
}

.popover-delegate .popover-content .flex-container .buttons.is-centered {
    text-align: center;
}

.popover-delegate .popover-content .flex-container .buttons.is-right {
    text-align: right;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header {
    display: flex;
    height: 100px;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container {
    display: flex;
    width: calc(100% - 300px);
    padding: 0 10px;
    background: #f2fafd;
    box-shadow: inset -8px 0 5px -5px rgba(178,201,217,.9);
    justify-content: space-between;
    align-items: center;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-text {
    display: flex;
    align-items: stretch;
}

.mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input .radio-inline-container label,
.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content .row-format button,
.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-text .title {
    font-size: 16px;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-text .small-text {
    font-size: 14px;
    display: block;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-actions a.is-round {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-actions a.is-round:hover {
    transition: background-color .2s ease;
    background: rgba(128,128,128,.1);
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container .pf-row-header-actions a i {
    line-height: 40px;
    display: block;
    text-align: center;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview {
    position: relative;
    width: 300px;
    height: 100px;
    background: url(../img/preview-extrait-compte.png);
    background-size: cover;
}

@media (max-width:899px) {
    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 300px 100px;
    }
}

@media (max-width:350px) {
    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview {
        background-size: 100%;
    }
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview .ip-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease;
    opacity: 0;
    background: #2196f3;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview .ip-overlay-icon i {
    font-size: 30px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -15px;
    transition: all .5s ease;
    opacity: 0;
    color: #fff;
    text-shadow: 3px 3px rgba(0,0,0,.5);
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview:hover {
    cursor: pointer;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview:hover .ip-overlay {
    transition: opacity .2s ease;
    opacity: .5;
}

.mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview:hover .ip-overlay-icon i {
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    transition: all .5s ease;
    opacity: 1;
}

@media (max-width:899px) {
    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header {
        flex-direction: column;
        height: 200px;
    }

    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .image-preview,
    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container {
        width: 100%;
        height: 100px;
    }

    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-actions {
        display: none;
    }

    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row-header .pf-row-header-container {
        border-bottom: solid 1px #efefef;
        box-shadow: none;
    }

    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: column;
    }

    .mp-myaccount-mes-contrats .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: 20px;
    }
}

@media (max-width:1199px) {
    .mp-myaccount-mes-contrats table tbody td.cell-actions {
        vertical-align: top!important;
    }
}

.mp-myaccount-mes-contrats table tbody tr td .edit-infos,
.mp-myaccount-mes-contrats table tbody tr th .edit-infos,
.mp-myaccount-mes-contrats table thead tr td .edit-infos,
.mp-myaccount-mes-contrats table thead tr th .edit-infos {
    margin-right: 0;
}

.mp-myaccount-mes-contrats table tbody tr td .edit-infos .action-input input:-moz-read-only,
.mp-myaccount-mes-contrats table tbody tr th .edit-infos .action-input input:-moz-read-only,
.mp-myaccount-mes-contrats table thead tr td .edit-infos .action-input input:-moz-read-only,
.mp-myaccount-mes-contrats table thead tr th .edit-infos .action-input input:-moz-read-only {
    box-shadow: none;
}

.mp-myaccount-mes-contrats table tbody tr td .edit-infos .action-input input:read-only,
.mp-myaccount-mes-contrats table tbody tr th .edit-infos .action-input input:read-only,
.mp-myaccount-mes-contrats table thead tr td .edit-infos .action-input input:read-only,
.mp-myaccount-mes-contrats table thead tr th .edit-infos .action-input input:read-only {
    box-shadow: none;
}

.mp-myaccount-mes-contrats table.mes-comptes-lies tr th .table-account-row {
    display: flex;
    justify-content: space-between;
}

@media (max-width:499px) {
    .mp-myaccount-mes-contrats table.mes-comptes-lies tr th .table-account-row div span {
        font-size: 12px;
    }
}

.mp-myaccount-mes-contrats .post-datatable .pm-header .count {
    z-index: -1;
}

.mp-myaccount-mes-contrats .post-datatable tbody tr td .container-offre .col-offre.is-row {
    width: 45px;
}

.mp-myaccount-mes-contrats .post-datatable tbody tr td .container-offre .col-offre.is-row .col-offre-icons i {
    font-size: 22px;
}

@media (max-width:1199px) {
    .mp-myaccount-mes-contrats .post-panel-info:first-child {
        margin-top: 20px;
    }
}

.modal-myaccount.modal-myaccount-apercu-facture .container-image {
    padding: 15px;
}

.modal-myaccount.is-welcome-to-packup .modal-body .modal-flex-container {
    padding: 20px 5px;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon {
    display: flex;
    flex-direction: column;
    width: 125px;
    text-align: center;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon.is-icon-labeled {
    line-height: 1.5;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon.is-icon-labeled span {
    font-size: 9px;
    display: inline-block;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon .text .title {
    font-size: 16px;
    margin-top: 5px;
    color: #3e3d40;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon .text .description {
    font-size: 13px;
    display: flex;
    margin-top: 10px;
    color: #646567;
}

.modal-myaccount.is-welcome-to-packup .modal-body .icon .text .description i {
    font-size: 18px;
    padding-right: 10px;
}

.modal-myaccount.is-welcome-to-packup .modal-body .bloc-btn-account-actions {
    margin-bottom: 20px;
    margin-left: 125px;
}

@media (max-width:899px) {
    .modal-myaccount.is-welcome-to-packup .modal-body .bloc-btn-account-actions {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .modal-myaccount.is-welcome-to-packup .modal-body .bloc-btn-account-actions > * {
        margin-bottom: 5px;
    }
}

@media (min-width:1200px) {
    .modal-packup-choix .modal-body {
        display: flex;
    }

    .modal-packup-choix .modal-body .menu-collapse {
        display: none;
    }

    .modal-packup-choix .modal-body .collapse {
        display: block;
        flex-basis: 100%;
    }
}

.modal-packup-choix .modal-dialog .modal-content .modal-header {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: center;
}

.modal-packup-choix .modal-dialog .modal-content .modal-header .modal-title {
    text-align: center;
}

.modal-packup-choix .modal-body .menu-collapse {
    height: 70px;
    padding: 0 25px 0 15px;
}

.modal-packup-choix .modal-body .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    transition: ease .2s;
}

.modal-packup-choix .modal-body .menu-collapse.collapsed {
    border-bottom: solid 1px #ddd;
}

.modal-packup-choix .modal-body .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-packup-choix .modal-body .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

.modal-packup-choix .modal-body .collapse,
.modal-packup-choix .modal-body .collapsing {
    margin: 0;
    border-bottom: solid 1px #ddd;
}

.modal-packup-choix .modal-body .collapse:nth-child(2) .panel-choix-client .choix .is-top,
.modal-packup-choix .modal-body .collapsing:nth-child(2) .panel-choix-client .choix .is-top {
    border-right: solid 1px #ddd;
    background: #d3d3d3;
}

.modal-packup-choix .modal-body .collapse:nth-child(4) .panel-choix-client .choix .is-top,
.modal-packup-choix .modal-body .collapsing:nth-child(4) .panel-choix-client .choix .is-top {
    background: gray;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client,
.modal-packup-choix .modal-body .collapsing .panel-choix-client {
    display: flex;
    box-shadow: none;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    flex: 1 1 50%;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top {
    height: 290px;
    background-size: cover;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .gradient,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .gradient {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(to top,#154367,transparent);
    justify-content: flex-end;
}

.modal-masslabeling.modal-generation-document-choix-imprimante table,
.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-bottom,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-bottom {
    margin-top: 30px;
}

.modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-bottom .btn,
.modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-bottom .btn {
    display: inline-flex;
    align-items: center;
}

@media (max-width:1199px) {
    .modal-packup-choix .modal-dialog .modal-content .modal-header {
        padding: 0 15px!important;
        text-align: left;
    }

    .modal-packup-choix .modal-body .menu-collapse {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal-packup-choix .modal-body .collapse .panel-choix-client,
    .modal-packup-choix .modal-body .collapsing .panel-choix-client {
        flex-direction: column;
        margin: 0;
        padding-bottom: 15px;
    }

    .modal-packup-choix .modal-body .collapse .panel-choix-client .choix,
    .modal-packup-choix .modal-body .collapsing .panel-choix-client .choix {
        flex: none;
    }

    .modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .title,
    .modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .title {
        display: none;
    }

    .modal-packup-choix .modal-body .collapse .panel-choix-client .choix .is-top .info,
    .modal-packup-choix .modal-body .collapsing .panel-choix-client .choix .is-top .info {
        padding: 0 5px!important;
    }
}

.mp-masslabeling .post-stepper {
    margin: 0 auto!important;
    padding-top: 20px;
    padding-bottom: 15px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-header i.pi-ers.is-big,
.mp-masslabeling.mp-masslabeling-impression-etiquettes .pm-header i.pi-ers.is-big {
    font-size: 80px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .container-count {
    position: relative;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .container-count .count {
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -30px;
    color: #d3e2e7;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .my-recipients-actions {
    display: flex;
    justify-content: space-around;
}

@media (max-width:899px) {
    .mp-masslabeling.mp-masslabeling-impression-etiquettes .my-recipients-actions {
        flex-direction: column;
        align-items: center;
    }

    .mp-masslabeling.mp-masslabeling-impression-etiquettes .my-recipients-actions .btn {
        margin-bottom: 8px;
    }
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour {
    display: flex;
    margin-top: 25px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix {
    display: flex;
    flex-direction: column;
    padding: 25px;
    text-align: center;
    flex: 1;
    justify-content: space-between;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix:first-child {
    border-right: solid 1px #ddd;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix .is-top .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #008836;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix .is-top p {
    font-size: 14px;
    color: #999;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix .is-bottom .arrow {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin: 20px auto;
    color: #008836;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-choix-retour .choix .is-bottom button {
    margin: 0 auto;
}

.mp-masslabeling-mes-destinataires .container-count,
.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container .pf-row-content .pf-input.with-floating-icon {
    position: relative;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content {
    flex-direction: column;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content:first-child {
    width: 40%;
    padding-right: 30px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content .row-format {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

@media (max-width:899px) {
    .mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content .row-format {
        flex-direction: column;
    }
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content .row-format div:first-child {
    width: 30px;
    margin-right: 20px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.download-icons .pf-row-content .row-format div:not(:first-child) {
    width: 250px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-success .pf-row-label {
    color: #008836!important;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-success .pf-row-content .pf-input input,
.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-warning .pf-row-content .pf-input input {
    padding-left: 30px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-success .pf-row-content .pf-input i {
    font-size: 17px;
    position: absolute;
    margin: 5px 0 0 5px;
    color: #008836;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-warning .pf-row-label {
    color: #fabb00!important;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-warning .pf-row-content .pf-input i {
    font-size: 17px;
    position: absolute;
    margin: 5px 0 0 5px;
    color: #ff8400;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-error .pf-row-label {
    color: #ed1c24!important;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-error .pf-row-content .pf-input input {
    padding-left: 30px;
    color: #ed1c24;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .pf-row-container.is-error .pf-row-content .pf-input i {
    font-size: 17px;
    position: absolute;
    margin: 5px 0 0 5px;
    color: #ed1c24;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .message {
    z-index: 1;
    margin: -30px 80px 20px 20px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-footer .pf-row-actions {
    min-height: auto;
    padding: 0;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-footer .pf-row-actions .pf-row-container .pf-row-left {
    text-align: left;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-footer .pf-row-actions .pf-row-container .pf-row-center {
    text-align: center;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .panel-footer .pf-row-actions .pf-row-container .pf-row-right {
    text-align: right;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio .post-checkbox-radio label {
    padding-left: 5px;
    justify-content: center;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio .radio {
    padding-left: 28px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio .radio-inline + .radio-inline {
    margin-left: 0;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio > div {
    width: 75px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio > div.label {
    font-size: 10px;
    margin: 2px 0!important;
    white-space: normal;
    color: #646567;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio > div.label.with-fixed-height {
    height: 34px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio > div.actions,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table td .actions,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table th .actions {
    font-size: 10px;
    display: flex;
    margin-top: 5px;
    color: #2196f3;
    align-items: center;
    justify-content: center;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .row-radio > div.actions i,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table td .actions i,
.mp-masslabeling.mp-masslabeling-impression-etiquettes table th .actions i {
    font-size: 9px;
    margin-left: 3px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes table.options-envoi tr.is-attention {
    background: #f1f6fc!important;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes table.table-ajout-destinataires thead tr th.all .post-checkbox-radio {
    display: flex;
    margin-top: 12px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .post-form.imprimez-vos-etiquettes-retour .pf-body .pf-row .pf-row-container .pf-row-label {
    margin-top: 6px;
}

.mp-masslabeling.mp-masslabeling-impression-etiquettes .post-form.imprimez-vos-etiquettes-retour .pf-body .pf-row .pf-row-buttons {
    align-items: center;
}

.mp-masslabeling .panel .panel-heading.panel-header-post.is-big .watermark {
    bottom: -9px;
}

.mp-masslabeling .panel .panel-heading.panel-header-post .content .wording {
    align-self: flex-end;
}

.mp-masslabeling .panel .panel-heading.panel-header-post .content .wording .title {
    font-weight: 700;
}

@media (max-width:499px) {
    .mp-masslabeling .panel .panel-heading.panel-header-post .content .wording .title {
        font-size: 18px;
    }
}

@-moz-document url-prefix() {
    .mp-masslabeling .panel .panel-heading.panel-header-post .content .wording .title {
        font-weight: 400;
    }
}

.mp-masslabeling .panel .panel-footer a i {
    font-size: 13px;
}

@media (max-width:899px) {
    .mp-masslabeling .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: row!important;
    }

    .mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: 191px!important;
    }
}

@media (max-width:620px) {
    .mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: 150px!important;
    }
}

@media (max-width:499px) {
    .mp-masslabeling .post-form .pf-body .pf-row .pf-row-container {
        flex-direction: column!important;
    }

    .mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-label {
        flex-basis: auto!important;
    }
}

.mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input .radio-inline-container {
    display: block;
}

.mp-masslabeling .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-input .radio-inline-container [type=radio]:checked + label {
    color: #646567;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-pending .pm-icon .pm-button,
.mp-masslabeling .post-datatable table tbody tr.is-pending .cell-actions,
.mp-masslabeling .post-datatable table tbody tr.is-pending .cell-actions .pm-button,
.mp-masslabeling .post-datatable table tbody tr.is-pending .pm-icon,
.mp-masslabeling .post-datatable table tbody tr.is-pending .pm-icon .pm-button {
    color: #ff8400;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-error .cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-error .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-error .cell-actions,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-error .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-error .cell-actions,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-error .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-error .cell-actions,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-error .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-error .cell-actions,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-error .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-error .cell-actions,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-error .pm-icon,
.mp-masslabeling .post-datatable table tbody .pm-tr.is-error .pm-icon .pm-button,
.mp-masslabeling .post-datatable table tbody tr.is-error .cell-actions,
.mp-masslabeling .post-datatable table tbody tr.is-error .cell-actions .pm-button,
.mp-masslabeling .post-datatable table tbody tr.is-error .cell-packup-status span,
.mp-masslabeling .post-datatable table tbody tr.is-error .pm-icon,
.mp-masslabeling .post-datatable table tbody tr.is-error .pm-icon .pm-button {
    color: #ed1c24;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td,
.mp-masslabeling .post-datatable .pm-table tbody tr td,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td,
.mp-masslabeling .post-datatable table .pm-tbody tr td,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td,
.mp-masslabeling .post-datatable table tbody .pm-tr td,
.mp-masslabeling .post-datatable table tbody tr .pm-td,
.mp-masslabeling .post-datatable table tbody tr td {
    font-size: 14px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td small.alignment,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td small.alignment,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td small.alignment,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td small.alignment,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td small.alignment,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td small.alignment,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td small.alignment,
.mp-masslabeling .post-datatable .pm-table tbody tr td small.alignment,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td small.alignment,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td small.alignment,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td small.alignment,
.mp-masslabeling .post-datatable table .pm-tbody tr td small.alignment,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td small.alignment,
.mp-masslabeling .post-datatable table tbody .pm-tr td small.alignment,
.mp-masslabeling .post-datatable table tbody tr .pm-td small.alignment,
.mp-masslabeling .post-datatable table tbody tr td small.alignment {
    display: block;
    margin-left: 30px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-actions.valign-middle,
.mp-masslabeling .post-datatable table tbody tr td.cell-actions.valign-middle {
    vertical-align: middle;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table tbody tr td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-tbody tr td.parcel-number span,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table tbody .pm-tr td.parcel-number span,
.mp-masslabeling .post-datatable table tbody tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table tbody tr td.parcel-number span {
    font-size: 16px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.info span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.info span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.info span,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.info span,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.info span,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.info span,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.info span,
.mp-masslabeling .post-datatable .pm-table tbody tr td.info span,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.info span,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.info span,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.info span,
.mp-masslabeling .post-datatable table .pm-tbody tr td.info span,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.info span,
.mp-masslabeling .post-datatable table tbody .pm-tr td.info span,
.mp-masslabeling .post-datatable table tbody tr .pm-td.info span,
.mp-masslabeling .post-datatable table tbody tr td.info span {
    line-height: 1;
    display: block;
    padding-top: 3px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable .pm-table tbody tr td .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable table .pm-tbody tr td .pm-icon,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable table tbody .pm-tr td .pm-icon,
.mp-masslabeling .post-datatable table tbody tr .pm-td .pm-icon,
.mp-masslabeling .post-datatable table tbody tr td .pm-icon {
    color: #999;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-packup-status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-packup-status,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-packup-status,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-packup-status,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-packup-status,
.mp-masslabeling .post-datatable table tbody tr td.cell-packup-status {
    line-height: 14px;
    position: relative;
    padding: 16px 5px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-packup-status i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-packup-status i,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-packup-status i,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-packup-status i,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-packup-status i,
.mp-masslabeling .post-datatable table tbody tr td.cell-packup-status i {
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
    padding-left: 3px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-packup-status .status,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-packup-status .status,
.mp-masslabeling .post-datatable table tbody tr td.cell-packup-status .status {
    padding-left: 20px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-title,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-title,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-title,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-title,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-title,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-title,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-title,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-title,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-title,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-title,
.mp-masslabeling .post-datatable table tbody tr td.cell-title {
    padding: 15px 5px 15px 20px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-title strong,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-title strong,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-title strong,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-title strong,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-title strong,
.mp-masslabeling .post-datatable table tbody tr td.cell-title strong {
    line-height: 14px;
    display: block;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-title small,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-title small,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-title small,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-title small,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-title small,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-title small,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-title small,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-title small,
.mp-masslabeling .post-datatable table tbody tr td.cell-title small {
    display: block;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-poi-address,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-poi-address,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-poi-address,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-poi-address,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-with-2-lines,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-poi-address,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-with-2-lines,
.mp-masslabeling .post-datatable table tbody tr td.cell-poi-address,
.mp-masslabeling .post-datatable table tbody tr td.cell-with-2-lines {
    line-height: 14px;
    position: relative;
    padding: 16px 5px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-poi-address.is-bookmarked i:after,
.mp-masslabeling .post-datatable table tbody tr td.cell-poi-address.is-bookmarked i:after {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -2px;
    content: '\e80e';
    color: #fabb00;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-poi-address i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-poi-address i,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-poi-address i,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-poi-address i,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-poi-address i,
.mp-masslabeling .post-datatable table tbody tr td.cell-poi-address i {
    font-size: 20px;
    position: relative;
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-poi-address .status,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-poi-address .status,
.mp-masslabeling .post-datatable table tbody tr td.cell-poi-address .status {
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 10px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable .pm-table tbody tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable table .pm-tbody tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable table tbody .pm-tr td.cell-poi-address .address,
.mp-masslabeling .post-datatable table tbody tr .pm-td.cell-poi-address .address,
.mp-masslabeling .post-datatable table tbody tr td.cell-poi-address .address {
    padding-left: 30px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table tbody tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable .pm-table tbody tr td .pm-button.is-round,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr td .pm-button.is-round,
.mp-masslabeling .post-datatable table .pm-tbody tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable table .pm-tbody tr td .pm-button.is-round,
.mp-masslabeling .post-datatable table tbody .pm-tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable table tbody .pm-tr td .pm-button.is-round,
.mp-masslabeling .post-datatable table tbody tr .pm-td .pm-button.is-round,
.mp-masslabeling .post-datatable table tbody tr td .pm-button.is-round {
    width: 30px;
    height: 30px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.status-line .pm-td i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody .pm-tr.status-line td i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.status-line .pm-td i,
.mp-masslabeling .post-datatable .pm-table .pm-tbody tr.status-line td i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.status-line .pm-td i,
.mp-masslabeling .post-datatable .pm-table tbody .pm-tr.status-line td i,
.mp-masslabeling .post-datatable .pm-table tbody tr.status-line .pm-td i,
.mp-masslabeling .post-datatable .pm-table tbody tr.status-line td i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.status-line .pm-td i,
.mp-masslabeling .post-datatable table .pm-tbody .pm-tr.status-line td i,
.mp-masslabeling .post-datatable table .pm-tbody tr.status-line .pm-td i,
.mp-masslabeling .post-datatable table .pm-tbody tr.status-line td i,
.mp-masslabeling .post-datatable table tbody .pm-tr.status-line .pm-td i,
.mp-masslabeling .post-datatable table tbody .pm-tr.status-line td i,
.mp-masslabeling .post-datatable table tbody tr.status-line .pm-td i,
.mp-masslabeling .post-datatable table tbody tr.status-line td i {
    margin-right: 10px;
    color: #999;
}

.mp-masslabeling .post-datatable .pm-table .pm-thead.is-condensed,
.mp-masslabeling .post-datatable .pm-table thead.is-condensed,
.mp-masslabeling .post-datatable table .pm-thead.is-condensed,
.mp-masslabeling .post-datatable table thead.is-condensed {
    font-size: 8px;
    font-weight: 700;
}

.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-td.with-radio > div,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-th.with-radio > div,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr td.with-radio > div,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr th.with-radio > div,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-td.with-radio > div,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-th.with-radio > div,
.mp-masslabeling .post-datatable .pm-table thead tr td.with-radio > div,
.mp-masslabeling .post-datatable .pm-table thead tr th.with-radio > div,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-td.with-radio > div,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-th.with-radio > div,
.mp-masslabeling .post-datatable table .pm-thead tr td.with-radio > div,
.mp-masslabeling .post-datatable table .pm-thead tr th.with-radio > div,
.mp-masslabeling .post-datatable table thead tr .pm-td.with-radio > div,
.mp-masslabeling .post-datatable table thead tr .pm-th.with-radio > div,
.mp-masslabeling .post-datatable table thead tr td.with-radio > div,
.mp-masslabeling .post-datatable table thead tr th.with-radio > div {
    display: flex;
    flex-direction: column;
    height: 75px;
    margin: 10px 0;
    justify-content: space-between;
}

.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-td .label,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-th .label,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr td .label,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr th .label,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-td .label,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-th .label,
.mp-masslabeling .post-datatable .pm-table thead tr td .label,
.mp-masslabeling .post-datatable .pm-table thead tr th .label,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-td .label,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-th .label,
.mp-masslabeling .post-datatable table .pm-thead tr td .label,
.mp-masslabeling .post-datatable table .pm-thead tr th .label,
.mp-masslabeling .post-datatable table thead tr .pm-td .label,
.mp-masslabeling .post-datatable table thead tr .pm-th .label,
.mp-masslabeling .post-datatable table thead tr td .label,
.mp-masslabeling .post-datatable table thead tr th .label {
    font-weight: 400;
    display: block;
    margin: 10px auto -10px -7px;
    text-align: center;
}

.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr .pm-th.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table .pm-thead tr th.parcel-number span,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table thead tr .pm-th.parcel-number span,
.mp-masslabeling .post-datatable .pm-table thead tr td.parcel-number span,
.mp-masslabeling .post-datatable .pm-table thead tr th.parcel-number span,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-thead tr .pm-th.parcel-number span,
.mp-masslabeling .post-datatable table .pm-thead tr td.parcel-number span,
.mp-masslabeling .post-datatable table .pm-thead tr th.parcel-number span,
.mp-masslabeling .post-datatable table thead tr .pm-td.parcel-number span,
.mp-masslabeling .post-datatable table thead tr .pm-th.parcel-number span,
.mp-masslabeling .post-datatable table thead tr td.parcel-number span,
.mp-masslabeling .post-datatable table thead tr th.parcel-number span {
    font-size: 16px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions,
.mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions,
.mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions,
.mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions,
.mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions,
.mp-masslabeling .post-datatable table tfoot tr th.cell-actions {
    padding: 20px 15px;
}

.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions .btn,
.mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions a,
.mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions button,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
.mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
.mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions .btn,
.mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions a,
.mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions button,
.mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions .btn,
.mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions a,
.mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions button,
.mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions .btn,
.mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions a,
.mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions button,
.mp-masslabeling .post-datatable table tfoot tr th.cell-actions .btn,
.mp-masslabeling .post-datatable table tfoot tr th.cell-actions a,
.mp-masslabeling .post-datatable table tfoot tr th.cell-actions button {
    display: flex;
    float: right;
    align-items: center;
}

@media (max-width:899px) {
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot .pm-tr th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table .pm-tfoot tr th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions a,
    .mp-masslabeling .post-datatable .pm-table tfoot tr th.cell-actions button,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions a,
    .mp-masslabeling .post-datatable table .pm-tfoot .pm-tr th.cell-actions button,
    .mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable table .pm-tfoot tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions a,
    .mp-masslabeling .post-datatable table .pm-tfoot tr th.cell-actions button,
    .mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions a,
    .mp-masslabeling .post-datatable table tfoot .pm-tr th.cell-actions button,
    .mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions .btn,
    .mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions a,
    .mp-masslabeling .post-datatable table tfoot tr .pm-th.cell-actions button,
    .mp-masslabeling .post-datatable table tfoot tr th.cell-actions .btn,
    .mp-masslabeling .post-datatable table tfoot tr th.cell-actions a,
    .mp-masslabeling .post-datatable table tfoot tr th.cell-actions button {
        float: none;
        justify-content: center;
    }
}

.mp-masslabeling-mon-dashboard .panel-envois-a-deposer .panel-heading .watermark {
    bottom: -12px!important;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel .pm-header {
    height: 40px;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel .pm-header .pm-button {
    font-size: 14px;
    height: 40px;
    opacity: .7;
    color: #fff;
    border-bottom: none;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel .pm-header .pm-button:hover {
    box-shadow: none;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel .pm-header .pm-button.is-active {
    opacity: 1;
    background: #fff;
    box-shadow: none!important;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel.is-success .pm-header {
    background: linear-gradient(to left,#00b146 0%,#007e32 100%);
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel.is-success .pm-header .pm-button.is-active {
    color: #008836;
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel.is-primary .pm-header {
    background: linear-gradient(to left,#00c6fd 0%,#009eca 100%);
}

.mp-masslabeling-mon-dashboard .post-tab.is-submenu-panel.is-primary .pm-header .pm-button.is-active {
    color: #00a6d4;
}

@media (max-width:499px) {
    .mp-masslabeling-mon-dashboard .switchTileBanner .post-banner {
        display: none;
    }

    .mp-masslabeling-mon-dashboard .switchTileBanner .post-tile {
        display: block;
    }
}

@media (min-width:500px) {
    .mp-masslabeling-mon-dashboard .switchTileBanner .post-banner {
        display: flex;
    }

    .mp-masslabeling-mon-dashboard .switchTileBanner .post-tile {
        display: none;
    }
}

.modal-masslabeling.modal-generation-document-choix-imprimante table thead tr th {
    font-size: 12px;
    font-weight: 400;
    width: 216px;
    height: 40px;
    padding-left: 20px;
    border: solid 1px #ddd;
    background: #f5f5f5;
}

.modal-masslabeling.modal-generation-document-choix-imprimante table tbody tr td {
    text-align: center;
    border: solid 1px #ddd;
}

.modal-masslabeling.modal-generation-document-choix-imprimante table tbody tr td img {
    margin: 25px auto 35px;
}

.mp-masslabeling-mes-destinataires .container-count .count {
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -30px;
    color: #d3e2e7;
}

@media (max-width:499px) {
    .modal-masslabeling-destinataires .modal-header.infos-detailed .infos span {
        font-size: 18px!important;
    }

    .modal-masslabeling.modal-masslabeling-detail-envoi.envoi-en-cours .post-tab .pm-header a {
        font-size: 13px;
    }
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table {
    line-height: 1;
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td {
    font-size: 16px;
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details {
    display: flex;
    flex-direction: column;
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details .info-details-content,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details .info-details-content {
    display: flex;
    align-items: stretch;
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details .info-details-content:not(:last-of-type),
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details .info-details-content:not(:last-of-type) {
    margin-bottom: 10px;
}

@media (max-width:899px) {
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details {
        flex-direction: column;
    }

    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details .info-details-content,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details .info-details-content {
        width: auto;
    }

    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details .info-details-content:not(:last-child),
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details .info-details-content:not(:last-child) {
        margin-bottom: 15px;
    }

    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .info-details .icon,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .info-details .icon {
        width: 30px;
    }
}

.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody .pm-tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table .pm-tbody tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody .pm-tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tbody tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody .pm-tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table .pm-tbody tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody .pm-tr td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr .pm-td .icon,
.modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tbody tr td .icon {
    width: 40px;
    text-align: left;
}

@media (max-width:899px) {
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tfoot .pm-tr .pm-th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tfoot .pm-tr th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tfoot tr .pm-th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable .pm-table tfoot tr th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tfoot .pm-tr .pm-th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tfoot .pm-tr th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tfoot tr .pm-th.cell-actions button,
    .modal-masslabeling.modal-masslabeling-detail-envoi .post-datatable table tfoot tr th.cell-actions button {
        margin-bottom: 5px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address {
    display: flex;
    margin-left: -15px;
    align-items: stretch;
}

.mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .edit-address {
    display: flex;
    justify-content: space-between;
}

.mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .text {
    position: relative;
    width: 100%;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .text {
        padding-left: 15px;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address {
        flex-direction: column;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .icon {
        margin-bottom: 20px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .icon {
    min-width: 100px;
    text-align: center;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel .panel-address .actions {
        text-align: center;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .panel.panel-dashed a .text,
.mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel.panel-dashed a .text {
    color: #646567;
}

@media (max-width:1199px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-dashboard .panel.panel-dashed {
        width: 50%;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-stepper {
    margin: 0!important;
    padding-top: 20px;
    padding-bottom: 15px;
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-stepper {
        padding-bottom: 0;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .panel.is-tiny {
    position: absolute;
    top: 15px;
    right: 0;
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .panel.is-tiny {
        position: relative;
        top: auto;
    }
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row.date-checkboxes {
        padding-bottom: 0;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row.date-select {
        padding-top: 10px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table {
    position: relative;
    width: 100%;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr {
    display: flex;
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr {
        flex-wrap: wrap;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row .post-checkbox-radio.is-full-width,
.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr.full-width .pm-td {
    width: 100%;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td {
    width: calc(100%/3);
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td:not(:last-child) {
    padding-right: 20px;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td:not(:last-child) {
        padding-right: 0;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.half-width {
    width: 50%;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.half-width {
        width: 100%;
        margin: 20px auto;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.half-width.choix-date-debut-fin,
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.half-width.choix-journaux {
        margin: 0;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.is-selected .pi-check {
    position: absolute;
    top: 11px;
    margin-left: 20px;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.is-selected .pi-check {
        top: 30px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.choix-fin-garde:hover {
    cursor: pointer;
    color: #2196f3;
}

@media (min-width:500px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td.choix-journaux .post-checkbox-radio {
        margin-bottom: 15px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td .field-with-label label {
    height: 24px;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td select {
    display: block;
    width: 60%;
    margin: 0 auto;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td select {
        width: 100%;
    }
}

@media (min-width:500px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td .input-date {
        max-width: 230px;
    }
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td {
        width: 50%;
    }
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body.choix-services .pm-table .pm-tr .pm-td {
        width: 100%;
    }
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row .pf-row-container .commande {
        display: flex;
        flex-direction: column;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row .pf-row-container .commande .pf-content-right {
        width: 100%;
        margin-left: 0;
        align-items: flex-start;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .pf-body .pf-row .pf-row-container .commande .pf-content-right a {
        padding-left: 0;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio {
    display: block;
    margin-top: 7px;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio label:before {
    margin-right: 15px;
}

@media (max-width:499px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio {
        margin-top: 12px;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date {
    position: relative;
    display: flex;
    height: 1px;
}

@media (max-width:1400px) and (min-width:1200px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date label:before {
        margin-right: 5px;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-number {
        font-size: 25px!important;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-text {
        font-size: 18px!important;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free {
        width: 35px!important;
        height: 35px!important;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free .number {
        font-size: 20px!important;
    }
}

@media (max-width:899px) {
    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date {
        height: auto;
        margin-top: 15px!important;
    }

    .mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date:first-child {
        margin-top: 20px!important;
    }
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date label {
    margin-top: 2px;
    flex-basis: auto;
    align-items: baseline;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-number {
    line-height: .5;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-text {
    font-weight: 700;
    line-height: .5;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-number {
    font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 30px;
    font-weight: 900;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-text {
    font-size: 20px;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free-container {
    margin-left: -4px;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free {
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    position: absolute;
    top: -15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    text-align: left;
    vertical-align: middle;
    color: #008836;
    border-radius: 50%;
    background: #eaf9f0;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free .plus {
    text-shadow: 2px 0 0 #fff,-2px 0 0 #fff,0 2px 0 #fff,0 -2px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date .days-free .number {
    font-size: 22px;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date.is-checked .days-number,
.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .post-form .post-checkbox-radio.choix-date.is-checked .days-text {
    color: #2196f3;
}

.mp-garde-reexpedition.mp-garde-reexpedition-choix-services .label-newspaper {
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    color: #646567;
    background-color: #efefef;
}

@media (max-width:1199px) {
    .mp-migration .header-big .post-container {
        padding-top: 0;
    }
}

.mp-migration .header-big .img-intro {
    max-width: 100%;
}

.mp-migration .header-big .img-intro-mobile,
.mp-migration.mp-migration-form .field-captcha div {
    width: 100%;
}

@media (max-width:1199px) {
    .mp-migration .header-big h1 {
        font-size: 35px;
        margin-top: 0;
    }

    .mp-migration .header-big h5 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mp-migration .header-big .main-text {
        text-align: center;
    }
}

.mp-migration.mp-migration-form .form-group {
    display: block;
    padding: 10px 0;
    border: 0;
}

.mp-migration.mp-migration-form .form-group:first-of-type {
    padding-top: 0;
}

.mp-migration.mp-migration-form .form-group:last-of-type {
    padding-bottom: 0;
}

.mp-migration.mp-migration-form .form-group.no-min-height {
    min-height: auto;
}

.mp-migration.mp-migration-form .form-group .form-control {
    height: 43px;
}

.mp-migration.mp-migration-form .field-captcha {
    display: flex;
    align-content: center;
}

.mp-migration.mp-migration-form .field-captcha div.captcha {
    font-weight: 700;
    display: flex;
    align-items: center;
    flex: 0 0 90px;
}

.mp-migration.mp-migration-form .field-captcha div.captcha div {
    margin-top: -20px;
}

.mp-migration.mp-migration-form .field-captcha + .generate-new-captcha {
    display: block;
    margin-top: -25px;
    margin-left: 90px;
}

@media (max-width:899px) {
    .mp-migration.mp-migration-form .field-captcha {
        flex-direction: column;
    }

    .mp-migration.mp-migration-form .field-captcha div.captcha {
        flex-basis: 30px;
    }

    .mp-migration.mp-migration-form .field-captcha div.captcha div {
        margin-top: auto;
    }

    .mp-migration.mp-migration-form .field-captcha + .generate-new-captcha {
        margin-left: 0;
    }
}

.mp-migration .panel .panel-body {
    padding-right: 15px;
    padding-left: 15px;
}

.mp-migration .form-only {
    padding-top: 80px;
}

@media (max-width:1199px) {
    .mp-migration .form-only {
        padding-top: 10px;
    }
}

.mp-migration.mp-migration-connexion .menu-collapse {
    display: flex;
    height: 60px;
    padding: 0 25px 0 15px;
    align-items: center;
    justify-content: space-between;
}

.mp-migration.mp-migration-connexion .menu-collapse .chevron {
    font-size: 12px;
    line-height: 60px;
    float: right;
    margin-left: 10px;
    transition: ease .2s;
}

.mp-migration.mp-migration-connexion .menu-collapse.collapsed .chevron {
    transition: ease .2s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mp-migration.mp-migration-connexion .menu-collapse:not(.collapsed) {
    border-bottom: none;
}

@media (min-width:900px) {
    .mp-migration.mp-migration-connexion .menu-collapse {
        display: none;
    }

    .mp-migration.mp-migration-connexion .collapse {
        display: block;
    }
}

@media (max-width:899px) {
    .mp-migration.mp-migration-connexion .menu-collapse {
        border-bottom: solid 1px #ddd;
        background: #fff;
        box-shadow: 0 1px 1px 1px rgba(0,0,0,.1);
    }

    .mp-migration.mp-migration-connexion .menu-collapse span.title {
        font-family: 'Museo Sans','Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
    }

    .mp-migration.mp-migration-connexion .collapse,
    .mp-migration.mp-migration-connexion .collapsing {
        border-bottom: solid 1px #efefef;
    }

    .mp-migration.mp-migration-connexion .collapse .panel-choix-client,
    .mp-migration.mp-migration-connexion .collapsing .panel-choix-client {
        margin-bottom: 0;
    }

    .mp-migration.mp-migration-connexion .collapse .panel-choix-client .choix .is-top .gradient .title,
    .mp-migration.mp-migration-connexion .collapsing .panel-choix-client .choix .is-top .gradient .title {
        display: none;
    }
}

@media (max-width:899px) and (max-width:499px) {
    .mp-migration.mp-migration-connexion .menu-collapse span.title {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .mp-migration.mp-migration-donnees-personnelles .post-container {
        padding-top: 0;
    }
}

.mp-migration.mp-migration-donnees-personnelles .img-intro {
    max-width: 100%;
}

.mp-migration.mp-migration-donnees-personnelles .img-intro-mobile {
    width: 100%;
}

.mp-migration.mp-migration-donnees-personnelles h1 {
    font-size: 50px;
    font-weight: 500;
    color: #3e3d40;
}

.mp-migration.mp-migration-donnees-personnelles h5 {
    clear: both;
}

.mp-migration.mp-migration-donnees-personnelles .input-date input {
    background-image: none!important;
}

@media (max-width:1199px) {
    .mp-migration.mp-migration-donnees-personnelles h1 {
        font-size: 35px;
        margin-top: 0;
    }

    .mp-migration.mp-migration-donnees-personnelles h5 {
        font-size: 20px;
        margin-top: 0;
        text-align: center;
    }

    .mp-migration.mp-migration-donnees-personnelles .main-text {
        text-align: center;
    }
}

@media (max-width:899px) {
    .mp-migration.mp-migration-donnees-personnelles .post-form .pf-body .pf-row .pf-row-container .pf-row-content .pf-text.tva {
        flex-direction: column;
    }
}
