/*--------------------------------------------------------------------------------------
  FONT
--------------------------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

/*--------------------------------------------------------------------------------------
  MAIN
--------------------------------------------------------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-top: 2px;
    background-color: #FFFFFF;
    font-family: Roboto, sans-serif;
}

* {
    font-family: Roboto, sans-serif;
}

a {
    outline: 0;
    color: inherit;
    cursor: pointer;
    text-decoration: none !important;
    background-color: transparent;
}

p {
    margin: 4px 0 4px 0;
}
a{
    color: blue;
}
a.no-cursor {
    cursor: default;
}

/*--------------------------------------------------------------------------
 PULL LEFT-RIGHT
--------------------------------------------------------------------------*/
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/*--------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------*/
#goto_top {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    z-index: 9998;
    display: none;
    opacity: 0.8;
    background-color: #f6c41a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

#goto_top:hover {
    background-color: #e08700;
}

/*--------------------------------------------------------------------------
 AJAX
--------------------------------------------------------------------------*/
#ajax_loader {
    display: none;
    background-color: transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

/*--------------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------------*/
footer {
   background-color: #F5F5F5;
}

footer a {
    outline: 0;
    color: #3b6ea6;
    text-decoration: none;
}

footer p {
    color: #505050;
    margin: 0 2px;
    padding: 0;
}

footer h5 {
    color: #f6c41a;
    font-weight: bold;
    padding: 0;
}

footer img {
    max-width: 180px;
}

footer a:hover {
    color: #294d75;
    text-decoration: none;
}

footer a:focus {
    text-decoration: none;
    box-shadow: none;
}

/*--------------------------------------------------------------------------------------
  NAVBAR
--------------------------------------------------------------------------------------*/
#navbar_main {
    font-size: 16px;
    min-height: 68px;
    background-color: #F5F5F5;
    font-family: Roboto, sans-serif;
    box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 8px -6px rgba(0, 0, 0, 0.24);
}

#navbar_main .navbar-brand {
    margin: 0;
    padding: 2px 0 2px 0;
}

#navbar_main .navbar-brand img {
    height: auto;
    max-width: 160px;
    max-height: 68px;;
}

#navbar_main ul.navbar-nav li.nav-item {
    list-style: none;
}

#navbar_main ul.navbar-nav li.nav-item .nav-link {
    padding-right: 8px;
    padding-left: 8px;
}

#navbar_main ul.navbar-nav li.nav-item .nav-link {
    font-weight: normal;
}

#navbar_main ul.navbar-nav li.nav-item.language {
    padding: 2px 2px 2px 2px;
}

#navbar_main ul.navbar-nav li.nav-item.language a {
    margin: 6px 2px 0 2px;
}

#navbar_main ul.navbar-nav li.nav-item.language a img {
    width: 28px;
}

#navbar_main ul.navbar-nav li.nav-item::before {
    content: none;
}

#navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #F5F5F5;
    width: 100%;
}

#navbar_main ul.navbar-nav li.nav-item .dropdown-account p {
    font-size: 14px;
    margin: 4px 0;
}

#navbar_main ul.navbar-nav li.nav-item .dropdown-account h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 4px 0;
}

#navbar_main ul.navbar-nav li.nav-item .dropdown-account img {
    width: 96px;
    height: 96px;
    display: block;
    margin: 8px auto;
}

#navbar_main ul.navbar-nav li.nav-item .display-account p {
    font-size: 14px;
    margin: 4px 0;
}

#navbar_main ul.navbar-nav li.nav-item .display-account h3 {
    font-weight: bold;
    font-size: 16px;
    margin: 4px 0;
}

@media (min-width: 992px) {
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
        max-width: 340px;
        min-width: 240px;
    }

    #navbar_main .navbar-collapse {
        max-height: 9999px;
        overflow-y: visible;
        text-align: left;
    }

    #navbar_main .nav-mobile {
        display: none;
    }

    #navbar_main .nav-screen {
        display: block;
    }
}

@media (max-device-width: 991.98px) {
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover,
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:focus,
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu a:hover,
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu a:focus,
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu a:active {
        box-shadow: unset;
        background-color: #f6c41a;
        color: #FFFFFF;
    }

    #navbar_main ul.navbar-nav li.nav-item .nav-link:hover {
        background-color: #f6c41a;
        color: #FFFFFF;
    }

    #navbar_main ul.navbar-nav li.nav-item.language {
        margin-bottom: 16px;
    }

    #navbar_main .nav-screen {
        display: none;
    }

    #navbar_main .nav-mobile {
        display: block;
    }

    #navbar_main .navbar-collapse {
        max-height: 480px;
        overflow-y: auto;
    }
}

#navbar_main .navbar-open,
#navbar_main .navbar-close {
    width: 32px;
    margin: 4px 0;
}

#navbar_main .navbar-close {
    display: none;
}

#navbar_main .navbar-toggler,
#navbar_main .navbar-toggler:focus,
#navbar_main .navbar-toggler:active,
#navbar_main .navbar-toggler-icon:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

/*--------------------------------------------------------------------------------------
  DROPDOWN
--------------------------------------------------------------------------------------*/
.dropdown-menu {
    border: 0;
    opacity: 0;
    display: none;
    transform: scale(0);
    padding: 0.3125rem 0;
    transform-origin: 0 0;
    will-change: transform, opacity;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

@media (max-device-width: 992px) {
    #navbar_main ul.navbar-nav li.nav-item .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: unset;
        width: 100%;
    }
}

.open > .dropdown-menu,
.dropdown-menu.show {
    opacity: 1;
    display: block;
    transform: scale(1);
}

.dropdown-menu.hiding {
    opacity: 0;
    display: block;
    transform: scale(0);
}

.dropdown-menu .disabled > a {
    color: #777;
}

