@charset "UTF-8";

@font-face {
    font-family: "Archive Regular";
    src: url("../font/archive-regular-webfont-a929347d0a2db032715354f273eb94e4.woff");
}

@font-face {
    font-family: "OpenDyslexic Regular";
    src: url("../font/OpenDyslexic-Regular-62b3844250edc79c8b146b8c148d457e.woff");
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-padding-top: 105px;
}


body {
    background-color: #F3F3F3 !important;
    position: relative;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}


a {
    text-decoration: none !important;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

img {
    border-style: none;
}

svg {
    overflow: hidden;
}


caption {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    color: #6c757d !important;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}


button,
input {
    overflow: visible;
}


textarea {
    overflow: auto;
}


legend {
    display: block;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}


[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.dataTables_length {
    float: left;
    margin-right: 15px;
}

.dataTable tfoot {
    display: none;
}

.dataTables_processing {
    border: 2px solid #17a2b8 !important;
}


.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
}

.table thead th {
    vertical-align: bottom;
}

.table tbody + tbody {

}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #E1F5FE !important
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #bfece3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #88dccc;
}

.table-hover .table-primary:hover {
    background-color: #abe6da;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #abe6da;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #c4c9ce;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
    border-color: #919ba4;
}

.table-hover .table-secondary:hover {
    background-color: #b6bcc2;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #b6bcc2;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
    border-color: #86cfda;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
    border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
    border-color: #ed969e;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
    border-color: #fbfcfc;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #95999c;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40 !important;
    border-color: #454d55 !important;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}


.custom-select-border {
    border: 0.125rem solid #53595F !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}


.custom_input_file {
    border-radius: 5px;
    display: block;
    padding: 2em;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    position: relative;
    height: 100%;
}

.custom_input_file_none {
    border: 2px dotted #dc3545;
    color: #dc3545;
}

.custom_input_file_disabled {
    border: 2px dotted #6c757d;
    color: #6c757d;
    cursor: not-allowed;
}

.custom_input_file_check {
    border: 2px dotted green;
    color: green;
}

.custom_input_file input {
    display: none;
}

.custom_input_file:hover {
    background-color: #E9ECEF;
}

.remove_input {
    width: 100%;
    text-align: center;
    border: 1px solid #dc3545;
    border-radius: 10px;
    color: #dc3545;
}

.remove_input:hover {
    background-color: #E9ECEF;
    cursor: pointer;
}

.view_input {
    width: 100%;
    text-align: center;
    border: 1px solid green;
    border-radius: 10px;
    background-color: white;
}

.view_input:hover {
    background-color: #E9ECEF;
    cursor: pointer;
}

.right-0 {
    right: 0;
}

/*.bg-primary {
  background-color: #1abc9c !important;
}*/
.bg-primary-info {
    background-color: #75B8FF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #148f77 !important;
}

.bg-secondary {
    background-color: #2c3e50 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #1a252f !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #c08a00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 0.125rem solid #dee2e6 !important;
}

.border-top {
    border-top: 0.125rem solid #dee2e6 !important;
}

.border-right {
    border-right: 0.125rem solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 0.125rem solid #dee2e6 !important;
}

.border-left {
    border-left: 0.125rem solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #1abc9c !important;
}

.border-secondary {
    border-color: #2c3e50 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #c08a00 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.25rem !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-right {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
    border-radius: 0.75rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

/*@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-6 {
    padding: 3.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 3.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 3.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 3.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 3.5rem !important;
}

.p-7 {
    padding: 5.0rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5.0rem !important;
}

.pr-7,
.px-7 {
    padding-right: 5.0rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5.0rem !important;
}

.pl-7,
.px-7 {
    padding-left: 5.0rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #0053b3 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #117964 !important;
}

.text-secondary {
    color: #2c3e50 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #11181f !important;
}

.text-success {
    color: #1e7e34 !important;
}

.text-success-bord {
    color: #135323 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #0f6674 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #17a2b8 !important;
}

.text-warning {
    color: #c08a00 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 0.125rem solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 0.125rem solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.page-section {
    padding: 10px 0;
}

.page-section .page-section-heading {
    font-size: 2.25rem;
    line-height: 2rem;
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
}

.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
    color: #2c3e50 !important;
    font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
    color: #fff !important;
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

#mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Archive Regular", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-bottom: 1px solid #dee2e6;
}

#mainNav .navbar-brand {
    color: #212529;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #212529;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #17a2b8 !important;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #17a2b8;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #17a2b8;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
}

.masthead {
    padding-top: calc(10px + 74px);
    padding-bottom: 10px;
}

.masthead .masthead-heading {
    font-size: 2.75rem;
    line-height: 2.75rem;
}

.masthead .masthead-subheading {
    font-size: 1.25rem;
}

.masthead .masthead-avatar {
    width: 15rem;
}

.portfolio .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(26, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
}

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}

.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #1abc9c;
    opacity: 1;
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #1abc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}

.footer {
    font-family: "Archive Regular";
    border-top: 1px solid #dee2e6;
    background-color: #2c3e50;
}

.copyright {
    background-color: #1a252f;
}

.c_img_logo {
    max-height: 90px;
    transition: max-height 0.35s ease-in-out;
}

#mainNav.navbar-shrink .c_img_logo {
    max-height: 50px;
    transition: max-height 0.35s ease-in-out;
}

#img-logo-dark,
.contrast_dark #img-logo,
.btn_button_dark,
.contrast_dark .btn_button_light {
    display: none;
}

.contrast_dark #img-logo-dark,
#img-logo,
.contrast_dark #btn_rechercher_dark,
.btn_button_light,
.contrast_dark .btn_button_dark {
    display: block;
}

.content-header {
    padding: 15px .5rem;
}

.container-fluid {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

.content-header h1 {
    font-size: 1.8rem;
    margin: 0;
    font-weight: normal;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.archive {
    font-family: "Archive Regular";
}

.content-header .breadcrumb {
    background-color: transparent;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    margin-bottom: 1rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

.card-title:not(.notification) {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.card-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

ul {
    margin: 0;
}

.content-header .row {
    margin-right: -15px;
}

.w_5 {
    width: 5%;
}

.w_7 {
    width: 7%;
}

.w_10 {
    width: 10%;
}

.w_15 {
    width: 15%;
}

.w_20 {
    width: 20%;
}

.w_25 {
    width: 25%;
}

.w_30 {
    width: 30%;
}

.red {
    color: #D50000 !important;
}

.bg-gray {
    background-color: #EEE !important;
    border: 1px solid #BDBDBD !important;
}

a.text-warning {
    color: #c08a00 !important
}

.modal-header-danger,
.modal-header-danger button {
    background-color: #dc3545;
    color: #fff;
}

.modal-header-success,
.modal-header-success button {
    background-color: #28a745;
    color: #fff;
}


#accessibilityModal .card-header {
    padding: 0.254rem 1.25rem;
}

#accessibilityModal .card,
#accessibilityModal .card-header {
    border-radius: 0;
}

#accessibilityModal .col-6,
#accessibilityModal .col {
    padding: 0 10px;
}

#accessibilityModal input[type=radio] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}


.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.button-card {
    margin-left: 3%;
    margin-right: 3%;
}

.datatable_search {
    padding: 10px;
    background: #EFEBE9;
    border: 1px solid #eeeeee;
    margin-bottom: 20px
}

#containerListe .dataTables_filter {
    display: none;
}

.nav_user {
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
}


.nav_etablissement {
    padding-left: 1.3rem !important;
    border-left: 1px solid #BDBDBD;
}

/*.error{
    display: none;
}*/

.cursor_pointer {
    cursor: pointer;
}

.profil_icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.profil_reponse {
    display: inline-block;
}

.collapse-link {
    cursor: pointer;
}

.font_xs {
    font-size: 10px;
}

.font_xl {
    font-size: 57px;
    font-weight: 700;
}

#profil_detail .col {
    padding-right: 5px;
    padding-left: 5px;
}

#div_form_edit_profil {
    display: none;
}

#div_form_edit_profil .form-check {
    padding-left: 2.25rem;
}

li.active {
    color: #007bff !important;
}

.btn-educonnect {
    color: #fff;
    background-color: #ff0082;
}

.btn-educonnect:hover {
    color: #fff;
    background-color: #EB0379;
}

#search_advanced, #search_filter {
    padding-top: 5px;
    margin-bottom: 5px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.form-label {
    font-weight: 700;
    color: #73879C;
    font-size: 13px;
}

.div_title {
    background-color: #17a2b8 !important;
    color: #fff;
    padding: 0 10px;
}

.x_panel.sticky-top {
    position: sticky !important;
    top: 130px;
}

.sticky-top-table {
    position: sticky !important;
    top: 170px;
    z-index: 200;
}

.scroll-top {
    position: fixed;
    bottom: 40px;
    right: 5%;
    z-index: 1000;
    background: #ffcc33;
    font-size: 20px;
    padding: 10px !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.scroll-top a {
    color: #222;
}

#d_piece_manquante,
#d_justifie_pas,
#d_justifie {
    display: none;
}

/* PARAMETRE ACCESSIBILITE */
body.police_adapter,
body.police_adapter .font-archive,
body.police_adapter .card-title,
body.police_adapter #mainNav,
body.police_adapter .archive {
    font-family: OpenDyslexic Regular;
}

.contrast_dark,
.contrast_dark #mainNav .navbar-brand,
.contrast_dark #mainNav .navbar-nav li.nav-item a.nav-link,
.contrast_dark .modal-content button,
.contrast_dark th,
.contrast_dark td,
.contrast_dark .fs-title {
    color: #fff;
}

.contrast_dark .breadcrumb-item.active {
    color: #9E9E9E;
}

.contrast_dark .dropdown-menu,
.contrast_dark .card,
.contrast_dark .modal-body {
    background-color: #424242 !important;
}

.contrast_dark .modal-body .card {
    border: 1px solid #fff;
}

.contrast_dark .card-header,
.contrast_dark .modal-header,
.contrast_dark .modal-footer {
    background-color: #314351 !important;
}

.contrast_dark .modal-footer {
    border-top: 1px solid #2e3c47;
}

.contrast_dark .modal-header {
    border-bottom: 1px solid #2e3c47;
}

.contrast_dark {
    background-color: #454d55 !important;
}

.contrast_dark .footer {
    background-color: #314351 !important;
    border-top: 1px solid #2e3c47;
}

.contrast_dark #mainNav {
    background-color: #314351 !important;
    border-bottom: 1px solid #2e3c47;
}

