.font-icon {
    font-size: 27px;
}

html {
    height: 100%;
    position: absolute;
    width: 100%;
    /* background-size: cover; */
    /* background-attachment: fixed; */
    background-size: cover;
    background-attachment: fixed;

}

body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    display: block;
    /* background-color: #b7b7b7; */
    overflow: overlay !important;

}


#app {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

#showTerminal {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.console {
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    line-height: 30px;
}

.contConsole {
    margin: 0;
    top: 0;
    background-color: rgb(66 66 66);
    color: white;
    width: 100%;
    height: 200px;
    display: block;
    position: fixed;
    padding: 25px;
}

.contConsole .close {
    font-size: 35px;
    position: fixed;
    right: 30px;
    top: 15px;
    cursor: pointer;
}

.logo {
    padding: 15px;
}

@font-face {
    font-family: "digital";
    src: url("../fonts/digital.ttf");
}

#contRight {
    left: 90px;
    position: absolute;
    width: 100%;
    z-index: 4;
}

#contOpacity {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0 0 40px;
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .65);
    z-index: 5;
}

#svgLoad {
    /* stroke-width: 50px; */
    display: block;
    position: fixed;
    z-index: 9999;
    /* width: 50%; */
    top: 30%;
    left: 45%;
    width: 250px;
    opacity: 1;
    margin-left: -75px;
}

#countDown {
    padding: 25px;
    position: fixed;
    bottom: 0;
    right: 15px;
    color: white;
    font-family: "digital";
    font-size: 60px;
    /*display: bolck;*/
    text-shadow: 2px 2px 0 #151515;
}

.load {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    display: none;
}

.contSectionOpacity {
    background-color: rgb(26 23 23 / 83%);
    background-attachment: fixed;
    min-height: 100%;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: fixed;
}

.main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

img {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

nav i {
    outline: none;
    margin-left: 12px;
    font-size: 48px;
    color: white;
    text-shadow: 2px 2px black;
}

nav i .stroke {
    stroke: none;
}


nav {
    padding: 15px 0 10px 25px;
    /* border-radius: 15px; */
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    /* color: white; */
    width: 100%;
    background-color: rgba(50, 53, 56, 0.15);
    backdrop-filter: blur(9px);
    z-index: 99;

}


.headerBg a {
    /*display: none;*/
}

/*.headerBg nav {
    background-color: #5e3b30;
    box-shadow: 0px 0px 6px 0px black;
}*/

.headerBg {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    z-index: 99;
}

.headerRemoveBg {
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}

#modalBoxStats .chartContainer {
    /*    height: 80px;width: 250px;
        display: block;*/
}

#modalViewPsw .modal-header {
    border-bottom: none;
}

#modalViewPsw .passwordValue {
    align-content: center;
    font-size: 20px;
}

#app #header {
    /*-moz-transform: translate(-224px, 0px);*/
    display: flex;
    transform-origin: center center;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    position: fixed;
    top: 0;
    padding: 10px 0 0 15px;
    z-index: 999;
}

#header a {
    /*display: block;*/
    /*padding: 0 35px 0 25px;*/
    outline: none;
    text-decoration: none;
}

#header {
    text-align: center;
    position: fixed;
    top: 0;
    padding: 30px 0 0 0px;
}

#header .icon {
    height: 32px;
    display: inline-block;
    margin: 15px;
}

.title h1 {
    font-size: 80px;
    font-family: 'Comfortaa', cursive;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    color: #ffffff;
    margin: 50px 0 0 0;
    text-shadow: 0px 0px 4px #1b1b1b;
}

.switchOnOff {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0px;
    padding: 0px;
}

.contSearch {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;

}

.inputSearch {
    width: 0px;
    height: 20px;
    border: none;
    border-radius: 6px;
    outline-style: none;
    font-size: 14px;
    transform: scale(0, 0);
    transform-origin: left center;
    color: black;
    margin: 11px 0 0 25px;
    padding: 20px;
}

.titleSetting {
    font-size: 20px;
    font-weight: 300;
}

.setting {
    margin-top: 30px;
}

.descSetting {
    font-size: 14px;
    padding-left: 15px;
}

.contSettings .form-switch {
    font-size: 29px;
}

.administrationEnabled .anAccount button.displayFormAddField {
    display: inline-block;
}

/* COMPTES */
.containerAccounts {
    display: flex;
    display: -webkit-flex;
    /* width: 555px; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    /* height: 100%; */
    background-color: #0000003b;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    /* padding-top: -42px; */
    /* height: fit-content; */
    box-shadow: 2px 2px 5px 0px #303030db;
    max-width: 555px;
    border: 1px solid #00000047;
}

.containerFiles {
    display: flex;
    display: -webkit-flex;
    display: none;
    /* width: 555px; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    /* height: 100%; */
    /* background-color: #3434349e; */
    background-color: #2020203b;
    backdrop-filter: blur(9px);
    border-radius: 15px;
    /* padding-top: -42px; */
    /* flex: 1; */
    height: fit-content;
    /* margin-left: 40px; */
    /* margin-top: 50px; */
    max-width: 555px;
    box-shadow: inset 0px 0px 3px 1px #303030;
}