.dropdown-menu .disabled > a:focus,
.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    color: #777;
}

.dropdown-menu .dropdown-item,
.dropdown-menu li > a {
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word;
    padding: 0.425rem 1.25rem;
    width: 100%;
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown-item,
    .dropdown-menu li > a {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    background-color: #f6c41a;
    color: #FFFFFF;
}

.dropdown-header {
    font-size: 0.75rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    text-transform: none;
    color: #777;
    line-height: 1.428571;
    font-weight: inherit;
}

/*--------------------------------------------------------------------------------------
  CONTAINER BLOCK
--------------------------------------------------------------------------------------*/
.container-block {
    padding-top: 48px;
    padding-bottom: 48px;
    min-height: calc(100vh - 400px);
}

@media (max-device-width: 992px) {
    .container-block {
        padding-top: 38px;
        padding-bottom: 38px;
    }
}

@media (max-device-width: 767px) {
    .container-block {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

/*--------------------------------------------------------------------------
 PROCESS WINDOW
--------------------------------------------------------------------------*/
.window-process {
    display: none;
}

.window-process.active {
    display: block;
}

/*--------------------------------------------------------------------------------------
  CAPTCHA
--------------------------------------------------------------------------------------*/
.captcha {
    margin: 8px auto;
}

.captcha img {
    width: 100%;
    max-width: 220px;
    margin-top: 10px;
}

.captcha-image {
    background-color: #000000;
    border: 1px solid #ccc;
}

.captcha .form-group {
    margin-top: 10px;
}

/*--------------------------------------------------------------------------
 ARTICLE
--------------------------------------------------------------------------*/
div.display-article {
}

div.display-article p {
    font-size: 14px;
    margin: 0 0 4px 0;
    padding: 0;
}

div.display-article h2 {
    line-height: 1.0;
}

/*--------------------------------------------------------------------------
 DIVIDER
--------------------------------------------------------------------------*/
.divider {
    width: 100%;
    height: 1px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #c5c5c5;
}

.divider-small {
    width: 100%;
    height: 1px;
    margin: 2px 0;
    overflow: hidden;
    background-color: #c5c5c5;
}

.divider-sm {
    display: none;
}

.divider-md {
    display: none;
}

.divider-lg {
    display: none;
}

@media (max-device-width: 575px) {
    .divider-sm {
        display: block;
    }
}

@media (max-device-width: 767px) {
    .divider-md {
        display: block;
    }
}

@media (max-device-width: 991px) {
    .divider-lg {
        display: block;
    }
}

.divider-yellow {
    width: 100%;
    height: 2px;
    margin: 12px 0;
    overflow: hidden;
    background-color: #f6c41a;
}

/*--------------------------------------------------------------------------
 DISPLAY AVATAR
--------------------------------------------------------------------------*/
.display-avatar {
    margin: 0 auto;
    max-width: 300px;
    max-height: 300px;
}

.display-avatar img {
    width: 100%;
    height: 100%;
}

.display-avatar.small {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 80px;
    max-height: 80px;
}

.display-avatar.small img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

/*--------------------------------------------------------------------------
 DISPLAY LOGO
--------------------------------------------------------------------------*/
.display-logo {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 320px;
    max-height: 320px;
}

.display-logo img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 320px;
}

/*--------------------------------------------------------------------------
 MODAL DIALOG
--------------------------------------------------------------------------*/
.modal-dialog {
    border-radius: 15px;
    padding: 4px 4px 4px 4px;
    border: 0;
}

.modal-dialog {
    background-color: #F9FBFF;
}

.modal-outer .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.modal-dialog .modal-content {
    background-color: #F9FBFF;
    padding: 0;
    border: 0;
}

.modal-dialog .modal-content .modal-body.modal-scroll {
    overflow-y: scroll;
    max-height: 440px;
}

.modal-dialog .modal-header {
    padding: 8px 8px 4px 12px;
}

.modal-dialog .modal-header i.fa-solid {
    margin-right: 12px;
}

.modal-dialog .modal-footer {
    padding: 12px 4px 10px 4px;
}

/*--------------------------------------------------------------------------
 CARD PANEL
--------------------------------------------------------------------------*/
.card {
    border: 0;
    margin-bottom: 16px;
    border-radius: 0;
    margin-top: 0;
    color: #333333;
    background-color: #fafafa;
    font-size: 1.2rem;
    width: 100%;
}
.card-login{

    position: relative;
    top: 100px
}

.card-col-mb {
    margin-bottom: 20px;
}

.card.no-shadow {
    box-shadow: unset;
    border: 1px solid #c0c0c0;
    margin-bottom: 16px;
}

.card.no-border {
    border: 0;
}

.card.no-background {
    background: transparent;
}

.card.bordered {
    border: 1px solid #cfcfcf;
    box-shadow: unset;
}

.card.card-height {
    height: 100%;
}

.card.card-process {
    padding-bottom: 10px;
}

.card .card-title {
    margin-top: 0.625rem;
    font-size: 1.5rem;
}

.card .card-category {
    color: #0a0a0a;
    font-size: 1.2rem;
}

.card .card-body {
    padding: 0.9375rem 20px 0.9375rem 20px;
    position: relative;
}

.card.no-header .card-body {
    padding: 0.2375rem 20px 0.2375rem 20px;
}

.card.no-padding .card-body {
    padding: 0;
}

.card.small-padding .card-body {
    padding: 0.9375rem 10px 0.2375rem 10px;
}

.card.card-process .card-body {
    padding: 0.9375rem 20px 0.2375rem 20px;
    position: relative;
}

.card .card-header.no-padding,
.card .card-header.small-padding {
    padding: 8px 10px 6px 10px;
}

.card .card-body p {
    margin: 0 0 2px 0;
}

.card .card-body h2 {
    font-size: 1.8rem;
    color: #294d75 !important;
    margin: 0 0 10px 0;
    padding: 0;
}

.card .card-body h3 {
    font-size: 1.6rem;
    color: #294d75 !important;
    margin: 0 0 4px 0;
    padding: 0;
}

.card .card-body h4 {
    font-size: 1.3rem;
    color: #294d75;
    margin: 0 0 4px 0;
    padding: 0;
}

.card .card-body h5 {
    font-size: 1.15rem;
    margin: 0 0 4px 0;
    padding: 0;
}

@media (max-device-width: 768px) {
    .card .card-body h3 {
        font-size: 1.5rem;
    }

    .card .card-body h5 {
        font-size: 1.2rem;
    }
}

@media (max-device-width: 480px) {
    .display-article{
        font-size: 1.2rem;
    }
    .custom-icon-size {
         font-size: 5em;
     }
    .display-article p {
        font-size: 1.3rem;
    }
    .texte{
        font-size: 1.3rem;
    }
    td{
        font-size: 1.3rem;
    }
    a{
        font-size: 1.3rem;
    }
    h1 {
        font-size: 4em;
    }
    h2.text-center {
        padding-top: 20px;
        font-size: 2.5em
    }
    h4 {

        font-size: 2em;
    }
    .display-page-breadcrumb{
        font-size: 3rem;
    }
    .menu-link{

        /*font-size: 3rem;*/
    }
    .navbar .nav-link {
        font-size: 2rem;
    }
    .navbar .menu-link {
        font-size: 1.5rem;
    }
    .dropdown-item{
        font-size: 2rem;
    }
    .navbar-toggler-icon {
        color: #9a3412;
        width: 3em;
    }
    .navbar .navbar-toggler .nav-item li {
        font-size: 2em;
    }
    .container .container-block {
        font-size: 2em;
    }
    .card .card-body h3 {
        font-size: 3em;
    }

    .card .card-body h5 {
        font-size: 2rem;
    }
    .display-select-vertical{
        font-size: 2rem;
    }
}

.card .card-header {
    border-radius: 10px;
    padding: 14px 20px 12px 20px;
    background: #f6c41a;
    font-size: 1.3rem;
}

.card .card-header.small-header {
    padding: 8px 10px 6px 10px;
    font-weight: normal;
}

.card .card-title {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1.3rem;

}

.card .card-header .card-category {
    margin: 0;
    color: #fcfcfc;
    margin-top: 4px;
}

.card .card-header .card-title {
    color: #000000 !important;
    margin-bottom: 3px;
}

.card .card-header.no-wrap .card-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card .card-header.small-header .card-title {
    font-size: 1.2rem !important;
    font-weight: normal;
}

.card .card-header i.fa,
.card .card-header i.fa-solid {
    margin-top: 6px;
    font-size: 20px;
    color: #ffffff;
}

.card .card-footer {
    margin: 0 0.9375rem;
    border-top: 1px solid #c5c5c5;
    background-color: transparent;
}
.card .accordion-button::after {
    fill: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/*--------------------------------------------------------------------------
 FORM
--------------------------------------------------------------------------*/
form {
    border: 0;
}

.form-control {
    background-color: #fafafa;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: 34px;
}

p.form-control {
    height: auto;
    padding: 6px 8px 2px 8px;
    min-height: 34px;
}

p.form-comment {
    margin: 0 0 6px 0 !important;
    padding: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #303C49;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(48, 60, 73, 0.4);
}

.form-group {
    margin-bottom: 8px;
    padding: 0;
}

label.control-label {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

.form-group label.control-label {
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

.form-group .control-label {
    font-weight: bold;
}

.input-group-text {
    background-color: transparent !important;
    font-size: 14px;
    height: 34px;
}

.input-group-icon {
    background-color: transparent !important;
    font-size: 18px;
}

.input-group-append .btn {
    padding: 8px 30px;
    height: 35px;
}

.input-group-append i.fa-solid {
    font-weight: bold;
    font-size: 18px;
}

.input-group-append i.fa-solid.active {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}

/*--------------------------------------------------------------------------------------
 FORM ERROR
--------------------------------------------------------------------------------------*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #A70D0D;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #A70D0D;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

/*--------------------------------------------------------------------------
 MESSAGE ALERT
--------------------------------------------------------------------------*/
.alert {
    font-size: 14px;
    text-align: center;
}

.alert.alert-hidden {
    display: none;
}

.alert.alert-warning {
    background-color: #ff9e0f;
    color: #ffffff;
}

.alert.alert-warning p {
    padding: 0;
    margin: 0;
}

.alert.alert-warning a,
.alert.alert-warning .alert-link {
    color: #ffffff;
}

.alert.alert-success {
    background-color: #55b559;
    color: #ffffff;
}

.alert.alert-success p {
    padding: 0;
    margin: 0;
}

.alert.alert-success a,
.alert.alert-success .alert-link {
    color: #ffffff;
}

.alert.alert-danger {
    background-color: #A70D0D;
    color: #ffffff;
}

.alert.alert-danger p {
    padding: 0;
    margin: 0;
}

.alert.alert-danger a,
.alert.alert-danger .alert-link {
    color: #ffffff;
}

.alert.alert-info {
    background-color: #008798;
    color: #ffffff;
}

.alert.alert-info p {
    padding: 0;
    margin: 0;
}

.alert.alert-info a,
.alert.alert-info .alert-link {
    color: #ffffff;
}

/*--------------------------------------------------------------------------
 TABLE
--------------------------------------------------------------------------*/
    .table {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent;
    }

    .table thead tr th {
        padding: 12px 14px;
        white-space: nowrap;
        vertical-align: middle;
        border-bottom: 2px solid rgba(0, 0, 0, 0.06);
        border-top: 0;
    }

    .table.table-list thead tr th {
        font-size: 1.3875em;
        font-weight: normal;
        color: #ffffff !important;
        padding: 24px 20px;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #f6c41a;
        border-bottom: 2px solid rgba(0, 0, 0, 0.06);
        border-top: 0;
    }

    .table.table-list tr {
        height: 60px;
    }

    .table td {
        padding: 12px 12px;
        vertical-align: middle;
        border-top: 1px solid rgba(0, 0, 0, 0.20);
    }

    .table.table-top td {
        vertical-align: top;
        padding: 10px 12px 6px 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.20);
    }

    .table.table-list tbody tr {
        background-color: #fafafa;
    }

    .table.no-header tr:first-child td {
        border-top: 0;
    }

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

    .table-hover tbody tr:hover {
        color: #212529;
        background-color: rgba(0, 0, 0, 0.075);
    }

    .table-bordered {
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
        border-top: 0;
    }

    .table-bordered tbody tr th {
        font-size: 14px;
    }

    .table-bordered tbody tr td {
        font-size: 13px;
    }

    .table-bordered tbody tr:last-child td {
        border-bottom: 0;
    }

    .table-bordered tbody tr:last-child {
        border-bottom: 0;
    }

    .table-bordered thead th:last-child,
    .table-bordered tbody td:last-child {
        border-right: 0;
    }

    .table-bordered thead th:first-child,
    .table-bordered tbody td:first-child {
        border-left: 0;
    }

    .table thead tr th a.ordered {
        color: #303C49 !important;
    }

    .table tbody tr td a {
        color: #294d75;
        cursor: pointer;
    }

    .table thead tr th a {
        color: #294d75;
    }

    .table thead tr th i.fa.fa-arrow-v,
    .table thead tr th i.fa.fa-arrow-up,
    .table thead tr th i.fa.fa-arrow-down {
        font-size: 12px;
    }

    .table.table-top td {
        vertical-align: top;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .table thead tr th.language,
    .table tbody tr td.language {
        text-align: center;
        min-width: 76px;
    }

    .table thead tr th.icon,
    .table tbody tr td.icon {
        width: 48px;
        min-width: 48px;
        text-align: center;
    }

    .table tbody tr td.icon.middle {
        vertical-align: middle;
    }

    .table thead tr th.circle,
    .table tbody tr td.circle {
        width: 60px;
        min-width: 60px;
        text-align: center;
    }

    .table.table-list.table-top tbody tr td.icon {
        padding-top: 12px;
    }

    .table.table-list.table-top tbody tr td.icon.middle {
        padding-top: 4px;
    }

    .table thead tr th.icon .fa-solid,
    .table tbody tr td.icon .fa-solid {
        font-size: 16px;
    }

    .table.table-list thead tr th.icon .fa-solid,
    .table.table-list tbody tr td.icon .fa-solid {
        font-size: 20px;
    }

    .table tbody tr td.image {
        width: 76px;
        min-width: 76px;
        max-width: 76px;
        text-align: center;
        padding: 8px 12px 8px 12px;
    }

    .table tbody tr td.image img {
        width: 100%;
    }

    .table tbody td.price {
        text-align: right;
    }

    .table thead tr th.picture,
    .table tbody tr td.picture {
        width: 60px;
        min-width: 60px;
        text-align: center;
    }

    .table thead tr th.picture .fa-solid,
    .table tbody tr td.picture .fa-solid {
        font-size: 16px;
    }

    .table thead tr th.picture .badge,
    .table tbody tr td.picture .badge {
        font-size: 14px;
    }

    .table thead th.check-box,
    .table tbody td.check-box {
        width: 48px;
        text-align: center;
    }

    .table tbody td.check-box {
        padding-top: 0;
    }

    .table.table-top td.check-box {
        padding-top: 7px;
    }

    .table tbody td .form-group {
        margin: 0;
        padding: 0;
    }

    .table tbody td .form-group p {
        margin: 0 0 0 0;
        padding: 0;
    }

    .table tbody tr td .divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #c5c5c5;
    }

    .table tbody tr td form {
        padding: 0;
        margin: 0;
    }

    .table.no-header tr:first-child td {
        border-top: 0;
    }

    .table.table-inline th,
    .table.table-inline td {
        padding: 8px 18px 8px 18px;
    }

    .table.table-inline th {
        white-space: nowrap;
    }

    @media (max-device-width: 991px) {
        .table thead tr th.table-hidden-lg,
        .table tbody tr td.table-hidden-lg {
            display: none;
        }
    }

    @media (max-device-width: 767px) {
        .table thead tr th.table-hidden-md,
        .table tbody tr td.table-hidden-md {
            display: none;
        }
    }

    @media (max-device-width: 575px) {
        .table thead tr th.table-hidden-sm,
        .table tbody tr td.table-hidden-sm {
            display: none;
        }
    }

/*--------------------------------------------------------------------------
 TABLE RESPONSIVE
--------------------------------------------------------------------------*/
.table-responsive {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive form {
    padding: 0;
    margin: 0;
    border: 0;
}

/*--------------------------------------------------------------------------
 DISABLED REMOVED
--------------------------------------------------------------------------*/
.info {
    color: #17a2b8 !important;
}

.empty {
    color: #acacac !important;
}

.success {
    color: #55b559 !important;
}

.warning {
    color: #aa4444 !important;
}

.removed {
    color: #aa4444 !important;
}

.enabled {
    color: #3b6ea6 !important;
}

.disabled {
    color: #aa4444 !important;
}

.default {
    color: #294d75 !important;
}

.background-removed {
    background-color: #44aa44;
}

.background-enabled {
    background-color: #44aa44;
}

.background-disabled {
    background-color: #aa4444;
}

.background-default {
    background-color: #3b6ea6;
}

/*--------------------------------------------------------------------------
 FONT WEIGHT
--------------------------------------------------------------------------*/
.fw-lighter {
    font-weight: lighter !important
}

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

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

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

/*--------------------------------------------------------------------------
 REQUIRED
--------------------------------------------------------------------------*/
.required {
    color: red;
    width: auto;
    float: none;
    display: inline;
    margin: 0 6px 0 6px;
}

p.text-required {
    margin: 6px 0 12px 0 !important;
}
/*--------------------------------------------------------------------------
 ACCORDION
--------------------------------------------------------------------------*/
.accordion-button{

    background-color: #f6c41a;

}
.accordion-button .active{
    background-color: #f6c41a;
}
.accordion-header{
    background: #f6c41a;
}

/*--------------------------------------------------------------------------
 BUTTON
--------------------------------------------------------------------------*/

.btn {
    position: relative;
    padding: 8px 20px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow, transform;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 0;
}

.btn.btn-primary,
a.btn.btn-primary {
    color: #E2E3E4 !important;
    border-color: #f90;
    background-color: #f90;
    border-radius: 30px;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
    color: #f7f7f7;
    background-color: #e08700
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:not(:disabled):not(.disabled).active {
    color: #E2E3E4 !important;
    background-color: #1c232a;
    border-color: black;
}

.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus {
    color: #E2E3E4 !important;
    background-color: #1c232a;
    border-color: #1c232a;
}

.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
    background-color: #e08700;
    border-color: #e08700;
    cursor: initial;
}

.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
    background-color: #e08700;
    border-color: #e08700;
    cursor: initial;
}

.btn.btn-secondary,
a.btn.btn-secondary {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 30px;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #adadad;
}

.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:not(:disabled):not(.disabled).active {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #adadad;
    box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #8c8c8c;
}

.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
    background-color: #fafafa;
    border-color: #ccc;
    cursor: initial;
}

.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
    background-color: #fafafa;
    border-color: #ccc;
    cursor: initial;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}

.btn.btn-info,
a.btn.btn-info {
    border-radius: 30px;
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:hover {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
}

.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info:not(:disabled):not(.disabled):active,
.btn.btn-info:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
    box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus,
.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus {
    color: #fff !important;
    background-color: #008798;
    border-color: #008798;
}

.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus,
.btn.btn-info:disabled:focus,
.btn.btn-info:disabled.focus {
    background-color: #00bcd4;
    border-color: #00bcd4;
    cursor: initial;
}

.btn.btn-info.disabled:hover,
.btn.btn-info:disabled:hover {
    background-color: #00bcd4;
    border-color: #00bcd4;
    cursor: initial;
}

.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

.btn.btn-success,
a.btn.btn-success {
    border-radius: 30px;
    color: #fff !important;
    background-color: #418B44;
    border-color: #418B44;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:hover {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #39843c;
}

.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success:not(:disabled):not(.disabled):active,
.btn.btn-success:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #39843c;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.btn.btn-success:active:hover,
.btn.btn-success:active:focus,
.btn.btn-success:active.focus,
.btn.btn-success.active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active.focus {
    color: #fff !important;
    background-color: #47a44b;
    border-color: #255627;
}

.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus,
.btn.btn-success:disabled:focus,
.btn.btn-success:disabled.focus {
    background-color: #4caf50;
    border-color: #4caf50;
    cursor: initial;
}

.btn.btn-success.disabled:hover,
.btn.btn-success:disabled:hover {
    background-color: #4caf50;
    border-color: #4caf50;
    cursor: initial;
}

.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.btn.btn-warning,
a.btn.btn-warning {
    border-radius: 30px;
    color: #fff !important;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:hover {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #c27400;
}

.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning:not(:disabled):not(.disabled):active,
.btn.btn-warning:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #c27400;
    box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning:active.focus,
.btn.btn-warning.active:hover,
.btn.btn-warning.active:focus,
.btn.btn-warning.active.focus {
    color: #fff !important;
    background-color: #f08f00;
    border-color: #804c00;
}

.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus,
.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled.focus {
    background-color: #ff9800;
    border-color: #ff9800;
    cursor: initial;
}

.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled:hover {
    background-color: #ff9800;
    border-color: #ff9800;
    cursor: initial;
}

.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.btn.btn-danger,
a.btn.btn-danger {
    border-radius: 30px;
    color: #fff !important;
    background-color: #720808;
    border-color: #720808;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:hover {
    color: #fff !important;
    background-color: #A50C0C;
    border-color: #A50C0C;
}

.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger:not(:disabled):not(.disabled):active,
.btn.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff !important;
    background-color: #A70D0D;
    border-color: #A70D0D;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger:active.focus,
.btn.btn-danger.active:hover,
.btn.btn-danger.active:focus,
.btn.btn-danger.active.focus {
    color: #fff !important;
    background-color: #740909;
    border-color: #a21309;
}

.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus,
.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled.focus {
    background-color: #740909;
    border-color: #f44336;
    cursor: initial;
}

.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled:hover {
    background-color: #740909;
    border-color: #f44336;
    cursor: initial;
}

.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger:hover {
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.btn.btn-picture {
    border: 0;
    padding: 8px 8px 4px 8px;
    border-radius: 10px;
    background-color: transparent;
    text-align: center;
}

.btn.btn-picture:focus,
.btn.btn-picture:active,
.btn.btn-picture:hover {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.btn.btn-picture:hover,
.btn.btn-picture:active,
.btn.btn-picture.active {
    color: #fff !important;
    background-color: #303C49;
}

.btn.btn-picture.no-hover:hover,
.btn.btn-picture.no-hover:active,
.btn.btn-picture.no-hover.active {
    box-shadow: unset;
    color: #fff !important;
    background-color: transparent;
}

.btn.btn-picture.disabled-picture:hover {
    background-color: #aa4444;
    color: #fff !important;
    cursor: initial;
}

.btn.btn-picture.btn-filled {
    color: #fff !important;
    padding: 8px 12px 8px 12px;
    background-color: #303C49;
    border-color: #303C49;
}

.btn.btn-input-group {
    font-size: 14px;
    padding-top: 6px;
    height: 34px;
}

.btn.btn-circle {
    border-radius: 50% !important;
    padding: 8px 12px;
    height: 36px;
    width: 36px;
}

.btn-rounded {
    border-radius: 20px !important;
}

span.btn {
    margin: 0 0 0 0 !important;
}

.btn.amp-primary {
    background-color: #f6c41a;
    border-radius: 30px;
    color: #000;
}

.btn.amp-primary:hover {
    color: #ffffff;
}

.btn.amp-primary {
    text-decoration: none;
    transition: all .3s;
}

/*--------------------------------------------------------------------------
 TOOLBAR
--------------------------------------------------------------------------*/
.btn.btn-toolbox {
    padding: 6px 14px 6px 14px;
    color: #fff !important;
    background-color: #303C49;
    font-size: 14px;
}

.btn.btn-toolbox:focus,
.btn.btn-toolbox:active,
.btn.btn-toolbox.disabled,
.btn.btn-toolbox:hover {
    color: #444444 !important;
    background-color: #f6c41a !important;
}

.btn-group .btn.btn-toolbox:first-child {
    border-radius: 20px 0 0 20px;
}

.btn-group .btn.btn-toolbox:last-child {
    border-radius: 0 20px 20px 0;
}

/*--------------------------------------------------------------------------
 DISPLAY DOWNLOAD
--------------------------------------------------------------------------*/
.display-download {
    display: flex;
    align-items: flex-start;
}

.display-download .display-download-left {
    width: 66px;
    padding: 0 4px;
    text-align: center;
}

.display-download .display-download-left form {
    padding: 0;
    margin: 0;
}

.display-download .display-download-left .btn-picture {
    margin: 0;
}

.display-download .display-download-left.no-padding .btn-picture {
    padding: 0;
}

.display-download .display-download-left .btn-picture i.fa-solid {
    font-size: 28px;
}

.display-download .display-download-left img {
    width: 46px;
    height: auto;
}

.display-download .display-download-body {
    text-align: left;
    padding-left: 12px;
    min-height: 40px;
    width: 100%;
}

.display-download .display-download-body p {
    padding: 0 0 0 0;
    margin: 0;
}

.display-download .display-download-body h3 {
    font-size: 1.05rem !important;
    color: #294d75 !important;
    padding: 0;
    margin: 0;
}

/*--------------------------------------------------------------------------
 DISPLAY SELECT
--------------------------------------------------------------------------*/
.display-select {
    margin-bottom: 40px;
}

.display-select a {
    font-size: 1.2rem;
    color: #303C49;
    font-weight: 500;
    display: block;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    padding: 20px 20px;
    margin-bottom: 8px;
}

.display-select a:hover {
    border: 1px solid #b5b5b5;
}

.display-select a span {
    margin-top: 2px;
    display: block;
    font-size: 0.9rem;
    color: #848484;
    font-weight: 400;
}

.display-select a span.comment {
    text-transform: none;
    text-align: justify;
    text-justify: inter-word;
    font-style: italic !important;
}

.display-select a.active {
    background-color: #f6c41a;
    color: #000000 !important;
    position: relative;
}

.display-select a.active span {
    color: #fff;
}

.display-select a.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #f6c41a transparent transparent;
}

@media (max-device-width: 767px) {
    .display-select {
        margin-bottom: 12px;
    }

    .display-select a.active:after {
        content: none;
    }
}

.display-select-vertical {
    /* height: 100%;*/
}

.display-select-vertical a {
    font-size: 1.2rem;
    color: #111519 !important;
    font-weight: 500;
    display: block;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    padding: 16px 16px;
    margin-bottom: 8px;
    height: 100%;
}

.display-select-vertical a:hover {
    border: 1px solid #b5b5b5;
}

.display-select-vertical a span {
    margin-top: 2px;
    display: block;
    font-size: 1.5rem;
    color: #848484;
    font-weight: 400;
}

.display-select-vertical a span.comment {
    text-transform: none;
    text-align: justify;
    text-justify: inter-word;
    font-style: italic !important;
}

.display-select-vertical a.active {
    background-color: #f6c41a;
    color: #000000 !important;
    position: relative;
}

.display-select-vertical a.active:hover {
    color: #fcfcfc;
}

.display-select-vertical a.active span {
    color: #fcfcfc;
}

.display-select-vertical a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f6c41a;
}

@media (max-device-width: 991px) {
    .display-select-vertical a.active:after {
        content: none;
    }
}


/*--------------------------------------------------------------------------
 DISPLAY HEADER
--------------------------------------------------------------------------*/
.display-header {
    background-color: #f6c41a;
    padding: 8px 12px 8px 12px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.display-header.first-header,
.display-header:first-child {
    margin-top: 0;
}

.display-header p {
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
}

.display-header i.fa-solid {
    font-size: 28px;
}

.display-header .divider {
    margin-top: 6px;
    padding: 0;
}

/*--------------------------------------------------------------------------
 DISPLAY COMMENT
--------------------------------------------------------------------------*/
.display-comment {
    margin: 4px 0 2px 0 !important;
    font-size: 12px !important;
    text-align: left;
    color: #000000;
}

.display-comment.display-comment-justify {
    text-align: justify !important;
    font-size: 12px !important;
}

.display-comment.display-comment-quote::before {

    font-family: "Font Awesome 6 Free", serif;
    font-size: 10px;
    position: relative;
    content: "\22";
    font-weight: normal;
    margin-right: 8px;
    color: #1C1C1C;
}

.display-comment.display-comment-quote::after {
    font-family: "Font Awesome 6 Free", serif;
    font-size: 10px;
    position: relative;
    content: "\22";
    font-weight: normal;
    margin-left: 8px;
    color: #1C1C1C;
}

/*--------------------------------------------------------------------------
 PAGINATION
--------------------------------------------------------------------------*/
.display-pagination-container {
    display: block;
    margin-top: 2px;
}

.display-pagination {
    line-height: 36px;
    font-size: 18px;
}

.display-pagination > span {
    display: inline-block;
}

.display-pagination a:hover {
    background-color: #e08700;-
    color: #fff;
}

.display-pagination .pagination-pprev,
.display-pagination .pagination-pnext {
}

.display-pagination .pagination-pnext a,
.display-pagination .pagination-pprev a {
    width: 36px;
    display: block;
    text-align: center;
    border-radius: 18px;
}

.pagination-navigation {
    padding: 0 8px;
}

.pagination-navigation a,
.pagination-navigation span {
    display: inline-block;
    padding: 0 5px;
    min-width: 36px;

    text-align: center;
    margin: 0 2px 0 2px;
    border-radius: 18px;
    background-color: #f6c41a;
}

.pagination-navigation span {
    background-color: #e08700;
    color: #fff;
}

.pagination-navigation span.nav_ext {
    background-color: transparent;
    color: #888;
}

/*--------------------------------------------------------------------------
 PAGINATION COUNTER
--------------------------------------------------------------------------*/
.display-counter-container {
    display: block;
    text-align: center;
}

.display-counter-container .pagination-navigation {
    margin: 0;
    padding: 0;
}

.pagination-counter {
    line-height: 36px;
    font-size: 18px;
    margin: 2px 0;
}

.pagination-counter span {
    display: inline-block;
    padding: 0 8px;
    min-width: 36px;
    margin: 0 7px 0 7px;
    text-align: center;
    border-radius: 18px;
    background-color: #303C49;
    color: #fff;
}

.pagination-counter span:first-child {
    margin-left: 0px;
}

/*--------------------------------------------------------------------------
 DISPLAY BREADCRUMB
--------------------------------------------------------------------------*/
.display-page-header {
    position: relative;
    top : 100px;
}

.display-page-header .background {
    background-image: url('../img/Bandeau-ampere.jpg');
}

.display-page-header .background {
    opacity: 0.25;
}

.display-page-header {
    background: #121219;
    position: relative;
    padding: 100px 0px;
}

.display-page-header .background {
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0.40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.display-page-header h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 2.731rem;
    font-weight: 600;
}

.display-page-header p {
    margin: 15px 0px 0px;
    color: #FFFFFF;
}

.display-page-header .container {
    position: relative;
    z-index: 1;
}

.display-page-header .display-page-breadcrumb {
    margin-top: 15px;
}

.display-page-header .display-page-breadcrumb nav > ol {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.display-page-header .display-page-breadcrumb nav > ol > li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.display-page-header .display-page-breadcrumb nav > ol > li:after {
    content: '>';
    margin-left: 10px;
}

.display-page-header .display-page-breadcrumb nav > ol > li:last-child:after {
    display: none;
}

.display-page-header .display-page-breadcrumb,
.display-page-header .display-page-breadcrumb nav > ol > li a,
.display-page-header .display-page-breadcrumb nav > ol > li a:visited {
    color: #FFFFFF;
}

.display-page-header .display-page-breadcrumb nav > ol > li.current-item > span {
    border-bottom: 2px solid #eeeeee;
}

@media (max-device-width: 1199px) {
    .display-page-header {
        margin-top: 0;
    }

}
@media screen and (max-device-width: 460px){
    .display-page-header .background {
        background-image: url('../img/Bandeau-ampere-small.png');
    }


}

/*--------------------------------------------------------------------------
 GRAPHIC LEGEND
--------------------------------------------------------------------------*/
.graphic-legend {
    margin: 12px 0 0 0;
}

.graphic-legend-name {
    margin: 0;
    height: 8px;
    font-size: 10px;
    margin-right: 6px;
    padding: 0 0 0 4px;
    border-left: 14px solid #c0c0c0;
}

/*--------------------------------------------------------------------------
 HOME MAIN SLIDER
--------------------------------------------------------------------------*/
#home_main_slider .carousel-caption .slider-caption {
    max-width: 380px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    color: yellow;
    background: rgba(100, 100, 100, 0.5);
    padding: 5px 5px 8px 20px;
}

#home_main_slider .carousel-item p {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

#home_main_slider .carousel-item h5 {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
}

/* Texte responsive global */
.texte-responsive {
    font-size: 1.2rem;
    line-height: 1.4;
}

@media screen and (max-device-width: 576px) {
   #home_main_slider .carousel-caption .slider-caption {
        display: block;
        position: relative;
        top: 150%;

    }
    .texte-responsive {
        font-size : 1.7rem;
        line-height: 1.4;
    }

}





/*--------------------------------------------------------------------------
 HOME MAIN CONTAINER
--------------------------------------------------------------------------*/
.home-main-container {
    padding-top: 10px ;
    margin-top: 6.5rem !important;
    margin-bottom: 6rem;
}

@media (max-device-width: 991px) {
    .home-main-container {
        margin-top: 1.5rem !important;
        margin-bottom: 4rem;

    }
}

h1, h2 {
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: .5rem;
    word-break: break-word;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    margin-top: 2px;
}

@media (max-device-width: 991px) {
    h1, h2 {
        font-size: 2.5rem;
    }
}

@media (max-device-width: 767px) {
    h1, h2 {
        font-size: 2rem;
    }
}

@media (max-device-width: 380px) {
    h1, h2 {
        font-size: 1.5rem;
    }
    a {
        font-size: 1.5rem;
    }
}

@media (max-device-width: 340px) {
    h1, h2 {
        font-size: 1.3rem
    }
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE
--------------------------------------------------------------------------*/
.slick-slide {
    margin: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;

}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE ACTUALITYS
--------------------------------------------------------------------------*/

#actuality .slick-prev-prev,
#actuality .slick-next-next {
    position: absolute;
    color: #1C1C1C;
    border: 0;
    background: none;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

#actuality .slick-prev-prev {
    top: 80px;
    left: 20px;
}

#actuality .slick-next-next {
    top: 80px;
    right: 22px;
    text-align: right;
}

@media (min-width: 992px) {
    #actuality .slick-prev-prev,
    #actuality .slick-next-next {
        top: 100px;
    }
}

