body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    background-color: #F5F5F5;
    color: #3E3E3E;
}

section {
    width: 100%;
    padding: 8em 2em 2em 22em;
}

header {
    width: 100%;
    background-color: #003264;
    color: white;
    padding: 2em 1em 1em 22em;
    height: 7em;
    position: fixed;
    z-index: 9;
}

/* header .icone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border: 2px solid white;
    color: #3E3E3E;
    border-radius: 35px; 
} */

header .sidenav-on:hover,
header .sidenav-off:hover,
header a:hover {
    color: #E8027E;
    cursor: pointer;
    transition-property: color;
    transition-duration: 0.5s;
    text-decoration: none;
}


header .sidenav-off,
header .sidenav-on-mobile,
header .sidenav-off-mobile {
    display: none;
}

header a {
    color: white;
    font-weight: 500;
}

header i {
    font-size: 1.4em;
}

header select {
    padding: 0.2em;
    border-radius: 10px;
    line-height: normal;
    max-width: 100%;
}

header select[name="language"] {
    width: 60px;

}


@media screen and (max-width: 834px) {
    header {
        padding: 1em 1em 1em 1em;
        height: auto;

    }

    .profile-name {
        display: none;
    }

    header .sidenav-on,
    header .sidenav-on-mobile {
        display: none;
    }

    header .sidenav-off-mobile {
        display: block;
    }
}

aside {
    position: fixed;
    top: 2em;
    left: 1.2em;
    z-index: 10;
    background-color: white;
    padding: 1em;
    border-radius: 10px;
    width: 18em;
    height: 92vh;
    box-shadow: rgba(149, 157, 165, 0.12) 0px 8px 24px;
    overflow: auto;
}

aside::-webkit-scrollbar {
    width: 0.8em;
}

aside::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
aside::-webkit-scrollbar-thumb {
    background: #003264;
    border-radius: 10px;
}

/* Handle on hover */
aside::-webkit-scrollbar-thumb:hover {
    background: #003264;
}

aside .fa-chevron-up,
aside .sidenav-close {
    display: none;
}

aside nav {
    width: 100%;
    margin-top: 2em;
}

aside nav>ul>li>a,
aside nav>ul>.rolldown {
    display: block;
    padding: 0.5em;
    color: white;
    border-radius: 10px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    background-color: #003264;
    width: 100%;
    font-weight: 500;
}

aside nav>ul>li>a:hover,
aside nav>ul>li>a.active,
aside nav>ul>li.rolldown.active,
aside nav>ul>.rolldown:hover {
    background-color: #E8027E;
    color: white;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 0.5s;
}

aside .listroll {
    display: none;
    padding: 0;
    margin: 0.5em 0;
}

aside nav ul .listroll ul {
    list-style: none;
    padding: 0 1.5em;
}

aside .listroll a {
    color: #003264
}

aside .listroll a:hover,
aside .listroll a.active {
    color: #E8027E
}

@media screen and (max-width: 834px) {
    aside {
        display: none;
    }

    aside .sidenav-close {
        display: block;
        text-align: right;
    }

}

.dashboard {
    /* position: absolute;
    z-index: 900; */
    /* top: 7em; */
}

.dashboard .line1>div:first-child {
    width: 66.25%;
}

.dashboard .line1>div:not(:first-child) {
    width: 32.5%;
}

.dashboard .line2 .bloc {
    padding: 0;
    width: 32.5%;
    margin: 1em 0 0 0;

}

.dashboard .line1 .bloc {
    padding: 0;
    margin: 1em 0 0 0;
}

.dashboard .bloc2 {
    padding: 0;
    width: 49%;
}


.dashboard .bloc .bloc-title {
    text-align: center;
    padding: 0.5em;
    border-bottom: 1px solid #DEDEDE;
    text-transform: uppercase;
    font-weight: 500;
    color: #003264;
}

.dashboard .bloc .bloc-title.opa-title {
    border-bottom: none;
    color: white;
    background-color: #429ebd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.dashboard .bloc .bloc-title i {
    font-size: 1.4em;
}

.dashboard .bloc .weekly-intro {
    font-weight: bold;
    text-align: center;
    color: #003264
}

.dashboard .bloc .weekly-intro span {
    color: #E8027E;
}

