html, body, div, span,  object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, main, nav, ins {
    min-width: 0; 
    outline: 0;
}

.fa {
    /*margin-top: 1px;*/
}

.a-body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    background: url(/Integratik/Ressources/Arbix/images/bg_paysage_darker.png) #fff no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100vh; 
    color: #111111;
}

.a-body-responsive {
    background-size: cover;
}

.a-audit-diff-row:not(:last-child) {
    border-bottom: 1px solid silver;
}
.a-audit-diff-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.a-audit-diff-row > div {
    flex-basis: 0;
    flex-grow: 1;
    min-width: fit-content;
}

.a-audit-diff-row > div:first-child {
    font-weight: bold;
}

.a-detail-body {
    flex-grow: 1;
/*    overflow-y: auto;
    height: 0;
    padding-right: 8px;
    margin-right: -8px;*/
}

.a-body-content {
    display: flex; 
    flex-direction: column;
    flex-grow: 1; 
    overflow-y: auto;
}

.a-content-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-grow: 1;
}

.a-content {
    background: #ffffffCC;
    border-radius: 2px;
    padding: 16px;
    margin: 16px;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    flex-direction: column;
    max-width: 1570px;
    box-shadow: 0 3px 8px rgba(0,0,0,.25);
}

.a-content-responsive {
    max-width: unset;
}

.a-about {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.a-about-line {
    display: flex;
    gap: 8px;
}

.a-about-line-field {
    min-width: 150px;
    text-align: right;
    max-width: 150px;
    font-weight: bold;
}

.a-about-line-value {

}



.las {
    font-size: 15px;
    margin-top: -1px;
}

a {
    color: #2196f3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.a-flex-row {
    display:flex;
    flex-direction:row;
}

.a-flex-row > div {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.a-row {
    display: flex;
}

.a-row-alt:nth-child(2n) {
    background-color: #f9f9f9;
}

.a-border-middle:not(:last-child) {
    border-bottom: 1px solid silver;
}

.a-row > * {
    flex-basis: 0;
    flex-grow: 1;
    margin-left: 4px;
    margin-right: 4px;
}

.a-row > *:last-child {
    margin-right: 0;
}

.a-row > *:first-child {
    margin-left: 0;
}

.a-column {
    display: flex;
    flex-direction:column;
}

.a-column > * {
    flex-basis: 0;
}

.a-column > *:last-child {
    margin-right: 0;
}

.a-column > *:first-child {
    margin-left: 0;
}

.a-display-mobile {
    display: none;
}

.a-row:first-child .a-display-mobile {
    display: flex;
}

@media (max-width: 850px) {
    .a-body {
        background: #A5A8A5;
    }
    
    .a-content {
        margin: 4px;
    }
    
    .a-row:not(.a-row-h) {
        flex-direction: column;
    }
    
    .a-row:not(.a-row-h) > * {
        margin: 0;
        margin-top: 4px;
        margin-bottom: 4px;
    }
    
    
    .a-display-mobile {
        display: flex;
    }
}

.a-button-edit { 
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.a-button-icon-only {
    width:50px !important;
    height:50px;
}

.a-button-edit:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    text-decoration: none;
}

.a-button-delete {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.a-button-delete:hover { 
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.a-logo-profilcompagnie {
    margin:auto;
}
.a-logo-profilcompagnie img {
    max-width:300px;
}

.a-hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #eeeeee;
    width:100%;
}

.a-add-skipreason-div { 
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content: space-between;
}

.a-skipReason button {
    border-radius: 0 4px 4px 0;
    height: 100%;
    margin-top:unset;
}

.a-skipReason {
    display: flex;
    margin-top: 8px;
    background-color: #f1f1f1;
    border-radius: 4px;
}

.a-skipReasonDescription {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px;
}

.a-skipReasonDelete {
    margin-left: 8px;
}

.a-text-danger {
    color: #a94442;
}

.a-job-cost-planification {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.a-job-cost-planification > div {
    min-width: 150px;
    max-width: 150px;
}

.a-div-buttons-service-plandefaut {
    width:60%;
    margin:auto;
    margin-top: 16px;
    justify-content:space-between;
}

.a-service-forfait { 
    
}

.a-optionPaiementPanelBodyStyle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.a-optionPaiementButtonsDivStyle, .a-optionContactsControls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
    gap: 8px;
}

.a-optionPaiementListDivStyle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.a-optionPaiementDivStyle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
}

.a-optionPaiementTopDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin-bottom: 16px;
}

.a-optionPaiementTopButtonsDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap:wrap;
}

