html, body {
    background: #F5F5F5;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    --color-base: #5e4777;
}
h1 {
    font-size: 45px;
    margin-bottom: 0px;
}
h2 {
    font-size: 30px;
}
h3{
    font-size: 22px;
}

.headerBack {
    width: 100%;
    aspect-ratio: 1680 / 530;
    mask-image : url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1680" height="530" viewBox="0 0 1680 530"><defs><linearGradient id="linear-gradient" x1="0.611" y1="-0.67" x2="0.389" y2="1.67" gradientUnits="objectBoundingBox"><stop offset="0.01" stop-color="%23b484ba"/><stop offset="1" stop-color="%233d64ad"/></linearGradient><clipPath id="clip-axo-neo-back"><rect width="1680" height="530"/></clipPath></defs><g id="axo-neo-back" clip-path="url(%23clip-axo-neo-back)"><path id="axo-neo-back-2" data-name="axo-neo-back" d="M198.055,228.707H1804.194l25.4,290.31a94,94,0,0,1-85.45,101.835L198.055,756.118Z" transform="translate(-198.055 -228.707)" stroke="rgba(0,0,0,0)" stroke-width="1" fill="url(%23linear-gradient)"/></g></svg>') ;
    mask-repeat: no-repeat;
    mask-position: center bottom;
    mask-size: 100%;
    position: absolute;
    top : 0; left : 0;
    z-index: 0;
    background: linear-gradient(45deg, var(--color-back), var(--color-back-light) );
    }
    .headerBack:before {
        content: "";
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1680" height="530" viewBox="0 0 1680 530"><defs><clipPath id="clip-axo-neo-back-motif"><rect width="1680" height="530"/></clipPath></defs><g id="axo-neo-back-motif" clip-path="url(%23clip-axo-neo-back-motif)"><g id="axo-neo-back-motif-2" data-name="axo-neo-back-motif" transform="translate(16.324 23.362)"><path id="Union_23" data-name="Union 23" d="M25.781,66V40.219H0V25.781H25.781V0H40.219V25.781H66V40.219H40.219V66Z" transform="matrix(0.966, 0.259, -0.259, 0.966, 187.795, 272.146)" fill="%23fff" opacity="0.08"/><path id="Tracé_38190" data-name="Tracé 38190" d="M32.445,83.059V50.614H0V32.445H32.445V0H50.614V32.445H83.059V50.614H50.614V83.059Z" transform="matrix(0.921, -0.391, 0.391, 0.921, -16.325, 393.644)" fill="%23fff" opacity="0.08"/><rect id="Rectangle_2077" data-name="Rectangle 2077" width="14.438" height="66" transform="matrix(0.391, 0.921, -0.921, 0.391, 991.76, 233.067)" fill="%23fff" opacity="0.08"/><rect id="Rectangle_2078" data-name="Rectangle 2078" width="14.438" height="66" transform="matrix(0.391, 0.921, -0.921, 0.391, 383.359, 361.19)" fill="%23fff" opacity="0.08"/><path id="Tracé_38191" data-name="Tracé 38191" d="M25.781,66V40.219H0V25.781H25.781V0H40.219V25.781H66V40.219H40.219V66Z" transform="matrix(0.921, -0.391, 0.391, 0.921, 1479.859, 351.968)" fill="%23fff" opacity="0.08"/><path id="Tracé_38192" data-name="Tracé 38192" d="M25.781,66V40.219H0V25.781H25.781V0H40.219V25.781H66V40.219H40.219V66Z" transform="matrix(0.921, -0.391, 0.391, 0.921, 910.859, 2.426)" fill="%23fff" opacity="0.08"/><path id="Union_24" data-name="Union 24" d="M25.781,66V40.219H0V25.781H25.781V0H40.219V25.781H66V40.219H40.219V66Z" transform="matrix(0.966, 0.259, -0.259, 0.966, 1487.795, 94.873)" fill="%23fff" opacity="0.08"/><path id="Union_25" data-name="Union 25" d="M37.169,95.152V57.984H0V37.169H37.169V0H57.984V37.169H95.152V57.984H57.984V95.152Z" transform="matrix(0.966, -0.259, 0.259, 0.966, 1208.861, 203.648)" fill="%23fff" opacity="0.08"/></g></g></svg>');
        top : 0; right : 0; left : 0; bottom : 0;
        position: absolute;
    }

    @media only screen and (max-width: 1500px) {
        .headerBack {
            mask-size: 150%;
        }
    }