#accessibilityModal {
    z-index: 9999;
}

.constrast_dark body {
    background-color: #454d55;
}

.contrast_dark .card {
    border: 1px solid #222;
}

.contrast_dark .x_panel {
    border: 1px solid #222;
    background-color: #424242;
}

.contrast_dark .btn_button_light {
    display: none;
}

.contrast_dark .btn_button_dark {
    display: block;
}

.contrast_dark .libelle_dark {
    display: inline-block;
}

/*.contrast_dark #grad1,
.contrast_dark .grad1{
    background-color: #616161;
    background-image: linear-gradient(120deg, #616161, #314351);
}*/

.contrast_dark #msform fieldset {
    background-color: #424242;
}

.contrast_dark #msform fieldset .form-card,
.contrast_dark .x_panel .x_content .x_panel {
    background-color: #454d55;
    color: #fff;
}


.contrast_dark #progressbar .active {
    color: skyblue;
}

/*.contrast_dark .modal-dialog{
    border:1px solid #fff;
}*/

.contrast_dark .select2-results__option {
    color: #222;
}

.contrast_dark fieldset .fs-title {
    border-bottom: 1px solid #fff;
}

.contrast_dark .table-hover tbody tr:hover {
    color: #FFF;
    background-color: #757575 !important
}

.contrast_dark .datatable_search {
    padding: 10px;
    background: #424242;
    border: 1px solid #424242;
    margin-bottom: 20px
}