@media (min-width: 1200px) {
    #actuality .slick-prev-prev,
    #actuality .slick-next-next {
        top: 120px;
    }
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE PARTNERS
--------------------------------------------------------------------------*/
#partner .slick-prev-prev,
#partner .slick-next-next {
    position: absolute;
    color: #1C1C1C;
    border: 0;
    background: none;
    z-index: 1;
    cursor: pointer;
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

#partner .slick-prev-prev {
    top: 80px;
    left: 20px;
}

#partner .slick-next-next {
    top: 80px;
    right: 22px;
    text-align: right;
}

@media (min-width: 520px) {
    #partner .slick-prev-prev,
    #partner .slick-next-next {
        top: 30px;
    }
}

@media (min-width: 768px) {
    #partner .slick-prev-prev,
    #partner .slick-next-next {
        top: 90px;
    }
}

@media (min-width: 992px) {
    #partner .slick-prev-prev,
    #partner .slick-next-next {
        top: 40px;
    }
}

@media (min-width: 1200px) {
    #partner .slick-prev-prev,
    #partner .slick-next-next {
        top: 60px;
    }
}

/*--------------------------------------------------------------------------
 DISPLAY HOME SLICK SLIDE CONTENT
--------------------------------------------------------------------------*/
.slider {
        position: relative;

    padding: 0 44px 0 44px;
}
.slide {
    padding-left: 20px;
    padding-right: 20px;
}
.slide .slide-content {
    margin: auto;
    text-align: left;
}