.dashboard .bienvenue-top10 table thead {
    background-color: #003264;
    color: white;
}


.dashboard .bloc .bloc-content {
    padding: 1em 2em;
}

.dashboard .opa {
    color: #429ebd;
}

.dashboard .labo {
    color: #59b36d;
}

.dashboard .qual {
    color: #FCC56A;
}

.dashboard .scard {
    color: #5f14ba;
}

.dashboard .visi {
    color: #E66158;
}

.dashboard .eezy {
    color: #14B6D3;
}

.dashboard .opa-bg {
    background-color: #429ebd;
}

.dashboard .scard-bg {
    background-color: #5F14BA;
}


.dashboard .labo-bg {
    background-color: #59b36d;
}

.dashboard .qual-bg {
    background-color: #FCC56A;
}

.dashboard .scard-bg {
    background-color: #5f14ba;
}

.dashboard .visi-bg {
    background-color: #E66158;
}

.dashboard .eezy-bg {
    background-color: #14B6D3;
}


.dashboard .bloc .square-btn {
    /* width: 2.5em;
    height: 2.5em; */
    font-weight: 500;
    padding: 0.5em 1em;
    margin: 0.3em 0;
    border: none;
    color: white;
    border-radius: 10px;
    text-decoration: none;
}


.dashboard .bloc-2 {
    width: 65%;
}


.dashboard .bienvenue {
    height: calc(100% - 1em);
    background-image: url('/img/fond2.jpg');
    background-size: cover;
    background-position: 15% 0;
    /* box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .2); */
}

.dashboard .bienvenue-top10 {
    height: calc(100% - 1em);
    background-image: none;
    background-color: white;
}


.dashboard .canvas {
    margin: 0 auto;
}

@media screen and (max-width: 834px) {
    .dashboard .bloc {
        width: 98%;
    }

    .dashboard .line1>div:first-child {
        width: 100%;
    }

    .dashboard .line1>div:last-child,
    .dashboard .line1>div:not(:first-child) {
        width: 100%;
    }

    .dashboard .line2 .bloc {
        padding: 0;
        width: 100%;
    }

    .dashboard .bloc2 {
        padding: 0;
        width: 100%;
    }

}

.nav-pills {
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* padding: 0.3em 0.3em 0 0.3em; */
    margin: 1em 1% 0 0;
    /* background-color: #ffffff; */
    /* border-radius: 0; */
    border-bottom: 2px solid #E8027E;

}

.nav-pills .nav {
    justify-content: space-between;
    /* border-bottom: 1px solid #3173b0; */
}


.nav-pills .nav-item {
    text-align: center;
}