.contrast_dark .breadcrumb-item a {
    color: #fff;
}

.libelle_dark {
    display: none;
}

.legend {
    padding: 5px 15px;
    background: #FFF;
    border: 1px solid #eee;
}

.legend li {
    margin-right: 20px !important;
}

/*.contrast_dark .breadcrumb-item.active {
    color: #fff;
}*/

.contrast_dark .legend {
    background: #424242;
    border: 1px solid #424242;
}

.contrast_dark .form-label {
    color: #fafafa !important;
}

.contrast_dark #search_advanced_bottom .text-primary {
    color: #c08a00 !important;
}

.contrast_dark .breadcrumb-item a:hover {
    /*color: #117964;*/
    font-weight: 600;
}

.contrast_dark .text-secondary {
    color: #bdbdbd !important;
}

.contrast_dark #list-example .list-group-item {
    color: #ffffff;
    border: 1px solid #222;
    background-color: #424242;
}

.contrast_dark #list-example .list-group-item.active {
    color: #ffffff;
    border: 1px solid #222;
    background-color: #757575;
}

.contrast_dark #list-example .list-group-item-custom.active {
    color: #222;
    background-color: #E0E0E0 !important;
    border-color: #E0E0E0 !important;
}

.contrast_dark .bg-gray-blue {
    background-color: #37474F !important;
    border: 1px solid #263238;
    color: #fff;
}

.contrast_dark #div_formulaire_demande .title_detail {
    color: #BDBDBD !important;
    border-bottom: 1px solid #BDBDBD !important;
}

.contrast_dark #div_formulaire_demande .big_title_amenagement {
    color: #E0E0E0 !important;
    border-bottom: 1px solid #E0E0E0 !important;
}

.contrast_dark #div_formulaire_demande .text-primary {
    color: #BDBDBD !important;
}

body.contrast_inverted,
.contrast_inverted .navbar,
.contrast_inverted .modal-content,
.contrast_inverted .card.bg-light,
.contrast_inverted .card-header,
.contrast_inverted .footer,
.contrast_inverted .x_panel,
.contrast_inverted .text-primary,
.contrast_inverted .text-info,
.contrast_inverted .text-success-bord,
.contrast_inverted .bg-success,
.contrast_inverted #msform fieldset,
.contrast_inverted .select2-dropdown,
.contrast_inverted .daterangepicker {
    background-color: #000080 !important;
    color: #FFFF00 !important;
}

.contrast_inverted .card-body {
    background-color: #000080 !important;
    color: #FFFF00 !important;
    border: 1px solid #FFFF00 !important;
}


.contrast_inverted .card-header {
    border: 1px solid #FFFF00 !important;
}

.contrast_inverted .x_panel.bg-success {
    background-color: #28a745 !important;
    color: #FFFF00 !important;
}