/*--------------------------------------------------------------------------
 DISPLAY NAVIGATE
--------------------------------------------------------------------------*/
.navigate-chevron {
    font-size: 28px;
    color: #000000;
}

.navigate-chevron.navigate-disabled {
    color: #cccccc;
}

/*--------------------------------------------------------------------------
 DISPLAY DATE
--------------------------------------------------------------------------*/
p.display-date {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    text-align: right;
}

/*--------------------------------------------------------------------------
 DISPLAY IMAGE COVER
--------------------------------------------------------------------------*/
.img-cover img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto 0 auto;
    vertical-align: middle;
}

/*--------------------------------------------------------------------------
 DISPLAY RECTANGLE
--------------------------------------------------------------------------*/
.display-rectangle {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    padding: 10px 20px 10px 20px;
}

/*--------------------------------------------------------------------------
 DISPLAY EVENTS
--------------------------------------------------------------------------*/
.display-document {
    color: #000;
}

.display-document.bordered {
    border: 1px solid #ececec;
}

.display-document.display-document-row {
    height: 94%;
    background: #fff;
}

.display-document .display-document-image {
    overflow: hidden;
}

.display-document .display-document-folder {
    padding: 2px 28px;
}

.display-document .display-document-content {
    overflow: hidden;
    padding: 8px 8px 8px 8px;
}