.containerHome {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    margin: 110px 0 0 0;
    /*border: 1px solid black;*/
    width: 100%;
    /* margin-bottom: 100px; */
    padding-bottom: 80px;
}

.accountTools {
    width: 100%;
    /* margin-left: 35px; */
    padding: 10px 0 10px 40px;
    border-radius: 15px 15px 0 0;
    overflow: overlay;
}

.accountTools .svgSearch {
    margin-left: 10px;
}

.accountTools i {
    outline: none;
    font-size: 38px;
    color: white;
    /* box-shadow: 2px 2px black; */
    text-shadow: 2px 2px black;
}

#accountList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: stretch;
    width: 100%;
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
    -ms-transition: all ease 3s;
    -o-transition: all ease 3s;
    transition: all ease 3s;
}

.anAccount {
    height: 37px;
    overflow: hidden;
    border-radius: 5px;
    background-color: rgba(50, 45, 45, 0.70);
    backdrop-filter: blur(10px);
    transition: all linear 0.6s;
    width: 490px;
    flex: 0 2 auto;
    margin: 30px 0 20px 0;
    color: white;
    /* box-shadow: 2px 2px 2px #222222; */
}

.anAccount .contAddFormButton {
    margin-left: 15px;
    display: none;
}

.administrationEnabled .contAddFormButton {
    display: block;
}

.anAccount.open {
    width: 490px;
    transition: all ease-out 0.6s;
}

.anAccount.open .contFields {
    visibility: visible;
}

.accountTitle {
    margin: 0px 0 0 0;
    padding: 4px 0 6px 20px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    /* color: rgba(255, 255, 255, 1); */
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.accountTitle.reduced {
    padding-left: 20px;
    /* color: white; */
}

.accountTitle.enlarges {
    padding-left: 40px;
    color: white;
}

.accountHeader {
    float: right;
    margin-top: -2px;
}

#accountList .accountHeader .dropdown-detach-trigger {
    box-shadow: none;
    border: 0;
    color: white;
}

.resizeCompte, .delAccount {
    /*display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: -5px;
    */

}

.resizeCompte img, .delAccount img {
    height: 37px;
    width: 37px;
}

.actionComptes, .actionComptes img {
    height: 37px;
    display: inline-block;
    float: right;
}

/***** LOGIN *****/
.contFormLogin {
    /* transform: translateY(-500px); */
    width: 360px;
    /* padding-bottom: 40px; */
    margin-top: 250px;
}