.contrast_inverted .x_panel.bg-danger {
    background-color: #dc3545 !important;
}

.contrast_inverted .x_panel .x_title .text-white,
.contrast_inverted .x_panel .x_content.text-white,
.contrast_inverted li.active,
.contrast_inverted .x_panel .bloc_recap .title_detail {
    color: #FFFF00 !important;
}


.contrast_inverted .x_panel #progressbar li:before,
.contrast_inverted .x_panel #progressbar li:after {
    background-color: #FDFDC7;
    color: #000080;
}

.contrast_inverted li {
    color: #FDFDC7;
}

.contrast_inverted .nav_user {
    border-left: 1px solid #FDFDC7;
    border-right: 1px solid #FDFDC7;
}

.contrast_inverted .footer {
    border-top: 1px solid #FFFF00 !important;
}

.contrast_inverted .table-bordered {
    border: 0.125rem solid #FFFF00 !important;
}

.contrast_inverted .table-bordered td {
    border: 0.001rem solid #FFFF00 !important;
}

.contrast_inverted .table thead th {
    border: 0.001rem solid #FFFF00 !important;
}

.contrast_inverted .footer a {
    color: #FFFF00 !important;
    border-top: 1px solid #FFFF00 !important;
}

.contrast_inverted .tableau_de_bord td.text-info a {
    color: #FFFF00 !important;
    border-top: 1px solid #FFFF00 !important;
}

.contrast_inverted .tableau_de_bord td.text-success-bord a {
    color: #FFFF00 !important;
    border-top: 1px solid #FFFF00 !important;
}

.contrast_inverted .subtitle_detail {
    color: #FFFF00 !important;
}

.contrast_inverted .modal-header,
.contrast_inverted #mainNav {
    border-bottom: 1px solid #FFFF00 !important;
}

.contrast_inverted #demande_detail .title_detail,
.contrast_inverted .x_panel .x_title {
    border-bottom: 2px solid #FFFF00 !important;
}

.contrast_inverted .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFFF00 transparent transparent transparent;
}

.contrast_inverted input::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.contrast_inverted .datatable_search,
.contrast_inverted .select2-container--default .select2-selection--single,
.contrast_inverted .legend {
    background: #000080;
    border: 1px solid #FFFF00;
}

.contrast_inverted input[type="radio"] {
    background-color: transparent !important;
}

.contrast_inverted input[type='text'],
.contrast_inverted input[type='date'],
.contrast_inverted input[type='search'],
.contrast_inverted input[type='email'],
.contrast_inverted input[type='password'],
.contrast_inverted select,
.contrast_inverted .select2-container--default .select2-selection--multiple {
    background-color: #000080 !important;
    color: #FFFF00 !important;
}


.contrast_inverted .form-label {
    color: #FFFF00 !important;
}

.contrast_inverted .select2-container--default .select2-selection--multiple {
    border: 1px solid #FFFF00 !important;
}

.contrast_inverted .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000080 !important;
    border: 1px solid #FFFF00 !important;
    color: #FFFF00 !important;
}

.contrast_inverted input[type='search'].select2-search__field {
    border: none !important;
}

.contrast_inverted .x_panel #progressbar li.active:before,
.contrast_inverted .x_panel #progressbar li.active:after {
    background-color: #FFFF00 !important;
}

.contrast_inverted .custom-select {
    background: #FFFF00 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'><path fill='%23FFFF00' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") no-repeat right 0.75rem center/8px 10px;
}

.contrast_inverted input[type='text'],
.contrast_inverted input[type='date'],
.contrast_inverted input[type='search'],
.contrast_inverted input[type='email'],
.contrast_inverted input[type='password'],
.contrast_inverted .dataTable,
.contrast_inverted .x_panel {
    border: 1px solid #FFFF00 !important;
}

.contrast_inverted input[type='text']::placeholder,
.contrast_inverted input[type='date']::placeholder,
.contrast_inverted input[type='email']::placeholder,
.contrast_inverted input[type='password']::placeholder,
.contrast_inverted .dataTable,
.contrast_inverted .table,
.contrast_inverted .dataTable .odd,
.contrast_inverted .breadcrumb .breadcrumb-item,
.contrast_inverted .breadcrumb .breadcrumb-item a,
.contrast_inverted .breadcrumb-item + .breadcrumb-item::before,
.contrast_inverted #demande_detail .title_detail,
.contrast_inverted .x_panel #progressbar,
.contrast_inverted .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFF00 !important;
}

.contrast_inverted .dataTable .odd,
.contrast_inverted .dropdown-menu,
.contrast_inverted .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #01016C;
}

.contrast_inverted .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #FDFDC7;
    color: #000080;
}

.contrast_inverted .libelle_dark {
    display: inline-block;
}

.contrast_inverted .text-secondary {
    color: #EEE !important;
}

.contrast_inverted .dataTable tbody tr:hover,
.contrast_inverted .table tbody tr:hover,
.contrast_inverted .daterangepicker li:hover {
    background: #3F3FFE !important;
    color: #FFFF00 !important;
}