.nav-pills .nav-link {
    color: grey;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.nav-pills .nav-link .fa-circle-chevron-down {
    font-size: 1.2em;
    ;
}

.nav-pills .nav-link.active {
    background-color: #E8027E;
    font-weight: 500;
    color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 1s;
}

@media screen and (max-width: 834px) {
    .nav-pills .nav {
        flex-direction: column;
    }
}

.audit-quest .auditChoice {
    border-bottom: 1px solid black;
    margin: 2em 0
}

.global table thead,
.global table tfoot {
    background-color: #E8027E;
    color: white;
}

.sc table thead {
    background-color: #003264;
    color: white;
}

.global .synth-sect .table tbody tr {
    background-color: #D5D5D5;
    font-weight: 500;
    color: #E8027E;
}

.global .synth-sect .table tbody tr:hover {
    /* background-color: #E8027E;
    color: white; */
    cursor: pointer;
}

.audit input,
.questions input,
.audit button:not(.btn),
.questions button:not(.btn):not(.filepond--file-action-button),
.audit select,
.question select,
.eezytrace select,
.results input:not(div.round input):not(.photo-upload),
.results select,
.results button:not(.btn):not(.filepond--file-action-button),
.results .bt,
.results textarea {
    padding: 0.5em;
    border-radius: 10px;
    line-height: normal;
    max-width: 100%;
}

.results input[type="date"] {
    border: 1px solid black;
}

.audit input[type="submit"],
.questions input[type="submit"],
.results input[type="submit"],
.audit button[type="submit"]:not(.btn),
.questions button[type="submit"]:not(.btn),
.results button[type="submit"]:not(.btn),
.results .bt {
    background-color: #003264;
    border: 2px solid #003264;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;

}

.results input[type="submit"]:disabled {
    opacity: 0.35;
}

.results a,
.sc a,
.questions a,
.eezytrace a {
    color: #3E3E3E;
    text-decoration: none;
}

.results a:hover,
.questions a:hover,
.eezytrace a:hover {
    color: #E8027E;
}

.results .score-pill {
    background-color: #E8027E;
    padding: 0.2em;
    border-radius: 30px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.results .pause-pill {
    background-color: #f78e36;
    padding: 0.2em;
    border-radius: 30px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.points-pill {
    font-weight: normal;
    font-size: 0.8em;
    background-color: #003264;
    padding: 0.2em 0.4em;
    border-radius: 30px;
    text-align: center;
    color: white;
}

.points-pill-cc {
    font-weight: normal;
    font-size: 0.8em;
    background-color: red;
    padding: 0.2em 0.4em;
    border-radius: 30px;
    text-align: center;
    color: white;
}

.audit-shop {
    position: sticky;
    top: 7em;
    background: white;
    /* Assure la lisibilité */
    z-index: 7;
    /* Place au-dessus des autres éléments */
    padding: 5px;
    /* box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1); */
    /* Optionnel pour démarquer */
}

.audit-shop>div {
    display: flex;
    margin-bottom: 0.2em;
    border: 1px solid #003264;
    border-radius: 10px;
}

.audit-shop>div>div {
    width: 50%;
    padding: 0.5em;
}

.audit-shop>div>div:first-child {
    background-color: #003264;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    font-weight: 500;
}

.audit-rts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #E8027E;
    border-radius: 10px;
}

.audit-rts>div {
    padding-top: 1em;
}

.results .recap {
    width: 100%;
}

.audit-rts .real {
    background-color: #E8027E;
    color: white;
    width: 100%;
    text-align: center;
    padding: 1em;
    margin-top: 1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 500;
}

.results .rep-themes>div {
    border-bottom: 1px solid #d4d4d4;
}

.progress {
    height: 2em;
    border-radius: 30px;
}

.progress .progress-bar {
    border-radius: 30px;
}


.results .rep-details,
.results .rep-actions,
.results .synth-mag:not(.synth-mag-2) {
    display: none;
}

.results .bravo {
    background-color: #91bf91;
}

.results .improve {
    background-color: #f5d290;
}

.results .to-work {
    background-color: #e07783;
}

.results .seemore i {
    font-size: 0.9em;
}

.results h3,
.audit h3,
.questions h3,
.sc h3 {
    background-color: #003264;
    padding: 0.3em;
    font-weight: 500;
    border-radius: 10px;
    color: white;
    font-size: 1.4em;
    text-transform: uppercase;
}

.sc h1 {
    background-color: #E8027E;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    color: white;
    text-align: center;
}

h4,
.theme-rep {
    color: white;
    background-color: #E8027E;
    padding: 0.5em;
    margin: 1em 0 0.5em 0;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: 500;
}

h5,
.sub-theme-rep {
    background-color: #3E3E3E;
    padding: 0.5em;
    font-weight: 500;
    border-radius: 10px;
    color: white;
    font-size: 1em;
    text-align: center;
}

.questions h4,
.questions h5,
.country h4,
.country h5 {
    cursor: pointer;
}


.questions .validation input[type="submit"] {
    width: 100%;
    margin-bottom: 0.5em;
    border-radius: 30px;
}

.questions .validation #brouillon {
    background-color: #F5F5F5;
    color: #3E3E3E;
}

.sc-validation input[type="submit"] {
    border-radius: 30px;
    padding: 0.4em 0.7em;
    background-color: #003264;
    color: white;
    border: 2px solid #003264;
}

.sc-validation #brouillon {
    background-color: #F5F5F5;
    color: #3E3E3E;
}

.question {
    background-color: #F5F5F5;
    margin-bottom: 0.5em;
    padding: 1em;
    border-radius: 10px;
}


.sc-global td:first-child {
    text-transform: uppercase;
}

.sc-global td:not(td:first-child),
.sc-global th:not(th:first-child) {
    text-align: center;
}


