::-webkit-scrollbar {
    width: 5px;
}

* {
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1em;
}

.bouncing-dots {
    display: flex;
    justify-content: space-between;
    width: 60px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    animation: bounce 1.5s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.3s;
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-5px);
    }
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
}

#navTop {
    background-color: white;
}

#navLeft {
    background-color: white;
}

#helpBox {
    margin-top: 1em;
    margin-bottom: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
}

#nbrTreasury {
    align-self: center;
    max-width: 90%;
    display: block;
    justify-content: space-between;
    margin: auto;
}

#divAddRemoveAuec {
    width: 25%;
}

#divDescriptionAuec {
    width: 47.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#divPrice {
    margin-top: auto;
    width: 25%;
    margin-right: 3%;
}

#divProfileId {
    width: 30%;
}

#h6First {
    margin-right: 5%;
}

#divTva {
    margin-top: auto;
    width: 25%;
    margin-right: 3%;
}

#divProfileEmail {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#h6Second {
    margin-right: 5%;
}

#divNbr {
    margin-top: auto;
    width: 25%;
    margin-right: 3%;
}

#h6Third {
    margin-right: 5%;
}

#aAcceptOrder {
    margin-top: auto;
    width: 16%;
}

#aProfileAccept {
    width: 20%;
}

#aAccept {
    width: 10.75%;
    margin-right: 1%;
}

#aAcceptQuote {
    width: 22.5%;
}

#aDecline {
    width: 10.75%;
}

.divWSQ {
    overflow: scroll;
}

#selectImage {
    width: 25%;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
    margin-top: 0px;
}

#select2Image {
    width: 25%;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
    margin-top: 0px;
}

#validateEvent {
    width: 45%;
}

#selectLore {
    width: 22.5%;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
}

#divDescriptionArticle {
    width: 72.5%;
    margin-left: 2.5%;
}

#aLoreArticle {
    width: 48.75%;
    margin-top: 1em;
    margin-right: 2.5%;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
}

#aAcceptArticle {
    width: 48.75%;
    margin-top: 1em;
}

#divImageSelected {
    width: 25%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

#selectArticle {
    width: 25%;
    margin-top: 0px;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
}

#selectCategory {
    width: 22.5%;
    margin-top: 0px;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
}

#selectEvent {
    width: 25%;
    margin-top: 0px;
    background-color: white;
    color: rgb(103 116 142 / var(--tw-text-opacity));
    border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
}

#divLeftImage {
    width: 17.5%;
    margin-right: 2.5%;
    display: flex;
    justify-content: space-around;
}

#validateDefinition {
    margin-left: 2.5%;
    width: 72.5%;
}

#aPlan {
    width: 100%;
    margin-right: 0px;
}

#aDel {
    width: 100%;
    margin-left: 0px;
}

@media (max-width: 576px) {
    #divAddRemoveAuec {
        width: 100%;
    }

    #divProfileId {
        width: 100%;
    }

    #divProfileEmail {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #divDescriptionAuec {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #aAccept {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0px;
    }

    #aProfileAccept {
        width: 100%;
    }

    #aAcceptQuote {
        width: 100%;
    }

    #aDecline {
        width: 100%;
    }

    #selectLore {
        width: 100%;
    }

    #divDescriptionArticle {
        width: 100%;
        margin-top: 1em;
        margin-left: 0px;
    }

    #aLoreArticle {
        width: 100%;
        margin-top: 1em;
        margin-right: 0px;
    }

    #aAcceptArticle {
        width: 100%;
        margin-top: 1em;
    }

    #selectImage {
        width: 100%;
        background-color: white;
        color: rgb(103 116 142 / var(--tw-text-opacity));
        border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
        margin-top: 0px;
    }

    #select2Image {
        width: 100%;
        background-color: white;
        color: rgb(103 116 142 / var(--tw-text-opacity));
        border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
        margin-top: 0px;
    }

    #validateEvent {
        width: 100%;
    }

    #divImageSelected {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #selectArticle {
        width: 100%;
        margin-top: 1em;
        background-color: white;
        color: rgb(103 116 142 / var(--tw-text-opacity));
        border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
    }

    #selectCategory {
        width: 100%;
        margin-top: 0px;
        background-color: white;
        color: rgb(103 116 142 / var(--tw-text-opacity));
        border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
    }

    #selectEvent {
        width: 100%;
        margin-top: 1em;
        background-color: white;
        color: rgb(103 116 142 / var(--tw-text-opacity));
        border: 1pt solid rgb(103 116 142 / var(--tw-text-opacity));
    }

    #divLeftImage {
        width: 100%;
        margin-right: 0px;
        display: flex;
        justify-content: space-around;
    }

    #validateDefinition {
        margin-left: 0px;
        margin-top: 1em;
        width: 100%;
    }

    #dateEvent {
        border: 1pt solid rgb(73 80 87 / var(--tw-text-opacity));
        border-radius: 0.5rem;
        width: 100%;
        margin-bottom: 1em;
        padding: 0.5em;
    }

    #aRenewDB {
        width: 100%;
        margin-top: 1em;
    }

    #aRenewDBWiki {
        width: 100%;
        margin-top: 1em;
    }
}

@media (min-width: 577px) {
    #aRenewDB {
        width: 49%;
        margin-top: 1em;
        margin-right: 1%;
    }

    #aRenewDBWiki {
        width: 49%;
        margin-top: 1em;
        margin-left: 1%;
    }
}