.contrast_inverted input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #000080;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #FFFF00;
}

.contrast_inverted .form-check-input[type=checkbox] {
    background-color: #000080 !important;
    border: 1px solid #ffff00;
}

.contrast_inverted input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #FFFF00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000080;
}

.contrast_inverted #mainNav .navbar-nav li.nav-item a.nav-link,
.contrast_inverted .navbar-brand,
.contrast_inverted .modal button {
    color: #FFFF00 !important;
}

.contrast_inverted #list-example .list-group-item {
    color: #FFFF00 !important;
    border: 1px solid #FFFF00;
    background-color: #000080 !important;
}

.contrast_inverted #list-example .list-group-item.active {
    color: #ffffff;
    border: 1px solid #4A148C;
    background-color: #6A1B9A !important;
}

.contrast_inverted #list-example .list-group-item-custom.active {
    color: #222;
    background-color: #9C27B0 !important;
    border-color: #AB47BC !important;
}

.contrast_inverted .bg-gray-blue, .contrast_inverted .alert-info,
.contrast_inverted #list-modification .list-group-item {
    background-color: #000080 !important;
    color: #FFFF00 !important;
    border: 1px solid #FFFF00;
}

.contrast_inverted .height_historique_modification,
.contrast_inverted .text-success,
.contrast_inverted .badge-purple {
    background-color: #000080 !important;
    color: #FFFF00 !important;
}

.contrast_inverted #list-modification .bg-warning {
    background-color: #000080 !important;
    color: #FFFF00 !important;
}

.contrast_inverted #div_formulaire_demande .title_detail {
    color: #FFFF00 !important;
    border-bottom: 1px solid #FFFF00 !important;
}

.contrast_inverted #div_formulaire_demande .big_title_amenagement {
    color: #FFFF00 !important;
    border-bottom: 1px solid #FFFF00 !important;
}

.contrast_inverted #div_formulaire_demande .text-primary {
    color: #FFFF00 !important;
}

.interlignage_increase {
    line-height: 30px;
}

.justification_delete .text-justify,
.justification_delete .text-center,
.justification_delete center {
    text-align: left !important;
}

.bg-info-compl{
    background-color: #FFFF00 !important;
}

.bg-info-compl:hover{
    background-color: #cccc00 !important;
}

fieldset .fs-title {
    padding: 5px;
    border-bottom: 1px solid #414141;
}

.mesure_textarea,
.mesure_notes {
    display: none;
}

.resume_candidat {
    top: 80px;
    display: none;
}

#list-example {
    top: 90px;
}

.situation_radio,
.plan_checkbox,
.big_radio,
.big_checkbox {
    width: 15px;
    height: 15px;
}

.border-bottom-info {
    border-bottom: 1px solid #17a2b8 !important;
}

#list-example {
    border-radius: 0;
    display: none;
}

#list-example .list-group-item {
    border: 1px solid #E6E9ED;
}

#div_show_form {
    display: none;
}

.bg-gray-blue {
    background-color: #ECEFF1 !important;
    border: 1px solid #CFD8DC !important;
}

.big_title_amenagement {
    padding-bottom: 2px;
    border-bottom: 1px solid #17a2b8 !important;
}

.x_panel .div_bloc_amenagement {
    border-bottom: 2px solid #bdbdbd;
}

.x_panel .div_bloc_amenagement:last-child {
    border-bottom: 0;
}

.c_plier_amenagement,
.c_deplier_amenagement {
    font-size: 10px;
}

#mainNav .navbar-nav li.nav-item a.deconnect {
    border-left: 1px solid #BDBDBD;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

#mainNav .navbar-nav li.nav-item a.deconnect:hover {
    background-color: #D50000 !important;
    color: #fff !important;
}

.subtitle_detail {
    color: #757575;
    font-weight: 700;
    font-style: italic;
}

.row_recap {
    padding: 2px 0;
}

.bloc_recap {
    margin-bottom: 10px;
}

.x_panel .bloc_recap:last-child {
    margin-bottom: 0;
}

#recapitulatif_demande .title_detail {
    background-color: #0053b3 !important;
    padding: 2px 10px;
    color: #fff !important;
    border: 0;
}

.btn-success-readonly {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    opacity: 0.65;
}

.popover {
    z-index: 999;
}

#mainNav .navbar-nav li.nav-item a.nav-link.btn-success {
    border-radius: 3px;
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.btn-success:hover {
    color: #fff !important;
    background-color: #218838;
    border-color: #1e7e34;
}

#mainNav .navbar-nav li.nav-item a.nav-link.btn .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#mainNav .navbar-nav li.nav-item a.nav-link.btn .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

#choose_enfant a {
    color: #212529;
}

#choose_enfant a .x_panel:hover {
    background-color: #E0E0E0 !important;
    border: 1px solid #BDBDBD;
}

#choose_enfant a .x_panel:hover .text-info {
    color: #01579B !important;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control[type=file] {
    overflow: hidden;
}