.sc-topic {
    font-weight: 500;
    background-color: #ccc;
}

.sc-theme td:first-child {
    padding-left: 1.5em;
}

.sc-theme-sub td:first-child {
    padding-left: 3em;
}

.sc-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5em 0.8em;
    border-radius: 10px;
}

.sc-demarrer {
    background-color: #2D9B61;
}

.sc-detail {
    background-color: #E8027E;

}

.sc-score-na {
    background-color: #D5D5D5;
}

.sc-score-ok {
    background-color: #91bf91;
}

.sc-score-ko {
    background-color: lightsalmon;
}


.sc-continuer {
    background-color: #ED6C01;

}

.sc .question {
    padding: 0.5em;

}

.sc .choices {
    margin-top: 0.5em !important;
    flex-wrap: nowrap !important;
    padding: 0 !important;
}

.sc .choices label {
    padding: 0 1.5em 0 0 !important;

}

.sc .sc-retrait {
    margin-left: 2em;
}

.sc .last-response span {
    color: #E8027E;
    font-weight: bold;
}

.sc .last-comment,
.sc .last-response {
    font-size: 0.8em;
}

.sc .last-comment {
    font-style: italic;
}

.question .name {
    font-weight: 500;
}

.question .choices,
.question .fs-choices,
.question .text-response,
.question .details {
    padding: 0 1em;
    display: flex;
    flex-wrap: wrap;
}

.question .check-choices .choice {
    display: flex;
    padding: 0 1em;
}

.question .choices label,
.question .fs-choices label {
    display: block;
    padding-right: 2em;
    cursor: pointer;
    background-color: white;
}

.question .choices label input,
.question .fs-choices label input {
    margin-right: 0.5em;
}

.question .details {
    justify-content: space-between;
}

.questions .photos,
.questions .comment {
    width: 100%;
    margin-top: 1em;
}

.questions .comment textarea,
.sc .question .comment textarea,
.questions .text-response input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.questions .comment textarea:focus {
    outline: none !important;
    border: 1px solid #003264;
}

div.round {
    width: 125px;
    height: 125px;
    position: relative;
    z-index: 1;

}

div.round input {
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 15px;
    text-align: center;
    outline: none;
    width: 95px;
    border: 0;
    font-weight: 500;
    font-size: 1.4em;
}