@media (min-width: 577px) and (max-width: 632px) {
    #checkUpdateProfile {
        display: none;
    }

    #nbrTreasury {
        display: flex;
    }

    #divImageSelected {
        width: 45%;
    }

    #selectArticle {
        margin-top: 1em;
        width: 100%;
    }

    #validateEvent {
        margin-top: 1em;
        width: 100%;
    }

    #divLeftImage {
        width: 25%;
        margin-right: 0px;
        display: flex;
        justify-content: space-around;
    }

    #dateEvent {
        border: 1pt solid rgb(73 80 87 / var(--tw-text-opacity));
        border-radius: 0.5rem;
        width: 25%;
        padding: 0.5em;
    }
}

@media (min-width: 633px) {
    #nbrTreasury {
        display: flex;
    }

    #validateEvent {
        width: 20%;
    }

    #dateEvent {
        border: 1pt solid rgb(73 80 87 / var(--tw-text-opacity));
        border-radius: 0.5rem;
        width: 22.5%;
        margin-right: 2.5%;
        padding: 0.5em;
    }

    #aPlan {
        width: 48.75%;
        float: left;
        margin-right: 1.25%;
    }

    #aDel {
        width: 48.75%;
        float: right;
        margin-left: 1.25%;
    }
}

@media (max-width: 850px) {
    .infosManifest {
        display: block;
    }

    #divIdManifest {
        width: 100%;
    }

    #divEmailManifest {
        width: 100%;
    }

    #divDateManifest {
        width: 100%;
    }

    #divOrgManifest {
        width: 100%;
    }

    #divLinkManifest {
        width: 100%;
    }

    #divRolePlayManifest {
        width: 100%;
    }

    #divPriceManifest {
        width: 100%;
    }

    #h6IdManifest {
        text-align: center;
    }

    #h6EmailManifest {
        text-align: center;
    }

    #h6DateManifest {
        text-align: center;
    }

    #h6OrgManifest {
        text-align: center;
    }

    #h6LinkManifest {
        text-align: center;
    }

    #h6RolePlayManifest {
        text-align: center;
    }

    #h6LocationManifest {
        text-align: center;
    }

    #h6PriceManifest {
        text-align: center;
    }
}

@media (min-width: 851px) {
    .infosManifest {
        display: flex;
    }

    #divIdManifest {
        width: 33.3%;
        padding-left: 2em;
    }

    #divEmailManifest {
        width: 33.3%;
    }

    #divDateManifest {
        width: 33.3%;
        padding-right: 2em;
    }

    #divOrgManifest {
        width: 50%;
        padding-left: 2em;
    }

    #divLinkManifest {
        width: 50%;
        padding-right: 2em;
    }

    #divRolePlayManifest {
        width: 33.3%;
        padding-left: 2em;
    }

    #divLocationManifest {
        width: 33.3%;
    }

    #divPriceManifest {
        width: 33.3%;
        padding-right: 2em;
    }

    #h6IdManifest {
        text-align: left;
    }

    #h6EmailManifest {
        text-align: center;
    }

    #h6DateManifest {
        text-align: right;
    }

    #h6OrgManifest {
        text-align: left;
    }

    #h6LinkManifest {
        text-align: right;
    }

    #h6RolePlayManifest {
        text-align: left;
    }

    #h6LocationManifest {
        text-align: center;
    }

    #h6PriceManifest {
        text-align: right;
    }
}

@media (max-width: 991px) {
    #divPrice {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0%;
    }

    #divTva {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0%;
    }

    #divNbr {
        width: 100%;
        margin-bottom: 1em;
        margin-right: 0%;
    }

    #aAcceptOrder {
        width: 100%;
    }

    .divWSQ {
        overflow: visible;
        margin-bottom: 1em;
    }
}

@media (max-width: 1440px) {
    #mainIndex {
        margin-right: 1em;
    }
}

@media (min-width: 1441px) and (max-width: 1800px) {
    #bodyPage {
        margin-left: 5%;
        margin-right: 5%;
    }

    #bodySignIn {
        margin-left: 5%;
        margin-right: 5%;
    }

    #bodySignUp {
        margin-left: 5%;
        margin-right: 5%;
    }

    #bodyHelp {
        margin-left: 5%;
        margin-right: 5%;
    }

    #navLeft {
        margin-left: 5%;
    }

    #navSignIn {
        width: 90%;
    }

    #navSignUp {
        width: 90%;
    }

    #btnSettings {
        margin-right: 5%;
    }

    #mainMaintenance {
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media (min-width: 1801px) {
    #bodyPage {
        margin-left: 15%;
        margin-right: 15%;
    }

    #bodySignIn {
        margin-left: 15%;
        margin-right: 15%;
    }

    #bodySignUp {
        margin-left: 15%;
        margin-right: 15%;
    }

    #bodyHelp {
        margin-left: 15%;
        margin-right: 15%;
    }

    #navLeft {
        margin-left: 15%;
    }

    #navSignIn {
        width: 70%;
    }

    #navSignUp {
        width: 70%;
    }

    #btnSettings {
        margin-right: 15%;
    }

    #mainMaintenance {
        margin-left: 15%;
        margin-right: 15%;
    }
}