.amber {
    background-color: #E3F2FD;
    border: 1px solid #90CAF9;
    border-radius: 3px;
    padding: 5px 15px;
}

.document_recapitulatif a {
    color: #757575;
    font-style: italic;
    font-weight: 600;
}

.document_recapitulatif a:hover {
    color: #B71C1C;
    text-decoration: none;
}

#document_recapitulatif_replace, #document_logo_signature_replace, #document_logo_white_replace,
#document_logo_replace {
    padding-top: 5px;
    border-top: 2px solid #E6E9ED;
}

.yellow {
    background-color: #FFFDE7 !important;
    border: 1px solid #FFE082 !important;
}

.yellow-logo {
    background-color: #FFFEF5 !important;
    border: 1px solid #FFE082 !important;
}

.img_logo {
    border: 1px solid #bdbdbd;
    padding: 3px;
    background-color: #fff;
}

.tableau_de_bord small {
    font-size: 15px;
}

.tableau_de_bord h1 {
    font-size: 50px;
}

.nav-tabs li:first-child {
    margin-left: 25px;
}

.nav-tabs li a.nav-link.active {
    background-color: #F3F3F3 !important;
    border-bottom: 2px solid #F3F3F3 !important;
    color: #0053b3 !important;
    font-weight: 600;
}

.contrast_dark .nav-tabs li a.nav-link.active {
    background-color: #454d55 !important;
    border-bottom: 2px solid #454d55 !important;
    color: #34b0dc !important;
    font-weight: 600;
}

.contrast_inverted .nav-tabs li a.nav-link.active {
    background-color: #000080 !important;
    border-bottom: 2px solid #000080 !important;
    color: #FFFF00 !important;
    font-weight: 600;
}

.nav-tabs li a.nav-link {
    background-color: #E0E0E0 !important;
    border-bottom: 2px solid #dee2e6 !important;
    color: #616161 !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #bdbdbd #bdbdbd #dee2e6 !important;
    color: #34b0dc !important;

}


.contrast_dark .nav-tabs li a.nav-link {
    background-color: #2f3336 !important;
    border-bottom: 2px solid #dee2e6 !important;
    color: #e0e0e0 !important;
}

.contrast_dark .bg-teal {
    background-color: #00796B !important;
    border: 2px solid #004D40 !important;
}

.contrast_dark .text-teal {
    color: #4DB6AC !important;
}

.contrast_dark .withVerticalText {
    border: 1px solid #424242;
    background-color: #616161;
    max-width: 50px;
}

.contrast_dark .bg-traiter {
    background-color: #616161 !important;
}

.contrast_dark .bg-brown-light {
    background-color: #616161 !important;
}

.contrast_dark .bg-lime-light {
    background-color: #616161 !important;
}

.contrast_dark .bg-to-disabled {
    background-color: #616161 !important;
}

.contrast_dark .table_amenagement_sollicite .bg-info {
    background-color: #E0E0E0 !important;
}

.contrast_dark .table_amenagement_sollicite .text-white {
    color: #222 !important;
}

.contrast_dark .table_amenagement_sollicite .text-primary {
    color: #bdbdbd !important;
}

.contrast_dark .table_amenagement_sollicite .c_td_selected {
    background-color: #9E9E9E !important;
}

.contrast_dark .table_amenagement_sollicite .c_td_deselect {
    background-color: #FFEBEE !important;
}

.contrast_dark .table_amenagement_sollicite .text-muted {
    color: #fff !important;
}

.contrast_inverted .nav-tabs li a.nav-link {
    background-color: #050560 !important;
    border-bottom: 2px solid #dee2e6 !important;
    color: #f3f383 !important;
}

.contrast_inverted .bg-teal {
    background-color: #8E24AA !important;
    border: 2px solid #6A1B9A !important;
}

.contrast_inverted .text-teal {
    color: #FFFF00 !important;
}

.contrast_inverted .withVerticalText {
    color: #FFFF00;
    border: 1px solid #FFFF00;
    background-color: #000080 !important;
    max-width: 50px;
}

.contrast_inverted .bg-traiter {
    background-color: #000080 !important;
}

.contrast_inverted .bg-lime-light {
    background-color: #4b4bff !important;
}

.contrast_inverted .bg-brown-light {
    background-color: #007bff !important;
}

.contrast_inverted .bg-to-disabled {
    background-color: #4b4bff !important;
}

.contrast_inverted .table_amenagement_sollicite .bg-info {
    background-color: #000080 !important;
}

.contrast_inverted .table_amenagement_sollicite .text-white {
    color: #FFFF00 !important;
}

.contrast_inverted .table_amenagement_sollicite .text-primary,
.contrast_inverted .table_amenagement_sollicite {
    color: #FFFF00 !important;
}

.contrast_inverted .table_amenagement_sollicite .c_td_selected {
    background-color: #283593 !important;
}