.display-document p.display-document-date {
    color: #54667a;
    font-size: 12px;
}

.display-document p.display-document-title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #54667a;
    line-height: 16px;
    margin-bottom: 4px;
}

.display-document p.display-document-comment {
    font-size: 12px;
    color: #54667a;
    overflow: hidden;
}

.display-document p.display-document-category {
    color: #54667a;
    font-size: 14px;
    margin-bottom: 4px;
}

.display-document-footer {
    padding: 0 8px 6px 8px;
    background: #f6c41a;
}

.display-document-footer:hover {
    background-color: #e08700
}

.display-document p.display-category-count {
    color: #54667a;
    font-size: 12px;
    margin: 4px 8px 8px 4px;
}

.display-document p.display-category-document {
    color: #54667a;
    font-size: 16px;
    margin: 0 8px 8px 8px;
}

.display-document p.display-parent-document {
    color: #54667a;
    font-size: 12px;
    margin: 0 8px 8px 8px;
}

.display-document .display-document-folder img {
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------------------
 NAV PILLS
--------------------------------------------------------------------------*/
.nav.nav-pills {
    width: 120px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #f6c41a;
    border-radius: 0;
}

.nav.nav-pills .nav-item {
    padding: 4px 10px;
    width: 40px;
}

.nav.nav-pills .nav-item {
    color: #000000;
}

.nav.nav-pills .nav-item img {
    width: 26px;
    margin-top: -4px;
    margin-right: 8px;
}

.nav.nav-pills .nav-item span {
    font-size: 16px;
}

/*--------------------------------------------------------------------------
 DISPLAY PROFILE
--------------------------------------------------------------------------*/
.display-profile {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.display-profile .display-profile-left {
    width: 30%;
    padding: 4px 18px 0 8px;
    text-align: center;
}

.display-profile .display-profile-left img {
    border-radius: 10px
}

.display-profile .display-profile-content {
    width: 70%;
}

@media (max-device-width: 992px) {
    .display-profile .display-profile-left {
        width: 20%;
    }

    .display-profile .display-profile-content {
        width: 80%;
    }
}
@media screen and (max-width: 560px) {


        font-size: 3rem !important;
    }