.headerContent {
    width: 100%;
    max-width: 1200px;
    margin : 20px auto;
    display: flex;
    justify-content: space-between;
    color : white;
    --color-base: white;
    position: relative;
    z-index: 0;
}
    .headerContent img{
        max-height: 100px;
    }
    .headerContent a{
        color : white;
    }
    .headerContent a:hover{
        text-decoration: none;
        opacity: .8;
    }
    .headerContent h2{
        opacity: .8;
    }
    .containerLogo {
        display: inline-block;
        background: white;
        border-radius: 0 0 40px 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,.1);
        padding : 10px 20px;
    }


    .zoneContenu {
        background: white;
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,.1);
        width: 100%;
        max-width: 1200px;
        margin: auto;
        padding : 20px 40px;
        position: relative;
        z-index: 1;
    }
        .zoneContenu {
            display : none;
        }
        .zoneContenu#contenuDossier {
            display : block;
        }

        .contenuParamFlex {
            display: flex;
            gap : 20px;
        }
        .contenuParamFlex > div{
            width: 50%;
        }
        .contenuParamFlex > div > div{
            text-align: center;
        }
        .contenuParamFlex > span{
            border-left : 1px solid lightgrey;
        }

    .btn-axoneo {
        --color-back-base: #82368C;
        --color-back-gradient: #3D64AD;
        --color-base: white;

        --border: 1px solid transparent;
        --hovercolor-back-base: #9842a3;
        --hovercolor-back-gradient: #4b74c1;
        --hovercolor-base: #f4eeff;
        --hover-border: 1px solid transparent;
        --color-outline: rgba(152, 66, 163, 0.33);
        --shadow-active : inset 0 3px 5px rgba(152, 66, 163, 0.33);
    }

    .headerDossier {

        border-radius: 20px 20px 0 0;
        padding : 20px;
        margin: -20px -40px 40px -40px ;
        background: #EFEEF8;
    }
    .headerDossierInfo {
        display: flex;
        gap : 20px;
    }
    .headerDossierInfo div:nth-child(2){
        display: flex;
        flex-wrap: wrap;
        gap : 20px;
    }
    .headerDossierInfo div:nth-child(2) .dossierName{
        font-weight: 600;
        width: 100%;
        flex: none;
        font-size: 1.3em;
        margin-bottom: -10px;
    }
    .headerDossierInfo div:nth-child(2) div span{
        font-weight: 600;
    }
    .headerDossierInfo .synchro{
        position: absolute;
        left: 20px;
        top: -30px;
    }

    .headerDossierTab {
        display: flex;
        margin-bottom: -20px;
    }
        .headerDossierTab a{
            display: block;
            padding: 20px 20px 30px 20px ;
            margin: 20px 0 0 20px;
            border-radius: 16px 16px 0 0;
            border : 2px solid #8C8BC0;
            border-bottom : 0px solid #8C8BC0;
            font-size: 1.2em;
            text-decoration: none;
            color: #8C8BC0;
            --color-base: #8C8BC0;
        }
        .headerDossierTab a.active{
            background: white;
            border : 2px solid white;
            border-bottom : 0px solid white;
            box-shadow: 0 -2px 15px rgba(0,0,0,.1);
            text-decoration: none;
            color : black;
            --color-base: black;
        }

    .containerOneDossier {
        margin: -50px -40px 40px -40px;
        background: white;
        border-radius: 20px;
        padding: 40px;
        position: relative;
        z-index: 3;
    }


.containerDossier {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap :  20px 3%;
    margin : 50px 20px;
    perspective: 800px;
}