.contrast_inverted .table_amenagement_sollicite .c_td_deselect {
    background-color: #FFEBEE !important;
}

.contrast_inverted .table_amenagement_sollicite .text-muted {
    color: #FFFF00 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-aide {
    width: 400px;
}

.bg-amber {
    background-color: #FFF8E1;
    border: 2px solid #FFE082;
}

#vueModificationExamen,
#vueAmenagementTempsScolaire,
#vueAmenagementIdentite {
    display: none;
}

.td_modif_left {
    width: 25px;
}

.tableau_de_bord td.text-info a {
    color: #17a2b8 !important;
}

.tableau_de_bord td.text-success a {
    color: #28a745 !important;
}

.tableau_de_bord td.text-dark a {
    color: #343a40 !important;
}

.tableau_de_bord a:hover {
    text-decoration: none;
}

.badge-purple {
    color: #fff;
    background-color: #AB47BC;
}

.badge-orange {
    color: #000000 !important;
    background-color: #fcb988;
}

.badge-violet {
    color: #fff;
    background-color: #5032A8;
}
.badge-brun {
    color: #fff;
    background-color: #662900;
}

.badge-vert {
    color: #000000 !important;
    background-color: #8FBC8F;
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #0053b3;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #148f77;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #57718b;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #1a252f;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529 !important;
    background-color: #c08a00;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529 !important;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}


a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.bg-teal {
    background-color: #B2DFDB !important;
    border: 2px solid #4DB6AC !important;
}

#candidat_identity {
    z-index: 99;
}

.table_amenagement_sollicite {
    margin-bottom: 0;
}

.table_amenagement_sollicite > thead > tr:first-of-type > th > span.verticaltext {
    writing-mode: vertical-lr;
    padding: 0 10px;
}

.table_amenagement_sollicite > tbody > tr td .verticaltext {
    writing-mode: vertical-lr;
}

thead > tr th .verticaltext {
    writing-mode: vertical-lr;
    padding: 0 10px;
}

.table_amenagement_sollicite > tbody > tr td {
    padding: 0 12px;
}

.table > thead > tr:first-of-type > th {
    vertical-align: bottom !important;
    padding: 10px .2px;
    border: 1px solid #dee2e6;
    background-color: #eee;
    box-sizing: content-box;
    position: relative;
}

.table_amenagement_sollicite ~ .table_amenagement_sollicite > thead > tr:first-of-type > th {
    height: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    writing-mode: vertical-lr;
}

.bg-traiter {
    background-color: #eee !important;
}

.bg-to-disabled {
    background-color: #eee;
}

.bg-orange-50 {
    background-color: #FFF3E0;
}

.w_20px {
    width: 20px;
    box-sizing: content-box;
}

.bg-transparent {
    border: none !important;
    background-color: transparent !important;
}

.td_to_focus {
    border-left: 3px solid #B2DFDB !important;
    border-right: 3px solid #B2DFDB !important;
}

.td_to_focus_purple {
    border-left: 3px solid #CE93D8 !important;
    border-right: 3px solid #CE93D8 !important;
}

.td_to_focus_success {
    border-left: 3px solid #28a745 !important;
    border-right: 3px solid #28a745 !important;
}

.bg-purple {
    background-color: #CE93D8;
}

.td_to_focus_all {
    border-left: 3px solid #B2DFDB !important;
    border-right: 3px solid #B2DFDB !important;
    border-bottom: 3px solid #B2DFDB !important;
}

.td_to_focus_all_purple {
    border-left: 3px solid #CE93D8 !important;
    border-right: 3px solid #CE93D8 !important;
    border-bottom: 3px solid #CE93D8 !important;
}

.td_to_focus_all_success {
    border-left: 3px solid #28a745 !important;
    border-right: 3px solid #28a745 !important;
    border-bottom: 3px solid #28a745 !important;
}

.td_to_focus_title {
    border-left: 3px solid #B2DFDB !important;
    border-right: 3px solid #B2DFDB !important;
    border-top: 3px solid #B2DFDB !important;
}

.td_to_focus_title_purple {
    border-left: 3px solid #CE93D8 !important;
    border-right: 3px solid #CE93D8 !important;
    border-top: 3px solid #CE93D8 !important;
}

.td_to_focus_title_success {
    border-left: 3px solid #28a745 !important;
    border-right: 3px solid #28a745 !important;
    border-top: 3px solid #28a745 !important;
}

.td_to_focus_top {
    border-top: 3px solid #B2DFDB !important;
}

.td_to_focus_top_purple {
    border-top: 3px solid #CE93D8 !important;
}

.td_to_focus_top_success {
    border-top: 3px solid #28a745 !important;
}

.to_be_invicible {
    height: 1px;
    display: none
}

.to_be_invicible td {
    padding: 0;
    margin: 0;
}

.text-teal {
    color: #12544C;
}

.c_td_selected {
    background-color: #FFF8E1 !important;
}

.c_td_deselect {
    background-color: #FFEBEE !important;
}

.c_td_select_new {
    background-color: #DCEDC8 !important;
}