div.round canvas {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* .results .rep-themes>div,
.results .rep-details>div,
.results .rep-actions>div,
.global .rts-content>div {
    margin: 0 auto;
} */
.rts-content {
    width: 100%;
}

.results .action-line {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.results .action-line .selects {
    display: flex;
    flex-wrap: wrap;
}

.results .action-line .selects .action-item {
    margin: 0.5em 0.5em 0.5em 0;
}


.results .action-line .selects .action-item select {
    display: block;
}


.results .theme-rep,
.results .sub-theme-rep {
    display: flex;
    justify-content: space-between;
}

.results .quest-rep {
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    margin-bottom: 0.3em;
}

.results .quest-rep>div {
    padding: 0.5em;
}

.results .quest-rep>div:first-child {
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
}

.results textarea {
    resize: none;
}

.results .form-lign {
    border-bottom: 1px solid grey
}

.btn {
    /* border: 1px solid black; */
    border-radius: 10px;
    /* color: #3E3E3E; */
    font-size: 1.3em;
    padding: 0.1em 0.4em;
}

/* .global .btn:hover {
    color: white;
    background-color: #3E3E3E;
} */

.sc-validation {
    position: fixed;
    bottom: 1em;
    padding: 0.5em !important;
    margin-right: calc(1em + 1%) !important;

}



@media screen and (min-width: 1000px) {

    .audit>.bloc>div {
        width: 50%;
    }

    .sc>.bloc>div:not(.sc.sc-details>.bloc>div) {
        width: 75% !important;
    }


    .audit .audit-quest>div {
        flex-direction: row;
        /* width: 50%; */
    }

    .questions {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .area-filtre {
        width: 500px;
        max-width: 50%;
    }

    .questions-audit {
        width: 70%;
    }

    .questions-options {
        width: 20%;
        position: fixed;
        right: 0;
        bottom: 1em;
    }

    .rating-system {
        font-size: 0.8em;
    }

    .rating-system ul {
        padding-left: 1em;
        margin: 0;
    }

    .sc-validation {
        bottom: 1em;
        padding: 1em !important;
        right: 0;

    }


    .questions .validation .brouillon {
        margin-right: 0.5em;
    }

    .question .photos,
    .questions .comment,
    .sc .question .comment {
        width: 49%;
    }

    .rts-content {
        width: 76%;
        /* margin-right: -1%; */
    }

    .results .recap {
        width: 22%;
    }

    /* .results .rep-themes>div,
    .results .rep-details>div,
    .global .rts-content>div {
        width: 70%;
    } */

    .results .rep-actions>.action-line {
        padding: 1em 2em;
    }

    @media screen and (min-width: 1537px) {

        .questions-audit {
            width: 83%;
        }

        .questions-options {
            width: 14%;
        }

    }

}

.admin .hiddenUserForm {
    display: none;
}

.admin .filtres {
    width: 100%;
}

.admin .backLink {
    width: 100%;
    padding: 1em 0;
}

.add-user {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 0.5em;
}

.admin a:not(.btn) {
    color: #003264;
}

.admin h3 {
    background-color: #003264;
    padding: 0.3em;
    font-weight: 500;
    border-radius: 10px;
    color: white;
    font-size: 1.4em;
    text-transform: uppercase;
}

.pad-r {
    padding-right: 0.3em;
}

.pad-l {
    padding-left: 0.3em;
}

.admin input,
.admin button:not(.btn, .search-button),
.admin select,
.admin textarea {
    padding: 0.5em;
    margin-bottom: 0.3em;
    border: 1px solid black;
    border-radius: 10px;
    line-height: normal;
    width: 100%;
}

.admin input[type="date"] {
    border: 1px solid black;
}

.admin input[type="submit"] {
    background-color: #E8027E;
    color: #FFFFFF;
    border: 1px solid #E8027E;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;

}

.admin label {
    margin: 0;
}

.boformw,
.form50,
.form25 {
    width: 100%;
}

.filter-set {
    border: 1px solid #E8027E;
    border-radius: 10px;
    padding: 0.2em 0.4em;
}

@media screen and (min-width: 835px) {

    .admin .filtres {
        width: 22%;
    }

    .boformw {
        width: 75%;
    }

    .form50 {
        width: 50%;
    }

    .form25 {
        width: 25%;
    }

}

#subject_2 {
    display: none;
}

.contact .input {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.pill {
    padding: 0.5em 1em;
    border: 1px solid black;
    border-radius: 35px;
    background-color: transparent;
}

.pill-light {
    border: 1px solid white;
    color: white;
}

.bloc {
    background-color: white;
    padding: 2em;
    margin-right: 1%;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.18) 0px 8px 24px;
}

.loading {
    display: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100vh;
    box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .6);
}

.loading div {
    width: 100%;
    height: 100vh;
}

.inactive {
    pointer-events: none;
    opacity: 0.3;
    filter: grayscale(100%);
}

/* interrupteur */
input[type="checkbox"].interrupteur,
input[type="checkbox"].theme-na {
    display: none;
}

input[type="checkbox"].interrupteur+label,
input[type="checkbox"].theme-na+label {
    box-sizing: border-box;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    padding: 2px;
    background-color: #c0ceda;
    transition: all 0.5s;
    margin: 0;
}

input[type="checkbox"].interrupteur+label::before,
input[type="checkbox"].theme-na+label::before {
    box-sizing: border-box;
    display: block;
    content: "";
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.5s;
}

input[type="checkbox"].interrupteur:checked+label,
input[type="checkbox"].theme-na:checked+label {
    background-color: #3E3E3E;
}

input[type="checkbox"].interrupteur:checked+label::before,
input[type="checkbox"].theme-na:checked+label::before {
    margin-left: 1.5rem;
}

/* radio block */
input[type="radio"].radio-block {
    opacity: 0;
}

.button {
    background-color: #E8027E;
    color: white;
    border-radius: 10px;
    padding: 0.5em 1em;
    cursor: pointer;
}

.choices label,
.fs-choices label {
    margin: 0 0.3em 0.3em 0;
    padding: 0.3em;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.photos .photo-upload {
    height: 0;
    padding: 0;
    line-height: 0;
}

.action-item .jquery-uploader {
    margin-top: -0.5em;
}

.fa-file-excel {
    color: #1F6E43;
    font-size: 1.4em;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.message.hidden {
    display: none;
}

.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}

.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}

.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

.error-message ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.error-message,
.message-photo {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.miniature-link {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: auto 60px;
    background-position: center top;
    margin-right: 0.2em;
}

.text-blue-bold {
    color: #003264;
    font-weight: 500;
}

.btn:disabled {
    opacity: .10;

}

.results .rts-choice {
    background-color: #E8027E;
    padding: 1em 1em;
    color: white;
    font-weight: 500;
    border-radius: 10px;
    width: 30%;
}

.results .rts-choice p {
    /* text-align: center; */
    font-size: 1.2em;
}

.results .rts-choice button[type="submit"] {
    border-radius: 30px;
    padding: 0.3em 0.75em;
    margin-left: 0.5em;
    border: 0;
    /* font-size: 1.3em; */
}

.results .rts-choice a {
    border-radius: 30px;
    /* font-size: 1.3em; */
    padding: 0.5em 1em;
    background-color: #003264;
    color: white;
}

.results .rts-choice a:hover,
.results .rts-choice button[type="submit"]:hover {
    background-color: white;
    color: #E8027E;
}

/* The container */
.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}



/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: #2196F3 1px solid;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked~.checkmark {
    background-color: #2196F3;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:disabled~.checkmark {
    cursor: initial;
    border: 1px solid #ccc;
}