.oneDossier {
    display: flex;
    gap : 20px;
    text-align: left;
    background: linear-gradient(10deg, #EFEEF8, rgb(231, 229, 250));
    border-radius: 10px;
    padding : 20px;
    padding-top: 50px;
    width: 31%;
    max-width: 31%;
    min-height: 150px;
    flex: auto;
    mask-image :url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="355" height="859.619" viewBox="0 0 355 859.619"><path id="folder" d="M0,859.6V16.259C0,7.279,6.622,0,14.792,0h93.681c1.56,0,6.029-.444,9.789,3.316,3.421,3.422,13.879,18.953,25.493,21.614H340a15,15,0,0,1,15,15V859.6Z" transform="translate(0 0.017)" fill="%23efeef8"/></svg>');
    mask-size : 100%;
    color : #5e4777;
    cursor : pointer;
    position: relative;
    z-index: 2;
    transition: transform .5s, filter.5s;

}
    .oneDossier:hover{
        /* transform: rotate3d(10,3,0, 20deg); */
        transform: zoom(1.2);
        filter : brightness(1.05);
    }
    .oneDossier span{
        display: inline-block;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .oneDossier .dossierName{
        font-weight: 600;
        font-size: 1.3em;
    }

    .msgDossierEmpty {
        opacity: .7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .msgDossierEmpty i{
        display: block;
        margin: auto;
        --color-base: #5e4777;
        opacity: .3;
        font-size: 2em;
        margin-bottom: 10px;
    }

    .msgDossierEmpty:hover ,.msgDossierEmpty:hover i{
        opacity: 1;
    }

    .dossierFirstLetter {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border : 5px solid white;
        box-shadow: 0 5px 20px rgba(0,0,0,.1);
        background: #0a84ff;
        color : white;
        font-size: 40px;
        text-transform: uppercase;
        margin-top : -30px;
        font-style: normal;
    }
    .synchro {
        display: block;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background : #ff0073;
        margin-top: 20px;
    }
    .synchro.ok {
        background : #65c540;
    }


.containerFacture, .containerExpense {
    width: 100%;
}
    .containerFacture tr, .containerExpense tr {
        border : 1px solid black;
    }
    .containerFacture td, .containerExpense td {
        padding : 10px;
    }


    hr {
        border-top: 1px solid #c0c0fa;
        width: 100%;
    }
    input[type="file"] {
        background: #e5e7ff;
        width: 80%;
        margin: auto;
        padding: 20px;
        border-radius: 20px;
        border : 2px dashed #c0c0fa;
        text-align: center;
        font-family: "Montserrat", sans-serif;
    }
    input[type="color"] {
        height:  50px;
        width: 250px;
        padding: 5px 20px 5px 5px;
    }
    input, select, textarea {
        border-radius: 10px;
        padding: 10px;
        border : 1px solid #c0c0fa;
        color : #5e4777;
        background: linear-gradient(rgba(192, 192, 250, 0.1), white);
        margin : 10px;
        width: 250px;
    }
    label {
        display: inline-block;
        width: 150px;
        text-align: right;
    }
    .overModalePage {
        align-items: center;
    }
    .overModale {
        display: none;
    }

    table thead{
        border: 0px solid red;
    }
    table thead th {
        background: #EFEEF8;
        padding: 14px;
    }
    table thead th:first-child {
        border-radius: 15px 0 0 0px;
    }
    table thead th:last-child {
        border-radius: 0 15px 0px 0 ;
    }
    table tr {
        border: 0px solid red !important;
    }

    .addFactureStep1 {
        font-size: 18px;
        background: #EFEEF8;
        border-radius: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding : 20px;
    }
    .addFactureStep1Alt {
        text-align: center;
        font-size: 14px;
        background: white;
        border-radius: 10px;
        padding: 10px;
        border: 2px dashed #EFEEF8;
        width: 100%;
        margin-top : 30px;
    }
    #factureClientData {
        margin: 0;
    }

    .addFactureZone {
        display: flex;
        flex-direction: column;
        gap : 30px;
        width: 80%;
    }



    .factureHeader {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .factureHeader .courrier {
        padding: 20px;
        border-radius: 20px;
        border : 1px solid lightgrey;
        text-align: right;
        width: 500px;
    }
        .tableFactureContainer {
            padding : 2px;
            border: 1px solid lightgrey !important;
            border-radius: 17px;
        }
        .tableFacture   {
            width: 100%;
        }
        .tableFacture input,.tableFacture select, .tableFacture textarea  {
            width: unset !important;
        }
        .tableFacture input,.tableFacture select {
            text-align: right;
        }
         .tableFacture th  {
            padding : 0;
        }
         .tableFacture th span {
             display: inline-block;
            padding : 10px;
        }
         .tableFacture textarea  {
            width: 350px !important
        }
         .tableFacture tbody tr {
            border-bottom: 1px solid lightgrey !important;
             text-align: right;
        }
         .tableFacture tbody tr:last-child {
            border-bottom: 0px solid lightgrey !important;
             text-align: right;
        }
         .tableFactureAdd {
             text-align: center;
             margin-top : -10px;
             margin-bottom: 100px;
         }
         .tableFactureAdd .btn{
             border : 5px solid white;
             box-shadow: 0 5px 10px rgba(0,0,0,.1);
             border-radius: 100%;
             width: 50px;
             height: 50px;
         }


    .factureTotal {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
        .factureTotal .conditions {
            padding: 20px;
            border-radius: 20px;
            border : 1px solid lightgrey;
        }

    .factureTotal .containerFactureTotal {
        border: 1px solid lightgrey !important;
        border-radius: 18px;
        padding: 3px;
    }
    .factureTotal table td {
        padding: 10px;
        font-size: 1.2em;
        border-bottom: 1px solid lightgrey !important;
    }
    .factureTotal table td:last-child {
        border-left: 1px solid lightgrey !important;
    }
    .factureTotal table tr:last-child td:first-child {
        background: #EFEEF8;
        border-radius: 0 0 0 15px;
    }
    .factureTotal table tr:last-child td {
        background: #EFEEF8;
        border-radius: 0 0 15px 0;
    }
    .factureTotal table tr:last-child td {
        border-bottom: 0px solid lightgrey !important;
    }


.zoneGauche[data-dossierid="0"] .dossierFirstLetter  { background: #f1c40f; }
.zoneGauche[data-dossierid="1"] .dossierFirstLetter  { background: #3498db; }
.zoneGauche[data-dossierid="2"] .dossierFirstLetter  { background: #e686d7; }
.zoneGauche[data-dossierid="3"] .dossierFirstLetter  { background: #d35400; }
.zoneGauche[data-dossierid="4"] .dossierFirstLetter  { background: #2c3e50; }
.zoneGauche[data-dossierid="5"] .dossierFirstLetter  { background: #5ee9ff; }
.zoneGauche[data-dossierid="6"] .dossierFirstLetter  { background: #94d717; }
.zoneGauche[data-dossierid="7"] .dossierFirstLetter  { background: #77745c; }
.zoneGauche[data-dossierid="8"] .dossierFirstLetter  { background: #f37712; }
.zoneGauche[data-dossierid="9"] .dossierFirstLetter  { background: #c061f6; }
.zoneGauche[data-dossierid="10"] .dossierFirstLetter  { background: #91dd97; }

.onlyAxo .containerLogo {display: none;}
.onlyAxo .cabinetName {display: none;}
.onlyAxo svg {display: block;}

.onlyName .containerLogo {display: none;}
.onlyName .cabinetName {display: block;}
.onlyName svg {display: none;}

.onlyLogo { margin-top: -20px; }
.onlyLogo .containerLogo {display: inline-block;}
.onlyLogo .cabinetName {display: none;}
.onlyLogo svg {display: none;}




.dashboardClientResume {
    border-radius: 20px;
    background: linear-gradient( transparent, #EFEEF8 );
    display: flex;
    gap : 20px;
    padding : 20px;
    margin : 0 -20px;
    font-family: "Montserrat", sans-serif;
}
.dashboardClientResume > div {
    width: 25%;
    padding : 20px 10px;
    border-radius: 10px;
    color : white;
    --color-base: white;
}
.dashboardClientResume .number {
    font-size: 26px;
    font-weight: 600;
    padding: 10px 0 0 0;
}


.dashboardClientResume .card1 { background: linear-gradient( #C279EC, #453DAD ); }
.dashboardClientResume .card2 { background: linear-gradient( #C84F9B, #D12173 ); }
.dashboardClientResume .card3 { background: linear-gradient( #FFC833, #FFA562 ); }
.dashboardClientResume .card4 { background: linear-gradient( #FF4E2A, #D7563C ); }

.dashboardClientBlocContainer {
    display: flex;
    gap : 20px;
    margin : 40px -20px 20px -20px;
}
.dashboardClientBloc {
    border-radius: 20px;
    background: #EFEEF8;
    padding : 20px;
    width: 50%;
    position: relative;
}
    .dashboardClientBloc h3 {
        margin: 0;
    }
    .dashboardClientBloc .btn {
        position: absolute;
        right : 20px;
        top : -20px;
    }
    .dashboardClientBloc h3 i {
        --color-base: #C279EC;
        transform: rotate(-10deg);
    }
    .dashboardClientBloc .flex {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }

    .clientHeaderDossierTab {
        position: relative;
        z-index: 1;
        display : block;
        margin: auto;
        width: 1200px;
    }
    .clientHeaderDossierTab .tab-link {
        background: #EEEDF7;
        border: 0;
    }

    .footerInvoice {
        position: fixed;
        width: 100%;
        left : 0;
        right : 0;
        bottom : 0;
    }
    .footerInvoice .footerInvoiceBackground {
        background: #F5F5F5 linear-gradient( 45deg, var(--color-back), var(--color-back-light) );
        width : 1400px;
        margin : auto;
        border-radius: 20px 20px 0 0;
        padding : 10px 20px;
        text-align: center;
    }

    #contenuFactureCreate {
        padding-bottom : 150px;
    }


    .status-1 {
        display: inline-block;
        background: #ffa07b;
        border-radius: 10px;
        padding: 5px 10px;
    }
    .factureStatus {
        text-align: center;
        font-size: .8em;
    }

.axoNeoClient .containerOneDossier {
    margin-top: 0;
}

/*
Axo-Néo
*/
.axoNeoSignIn  {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    .axoNeoSignIn .headerContent h2 {
        margin : 20px 0;
    }
    .axoNeoSignIn .headerContent h1{
        margin : 0 0 20px 0;
    }
    .axoNeoSignIn .headerContent h1 svg{
        margin : -40px 0 0px 0;
    }
    .axoNeoSignIn .headerContent .axiconSVG * {
        fill : white;
    }

    .axoNeoSignIn .btn {
        -webkit-transition: background 0.4s ease-in-out;
        -moz-transition: background 0.4s ease-in-out;
        -ms-transition: background 0.4s ease-in-out;
        -o-transition: background 0.4s ease-in-out;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.5em;
        padding: 10px 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        outline: unset;
        border-radius: 20px;
        position: relative;
        background: var(--color-back-base);
        background: linear-gradient(70deg, var(--color-back-base), var(--color-back-gradient)) padding-box;
        color: var(--color-base);
        border: var(--border);
        outline: 0px solid transparent !important;
        outline-offset: -1px;
    }
    .axoNeoSignIn .modaleSignIn {
        position: fixed;
        z-index: 1000;
        top : 0;
        right : 0;
        bottom : 0;
        left : 0;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(2px);
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        font-size: 18px;
        overflow: auto;
        padding : 40px;
    }

    .axoNeoSignIn .modaleSignIn .modaleSignInContent {
        display: block;
        background: white;
        width: 800px;
        max-width: 90%;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        box-shadow: 0 10px 120px rgba(0,0,0,.4);
    }
    .axoNeoSignIn .modaleSignIn .modaleSignInHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .axoNeoSignIn .modaleSignInHeader h3 {
            color : #672779;
            margin: 0;
        }
        .axoNeoSignIn .modaleSignInHeader {
            border-bottom : 1px solid lightgrey;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }
    .axoNeoSignIn .inputLine {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .axoNeoSignIn label {
        display: inline-block;
        width: 200px;
        text-align: right;
        margin : 10px 0;
        padding : 10px 0;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
    }
    .axoNeoSignIn input, .axoNeoSignIn select, .axoNeoSignIn textarea {
        width: 350px;
    }
    .axoNeoSignIn .btn-axoneo {
        color : white !important;
    }
    .axoNeoSignIn .btn-axoneo,.axoNeoSignIn .btn-axoneo-light {
        margin-top : 20px;
    }
    .axoNeoSignIn .btn-axoneo-light {
        font-weight: 300;
        opacity: .8;
    }
    .axoNeoSignIn .btn-axoneo.disabled{
        filter: grayscale(1);
        cursor: pointer;
    }
    .axoNeoSignIn .inputError {
        border-color : red;
        background: #fbeaea;
    }
    .axoNeoSignIn .errorMsg {
        font-size: .8em;
        font-style: italic;
        margin : -10px 20px 10px 20px;
        display: block;
        border-radius: 10px;
        text-align: left;
        color : red;
    }
    .modaleSignInIntro {
        font-size: 20px;
        text-align: left;
        margin : 50px 80px;
    }
    .axoNeoSignIn input[type="color"] {
        padding: 0;
        border-radius: 10px;
        width: 80px;
        height: 80px;
    }
    .axoNeoSignIn .containerPersonalize {
        display: flex;
        justify-content: space-evenly;
        border-radius: 20px;
        background: #d3d3d329;
        padding: 0 20px 20px 20px;
    }
    .axoNeoSignIn .containerPersonalize label {
        text-align: center;
        width: unset;
    }
    .axoNeoSignIn h3 small {
        display : block;
        text-align: center;
        font-size: .7em;
        opacity: .8;
    }


    #inputLogoZone {
        background: #e5e7ff;
        margin: auto;
        padding: 20px 20px;
        border-radius: 20px;
        border : 2px dashed #c0c0fa;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        position: relative;
        font-size: .8em;
    }
        #inputLogoZone  img  {
            max-height: 100px;
        }
        #inputLogoZone svg {
            width : 50px;
            height : 50px;
            margin-bottom : 10px;
        }
    #inputLogoZone .btn {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .axoNeoSignIn .onlyAxo .containerLogo{
        display: inline-block !important;
        padding: 0;
        margin: 0;
        margin-top : -30px;
        margin-bottom : 20px;
    }
    .axoNeoSignIn .onlyAxo .containerLogo img{
        margin : 20px;
    }

    .tooltipContainer {
        display: inline-block;
        position: relative;
    }
    .tooltipContainer .tooltipContent {
        display: none;
    }
    .tooltipContainer:hover .tooltipContent {
        display: block;
        background: rgba(0, 0, 0, 0.8);
        border-radius:  10px;
        width: 150px;
        position: absolute;
        top : 30px;
        left : calc( -75px + 50% );
        color : white;
        font-size: 12px;
        text-align: center;
        padding : 5px;
    }
    requiredIndic {
        font-style: italic;
        opacity: .8;
    }


@media only screen and (max-width: 768px) {
    .headerContent {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .headerContent .onlyAxo svg {
        max-width: 70%;
        display: block;
        margin : auto;
    }
    .headerContent a {
        display: inline-block;
        white-space: nowrap;
    }
    .headerBack {
        width: 100%;
        mask-image : unset;
        aspect-ratio: 1680 / 1680;
    }
    .zoneContenu{
        padding: 20px;
    }
    .containerDossier{
        flex-direction: column;
    }
    .containerDossier .oneDossier{
        width: unset;
        max-width: unset;
    }


    .axoNeoSignIn .modaleSignIn{
        padding : 80px 10px 20px 10px;
    }
    .axoNeoSignIn .modaleSignIn svg{
        max-width: 100%;
    }

    .onlyAxo svg {
        height: 0;
        margin-top: -180px !important;
    }
    .modaleSignInIntro {
        font-size: 20px;
        margin : 30px 0px;
    }
    .modaleSignInContent {
        padding : 20px !important;
    }
    .modaleSignInHeader {
        flex-direction: column;
    }
    .modaleSignInHeader svg {
        display: none;
    }
    .inputLine {
        flex-direction: column;
    }
    .inputLine label{
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .inputLine input,.inputLine select, .inputLine textarea {
        width: 100%;
        margin : 10px 0 20px 0;
    }
    .inputLine .errorMsgContainer{
        width: 100%;
    }

    .containerPersonalize {
        flex-direction: column;

    }
    .axoNeoSignIn .headerContent h1 {
        max-width: 100%;
        word-break: break-all;
        white-space: normal;
    }
}