.contrast_dark .table_amenagement_sollicite .c_td_select_new {
    background-color: #DCEDC8 !important;
}

.bg-teal-light {
    background-color: #E0F2F1 !important;
}

#choose_etablissement_form {
    display: none;
}

.text-purple {
    color: #8E24AA;
}

.text-orange {
    color: #fa6f0a;
}

.bg-purple-light {
    background-color: #F3E5F5 !important;
}

.bg-success-light {
    background-color: #F1F8E9 !important;
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff !important;
}

.bg-lime-light {
    background-color: #F9FBE7;
}

.bg-brown-light {
    background-color: #EFEBE9;
}

.border-bottom-muted {
    border-bottom: 1px solid #dee2e6 !important;
    border-left: 3px solid #dee2e6 !important;
}

.border-bottom-muted-th {
    border-left: 3px solid #454d55 !important;
}

.text-complete {
    color: #20cbbb !important;
}

.text-simplifiee {
    color: #d331ef !important;
}

.text_exam_29 {
    color: #A5D6A7 !important;
}

.text_exam_28 {
    color: #80CBC4 !important;
}

.text_exam_27 {
    color: #80DEEA !important;
}

.text_exam_26 {
    color: #81D4FA !important;
}

.text_exam_25 {
    color: #90CAF9 !important;
}

.text_exam_24 {
    color: #9FA8DA !important;
}

.text_exam_23 {
    color: #B39DDB !important;
}

.text_exam_22 {
    color: #CE93D8 !important;
}

.text_exam_21 {
    color: #F48FB1 !important;
}

.text_exam_20 {
    color: #EF9A9A !important;
}

.text_exam_19 {
    color: #607D8B !important;
}

.text_exam_18 {
    color: #9E9E9E !important;
}

.text_exam_17 {
    color: #795548 !important;
}

.text_exam_16 {
    color: #673AB7 !important;
}


.text_exam_15 {
    color: #FF5722 !important;
}

.text_exam_14 {
    color: #FFA000 !important;
}

.text_exam_13 {
    color: #FBC02D !important;
}

.text_exam_12 {
    color: #AFB42B !important;
}

.text_exam_11 {
    color: #8BC34A !important;
}

.text_exam_10 {
    color: #4CAF50 !important;
}

.text_exam_9 {
    color: #009688 !important;
}

.text_exam_8 {
    color: #00BCD4 !important;
}

.text_exam_7 {
    color: #03A9F4 !important;
}

.text_exam_6 {
    color: #2196F3 !important;
}

.text_exam_5 {
    color: #3F51B5 !important;
}

.text_exam_1 {
    color: #F44336 !important;
}

.text_exam_2 {
    color: #E91E63 !important;
}

.text_exam_3 {
    color: #9C27B0 !important;
}

.text_exam_4 {
    color: #673AB7 !important;
}

/*.mce-panel {
    border : 0 solid #53595F !important;
}*/

.mce-tinymce {
    box-shadow: 0 1px 2px #53595F !important;
}

.mce-panel,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    border-color: #53595F !important;
}


@media (max-width: 400px) {
    .x_title h2,
    .x_content a {
        white-space: initial !important;
    }

    #mainNav .navbar-nav li.nav-item a.deconnect {
        border-left: none !important;
        padding-left: 0 !important;
    }

    #choose,
    #recapitulatif,
    #detail_demande {
        padding-right: 0;
        padding-left: 0;
    }

    #chooseou {
        margin-top: 10px !important;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }

    #chooseou .mt-5 {
        margin-top: 0 !important;
    }

    .nav_user {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    #list-example {
        display: none !important;
    }

    #d_bloc_amenagement_sollicite .pl-3,
    #d_bloc_amenagement_sollicite .pl-5,
    .bloc_recap .pl-3,
    .bloc_recap .pl-5,
    #sm_amenagement_sollicite .pl-3,
    #sm_amenagement_sollicite .pl-5 {
        padding-left: 0 !important;
    }

    .bloc_recap .text-right {
        text-align: left !important;
    }

    #recapitulatif_demande.px-3,
    #recapitulatif_buttons.px-3,
    #detail_buttons.px-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row_recap .pl-0 {
        padding-left: 1.5rem !important;
    }

    #recapitulatif_buttons #btn_valider,
    #detail_buttons a,
    #detail_buttons button,
    .c_buttons #formValid,
    .c_buttons #formValid-dark {
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }

    .x-title h2 {
        white-space: initial;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 576px) {

    .footer {
        text-align: center;
    }

    .footer .container {
        font-size: 13px;
        text-align: center;
    }

    .x-title h2 {
        white-space: initial;
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s;
    }
}

.form-group {
    margin-bottom: 1rem;
}
.breadcrumb-item.active {
    color: #0053b3 !important;
}
a:hover {
    color: #32A386;
    text-decoration: none !important;
}

.breadcrumb-item a:hover {
    color: #117964;
    font-weight: 600;
}