.checkbox:hover input:disabled~.checkmark {
    background-color: #eee;

}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eezytrace h4 {
    background-color: #11B5D1;
}

.eezytrace h3 {
    background-color: #003264;
    color: white;
    border-radius: 10px;
    padding: 0.2em;
}

.chart-container {
    width: 15%;
}

.chart-bar-container {
    width: 25%;
}

.chart-legend {
    font-weight: bold;
    text-align: center;
    padding-top: 0.5em;
    margin: 0 1em;
}

.dashboard .chart-legend {
    font-size: 0.8em;
}

.chart-data {
    font-size: 2em;
    color: #E8027E;
}

.dashboard .chart-data {
    font-size: 1.2em;
    color: #14B6D3;
}

.chart-data-small {
    font-size: 1.15em;
    color: #E8027E;
}

.dashboard .chart-data-small {
    font-size: 0.7em;
}


.chart-data-small.green {
    color: green;
}

.chart-data-small.red {
    color: red;
}

.search-field input[type="text"] {
    padding-right: 30px;
    /* Ajustez la taille en fonction de vos besoins */
}

.search-field {
    position: relative;
}

.search-button {
    position: absolute;
    top: 0.35em;
    right: 0.2em;
    border: none;
    background: none;
    cursor: pointer;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 350px !important;
}


.select2-results__option {
    padding: 3px !important;
}

.select2.select2-container.select2-container--default:not(header .select2.select2-container.select2-container--default),
.audit input[name="auditor_name"] {
    width: 100% !important;

}

.audit .select2,
.audit .select2 .selection,
.audit .select2-container .select2-selection--single,
.audit .select2-container--default .select2-selection--single .select2-selection__rendered,
.audit .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px !important;
    line-height: 35px !important;
}

.audit .select2-container--default .select2-selection--single {
    border: 2px solid black !important;
    border-radius: 10px !important;
}

@media screen and (max-width: 834px) {
    section {
        padding: 4em 1em 1em 1em;
    }

    .bloc {
        padding: 1em;
    }

    .results .rts-choice {
        width: 100%;
        margin-bottom: 1em;
    }

    .filepond--item {
        width: calc(50% - 0.5em);
    }

    .chart-container,
    .chart-bar-container {
        width: 40%;
    }

    .audit-shop {
        top: 3.7em;
    }


}

#preview_img {
    max-width: 100%;
    object-fit: contain;
}

.jquery-uploader-preview-action>ul {
    width: 50% !important;
    height: 50% !important;
}

.filepond--item {
    width: calc(33% - 0.5em);
}

.show-title::after {
    content: attr(title);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px;
    border-radius: 5px;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    /* white-space: nowrap; */
    display: block;
}