.a-optionPaiementPaiementButton {
    height: 32px;
    line-height: 32px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.a-optionPaiementBottomDiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: 8px;
}

.a-optionPaiementDate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin-right: 8px;
    margin-bottom: 8px;
}

.a-optionPaiementDateText {
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-radius: 4px 0px 0px 4px;
    padding-left: 8px;
    padding-right: 8px;
    color: #ffffff;
    background-color: #2196f3;
    border-color: #2196f3;
    width: 40px;
    text-align: center;
    box-shadow:1px 1px 4px rgb(0 0 0 / 40%);
}

.a-optionPaiementDateInput {
    height: 30px;
    border-radius: 0px;
    border: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    width: 110px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
}

.a-optionPaiementDateButton {
    border-radius: 0px 4px 4px 0px !important;
    height: 30px;
    line-height: 24px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    width:37px !important;
}

.a-optionContact {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 0px;
}

.a-well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    align-items:center;
}

.a-campagne-option-paiement-select, .a-campagne-tachesassociees-select {
    border:none;
    outline:none;
    outline: none;
    background-color: white;
    border: 1px solid #efefef;
    box-shadow: inset 0 -1px 0 #ddd;
    border-radius: 2px;
    font-size: 16px;
    color: #111111;
    height:37px;
    width:300px;
}

.a-optionPaiementButtonsDivStyle > button, .a-optionContactsControls > button {
    width: 236px;
}

.a-mobile-show {
    display: none;
}

@media (max-width: 850px) {
    .a-mobile-hide {
        display: none;
    }
    
    .a-mobile-show {
        display: flex;
    }
}