/* LSITE CHAMPS */
.fieldList {
    padding: 5px 0 5px 25px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.fileList {
    padding: 5px 0 5px 25px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.aField ~ .noChamp, .unFile ~ .noChamp {
    display: none;
}

.administrationEnabled .noChamp {
    display: none;
}

.fieldList .aField {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    width: 460px;
    flex: 0 0 auto;
}


.fileList .aFile {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    width: 460px;
    flex: 0 0 auto;
}

.fieldList input {
    background: none;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    color: white;
}

.fieldList .aField div {
    border: 0px solid black;
    display: inline-block;
    vertical-align: middle;
}

.fieldList input, .fieldList select {
    border-radius: 4px;
    outline: none;
    width: 100%;
}

.fieldList .barTool {
    width: 37px;
    height: 37px;
    flex: 0 0 auto;
    margin: 2px;
}

.fieldList .barTool.password img {
    height: 20px;
    margin-top: 8px;
    width: auto;
}

.fieldList button.validChamp {
    margin: 20px 0 0 20px;
}

.fieldList button.validChange {
    margin: 0px 0 0 0px;
}

.fieldList .category {
    font-size: 15px;
    width: 120px;
    flex: 0 0 auto;
    margin: 2px;
}

.fileList .nameFile {
    flex: 0 0 auto;
    width: 235px;
    font-size: 17px;
    text-decoration: underline;
    overflow: hidden;
}

.fileList .categoryFile {
    width: 120px;
    margin: 2px;
    flex: 0 0 auto;
    font-size: 15px;
    overflow: hidden;
}

.fieldList .fieldValue, .fieldList .passwordValue {
    width: 235px;
    flex: 0 0 auto;
}

.fieldList.fieldValue input, .fieldList .passwordValue input {
    width: 200px;
    font-size: 13px;
}


/* FORM AJOUT CHAMP */
.formAddField {
    padding: 0 10px 0 30px;
}

.formAddField .fieldValue, .formAddField .passwordValue {
    /* width: 220px; */
    /* color: black; */
}

.formAddField.fieldValue input, .formAddField .passwordValue input {
    width: 200px;
    font-size: 13px;
    color: black;
    flex: 0 0 auto;
    margin: 2px;
}

.formAddField label {
    display: block;
    padding-bottom: 5px;
}

.formAddField .contButton {
    margin-top: 15px;
}

.formAddField button.displayFormAddField {
    margin-left: 20px;
    margin-top: 10px;
}

.formAddField button.validChamp {
    margin: 0px 0 0 0px;
}

.formAddField button.validChange {
    margin: 0px 0 0 0px;
}

.formAddField .category {
    font-size: 15px;
    width: 150px;
}

.formAddField .sections .row {
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.formAddField input[type=text], .formAddField input[type=password] {
    /*padding: 5px;*/
    /*border-radius: 4px;*/
    /*outline: none;*/
    /*border: 1px solid gray;*/
    /* color: black; */
}

.formAddField select {
    text-transform: uppercase;
    /* border-radius: 4px; */
    outline: none;
    /* border: 1px solid gray; */
    /* padding: 7px; */
    /* color: black; */
}

.formAddField .col1 {
    width: 150px;
}

.loadingOn .title {
    display: none;
}

.loadingOn .iconLoading {
    display: block;
}

.loadingOff .title {
    display: block;
}

.loadingOff .iconLoading {
    display: none;
}

.accountTitle.reduit {
    padding-left: 20px;
    color: white;
}

.accountTitle.agrandit {
    padding-left: 40px;
    color: white;
}

.accountTitle span {
    text-transform: uppercase;
}

.navBar {
    opacity: 0;
}

.toast .toast-body {
    background-color: #1c1c1c;
    color: whitesmoke;
    border-radius: 0 0 4px 4px;
    overflow-wrap: anywhere;
}

.toast {
    /*background-color: #0a0a0a;*/
    color: whitesmoke;
    border: 2px solid black;

}


.contAbout {
    padding: 15px;
}


.contAbout .tech img {
    padding: 4px;
    width: 48px;
    /*height: 48px;*/
}

.contAbout .tech .contTech {

    /*height: 48px;*/
}

.contAbout .tech .contImg {
    display: inline-block;
    /*height: 48px;*/
}

.contAbout .tech .text {
    display: inline-block;
    width: 70px;
    /*height: 48px;*/
}

.contAddFormButton .cont {
    background-color: #1c1c1c;
}

.contAddFormButton .btn:hover, .contAddFormButton .btn:active, .contAddFormButton .btn:focus {
    border: 1px solid transparent;
    background-color: #600000;
}

.contAddFormButton i {
    color: white;
    font-size: 32px;
}


.contButton .btn:hover, .contButton .btn:active, .contButton .btn:focus {
    border: 1px solid transparent;
    /*background-color: #600000;*/
}

.contButton i {
    color: white;
    font-size: 32px;
}

@media screen and (max-width: 530px) {
    .bs-tooltip-auto {
        display: none;
    }

    #countDown {
        display: none;
    }

    body {
        background-color: #121212;
        background-image: none;

    }

    /* Styles spécifiques pour les écrans étroits */
    body {

    }

    .fileList {
        padding: 0px;
    }

    .fileList .aFile {
        width: auto;

    }

    .main {
        padding-left: 0px;
    }

    .containerHome {
        margin-top: 200px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
        align-content: center;

        /* border: 1px solid black; */
        width: 100%;
        /* margin-bottom: 100px; */
        padding-bottom: 80px;
    }

    .containerAccounts {
        display: flex;
        display: -webkit-flex;
        /* width: 555px; */
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        width: auto;
        /* height: 100%; */
        background-color: #00000000;
        backdrop-filter: none;
        border-radius: 15px;
        /* height: fit-content; */
        box-shadow: none;
        max-width: 555px;
        border: 0px solid #00000047;
    }

    .anAccount.open {
        width: auto;
        transition: all ease-out 0.6s;
    }

    .accountTools {
        width: 100%;
        /* margin-left: 35px; */
        padding: 10px 0 10px 10px;
        background-color: #2c2c2c;
        border-radius: 11px;
    }

    .anAccount {
        height: 37px;
        overflow: hidden;
        border-radius: 5px;
        background-color: rgba(50, 45, 45, 0.70);
        backdrop-filter: none;
        transition: all linear 0.6s;
        width: auto;
        flex: 0 2 auto;
        margin: 30px 0 20px 0;
        color: white;
        box-shadow: none;
    }

    .fieldList {
        padding: 0px;
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
    }

    .fieldList .aField {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
        width: auto;
        flex: 0 0 auto;
    }

    #accountList {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: normal;
        align-content: normal;
        width: 100%;
        -webkit-transition: all ease 3s;
        -moz-transition: all ease 3s;
        -ms-transition: all ease 3s;
        -o-transition: all ease 3s;
        transition: all ease 3s;
    }
}


/*.form-control::-webkit-file-upload-button {*/
/*    !*background-color: #115fb0;*!*/
/*    color: black;*/
/*}*/

/*.form-control::file-selector-button {*/
/*    !*background-color: #0756a9;             color: black;*!*/
/*    color: black;*/
/*}*/

/*.form-control::-webkit-file-upload-button:hover {*/

/*}*/

/*.form-control::file-selector-button:hover {*/

/*}*/