.a-label
{
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.a-label-success
{
    background-color: #5cb85c;
}

.a-label-danger
{ 
    background-color: #d9534f;
}

.a-label-warning { 
    background-color: #ff9800;
}

.a-label-info { 
    background-color: #9c27b0;
}

.a-table-campagnes-tachesassociees {
    border-spacing:0px;
}

.a-table-campagnes-tachesassociees > tbody > tr {
    text-align:center;
}

.a-table-campagnes-tachesassociees > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.a-table-campagnes-tachesassociees > tbody > tr:hover {
    background-color: #337ab724;
}

.a-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.a-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.a-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.a-btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.a-btn-success.disabled, .a-btn-success.disabled.active, .a-btn-success.disabled.focus, .a-btn-success.disabled:active, .a-btn-success.disabled:focus, .a-btn-success.disabled:hover, .a-btn-success[disabled], .a-btn-success[disabled].active, .a-btn-success[disabled].focus, .a-btn-success[disabled]:active, .a-btn-success[disabled]:focus, .a-btn-success[disabled]:hover, fieldset[disabled] .a-btn-success, fieldset[disabled] .a-btn-success.active, fieldset[disabled] .a-btn-success.focus, fieldset[disabled] .a-btn-success:active, fieldset[disabled] .a-btn-success:focus, fieldset[disabled] .a-btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.a-btn-success:hover {
    color: #fff;
    background-color: #449d44; 
    border-color: #398439;
}
.a-btn.disabled, .a-btn[disabled], fieldset[disabled] .a-btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.a-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.a-btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.a-campagnes-tachesassociees-footer {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

.a-campagnes-tachesassociees-footer > div {
    display:flex;
    flex-direction:row;
    column-gap:10px;
    justify-content: space-between;
}

.a-campagnes-tachesassociees-footer > div > button {
    width:fit-content;
}

.a-btn-group-table-tachesassociees {
    width: 165px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.a-color-badge 
{
    width: fit-content;
    border: 2px solid #ccc;
    border-radius: 3px;
    color:white;
    padding: 0px 4px 0px 4px;
}

.a-color-tag 
{
    width: 15px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.a-verif-item-employes {
    display: none;
    gap: 10px;
    flex-wrap: wrap;
}
.a-verif-item-employe {
    display: flex;
    align-items: center;
    width:32%;
}

.a-verif-item-employe > button {
    display:inline-block;
    float:right;
    margin-top: 34px;
    margin-left: 5px;
    height: 35px;

}

.a-verif-item-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items:center;
}

.a-verif-item-check {
    margin-right: 11px;
}

.a-verif-item-check > input[type=checkbox] {
    height:30px;
    width: 16px;
}

.a-verif-item-nom {
    width: 100%;
    font-weight: bold;
}

.a-verif-item-controls {
    min-width: 100px;
    display: flex;
    justify-content: flex-end;
}

.a-pageverif-item > span {
    margin:auto;
    font-weight:bold;
    display:table;
    margin-top:10px;
    margin-bottom:10px;
}

.a-client-dossier {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.a-client-dossier-info {
    padding: 8px 16px;
    font-size: 1.2em; 
    align-items: center;
    border-radius: 2px;
    background-color: #f1f1f1;
    min-height: 32px;
}

.a-client-dossier-services {

}

.a-client-dossier-totaux {

}


.a-client-dossier-services-header {
    display: flex; 
    font-weight: bold; 
    border-bottom: 1px solid grey; 
    padding-top: 4px;
    padding-bottom: 4px;
}

.a-client-dossier-services-row {
    display: flex; 
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid silver;
}

.a-client-dossier-services-row-alternate {
    background-color: #f9f9f9;
}

.a-client-dossier-services-row:last-child {
    border-bottom: none;
}

.a-client-dossier-services-code {
    flex-grow: 1;
    margin-right: 8px;
    flex-basis: 0;
    text-align: left;
}

.a-client-dossier-services-quantite {
    min-width: 50px; 
    max-width: 50px; 
    text-align: right;
}

.a-client-dossier-services-prix {
    min-width: 100px; 
    max-width: 100px; 
    text-align: right;
}

.a-client-dossier-services-accepte {
    min-width: 60px; 
    max-width: 60px; 
    text-align: left;
}

.a-balise-ligne {
    display: flex;
    min-height: 55px;
    align-items: center;
    column-gap: 20px;
    box-shadow: 0 2px 0px 0px #e1e1e1;
}

.a-balise-ligne-span {
    width: 23%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.a-balise-button-container {
    justify-content: center;
    display: flex;
    width: 7%;
}

.a-balise-button-container > button {
    width: 49px;
}

.a-balise-ligne-example {
    width: 70%; 
    padding: 15px 0px;
    line-height:2;
} 

.a-balise-example {
    background-color: #e6faff;
    margin-top: 4px;
    padding: 4px;
}

.a-math {
    font-family: monospace;
    font-weight: bold;
}

.a-balise-text-danger {
    color: #e51c23;
}

img.a-balise-ligne-example-img {
    max-width:100%;
    max-height:100%;
}

@media (max-width: 1125px) {
    .a-balise-ligne-example {
        width:100%;
    }
    .a-balise-ligne-span {
        width:100%;
        text-align:center;
    }
    
    .a-balise-ligne {
        flex-direction: column;
        padding-top: 10px;
        row-gap: 10px;
    }
    
}

.a-date-config-element {
    display:flex;
    flex-direction:row;
    column-gap:3px;
    align-items:center;
}

.a-date-config-element > button {
    margin-top: 22px;
    margin-left: -3px;
    min-height: 38px;
    border-radius: 0 4px 4px 0;
}

.a-date-config-container {
    display:flex;
    flex-direction:row;
    justify-content:start;
    flex-wrap: wrap;
    gap: 8px;
}

.a-jobcost-planif-periods {
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    border-radius: 4px;
    /*border-left: 1px solid silver;*/
    /*border-top: 1px solid silver;*/
    max-width: 400px;
    height: fit-content;
    overflow: hidden;
    border: 1px solid grey;
}


.a-jobcost-planif-periods-period-label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.a-jobcost-planif-periods-period-label-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.a-jobcost-planif-periods-period-label-date {
    font-style: italic;
}

.a-jobcost-planif-periods-period {
    display: flex;
    padding: 4px 8px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 200px;
    max-width: 200px;
    box-sizing: border-box;
}

.a-jobcost-planif-detail-periods:empty {
    display: none;
}

.a-jobcost-planif-detail-periods {
    flex-grow: 1;
    width: 500px;
    border: 2px solid #2196f388;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 3px solid #2196f388;
    border-right: 3px solid #2196f388;
    height: fit-content;
}

.a-jobcost-planif-detail-periods-period {
    padding: 8px;
}

.a-jobcost-planif-detail-periods-period:not(:last-child)
{
    border-bottom: 1px solid silver;
}

.a-servicedetail {
    padding: 8px 12px;
    margin-bottom: 12px;
    border: 1px solid silver;
    border-radius: 4px;
    background: #f7f7f7;
    position: relative;
    padding-right: 80px;
}

.a-service-surfaceparameters > div {
    padding: 8px;
}

.a-service-forfait-service {
    padding: 8px;
}

.a-service-surfaceparameters > div:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.equipe-grid {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.a-colorpicker {
    display: flex;
    justify-content: center;
}

.equipe-grid > .a-checkbox {
    width:19%;
}

.a-note-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
}

.a-service-productivite-estime {
    display: flex;
}

.a-service-productivite-estime > div {
    flex-grow: 1;
    flex-basis: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.a-service-productivite-estime-count {
    min-width: 150px;
    max-width: 150px;
}

.a-service-productivite-result {
    margin-top: 16px;
    font-size: 1.5em;
}

.a-score-badge > div {
    min-width: 36px;
    min-height: 36px;
    max-height: 36px;
    max-width: 36px;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: inset 0 0 4px 1px rgb(255 255 255);
    border: 1px solid #00000000;
    line-height: 36px;
}

.a-carte-annote {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.a-carte-annote > * {
    flex-grow: 1;
}

.a-stripe-Skipped {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(33,150,243,1),rgba(33,150,243,1) 10px,rgba(33,150,243,.9) 10px,rgba(33,150,243,.9) 20px);
}

.a-stripe-Stopped {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(229,28,35,1),rgba(229,28,35,1) 10px,rgba(229,28,35,.9) 10px,rgba(229,28,35,.9) 20px);
}

.a-stripe-Completed {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(76,175,80,1),rgba(76,175,80,1) 10px,rgba(76,175,80,.9) 10px,rgba(76,175,80,.9) 20px);
}

.a-stripe-Pending {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(175,175,175,1),rgba(175,175,175,1) 10px,rgba(175,175,175,.9) 10px,rgba(175,175,175,.9) 20px);
}

.a-stripe-Manual {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(139,175,140,1),rgba(139,175,140,1) 10px,rgba(139,175,140,.9) 10px,rgba(139,175,140,.9) 20px);
}
    
.a-stripe-Manual-Skip {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(123,187,239,1),rgba(123,187,239,1) 10px,rgba(123,187,239,.9) 10px,rgba(123,187,239,.9) 20px);
}

.a-stripe-Paused {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(255,152,0,1),rgba(255,152,0,1) 10px,rgba(255,152,0,.9) 10px,rgba(255,152,0,.9) 20px);
}

.a-stripe-Started {
    color: #fff;
    background: repeating-linear-gradient(-55deg,rgba(156,39,176,1),rgba(156,39,176,1) 10px,rgba(156,39,176,.9) 10px,rgba(156,39,176,.9) 20px);
}

@media (max-width: 750px) {
    .equipe-grid > .a-checkbox {
        width:24%;
    }
}
@media (max-width: 575px) {
    .equipe-grid > .a-checkbox {
        width:32%;
    }
}
@media (max-width: 400px) {
    .equipe-grid > .a-checkbox {
        width:49%;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.a-short-text { display: none; }

@media (max-width: 850px) {
    .a-short-text { display: inline-block; }
    .a-full-text { display: none; }
}

.a-paie-inline-input {
    padding: 4px;
    width:34px;
    text-align:center;
}

.dropzone .dz-message {
    margin: 0;
}

.dropzone {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.a-align-top {
    align-self: flex-start;
    padding-top:2px;
}

.label-ajout-suppresion-tache::after {
    content: "Calculer les montants";
}
 
@media (max-width: 850px) {
  .label-ajout-suppresion-tache::after {
    content: "Calculer";
  }
}

.label-service-content::after {
    content: "Afficher les services exclus";
}
 
@media (max-width: 850px) {
  .label-service-content::after {
    content: "Services exclus";
  }
}

.label-statistique-content::after {
    content: "Afficher les statistiques de progression";
}
 
@media (max-width: 850px) {
  .label-statistique-content::after {
    content: "Stats de progression";
  }
} 

.a-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.a-loader {
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid #35a03a;
    animation: spin 1.1s infinite linear;
    left: 50%;
    margin-left: -4em;
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
    background-color: transparent;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spinLoader {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}