/* CSS Document */
/* On est parti du style du projet précédent... */

.pagination > li > a, .pagination > li > span {
    color: #232323;
}

dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333 !important;
    outline: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: white !important;
    background-color: #333 !important;
    border-color: #333 !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

h2 {
    text-align: center;
}

.fixed-table-toolbar .columns label {
    color: #333;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    color: #333;
}

.fixed-table-toolbar .search > .form-control {
    height: 31px;
}

.bootstrap-table .multi-sort {
    background-color: #f2f2f2;
    border: #f2f2f2;
    height: 31px;
}

.fixed-table-container thead th .both.asc {
    background-image: url("../images/table-bootstrap/datatable-up.png") !important;
}

.fixed-table-container thead th .both.desc {
    background-image: url("../images/table-bootstrap/datatable-down.png") !important;
}

.table_stim {
    font-size: 12px;
}

.bootstrap-table {
    min-height: 800px;
}

.container-bo .bootstrap-table .table {
    border-bottom: none;
}

.pagination > .active > a,
.pagination > .active > span {
    color: #f3f3f3 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #f3f3f3 !important;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #f3f3f3 !important;
}

.pagination > li > a, .container-bo .pagination > li > span {
    background-color: #f3f3f3;
}

.fixed-table-pagination {
    padding: 10px 15px;
}

.container-bo .text-container {
    background-color: #fff;
    padding: 10px;
}

.container-bo .cp-container {
    padding-left: 0;
}

.container-bo .table_stim td {
    vertical-align: middle;
}

/* Css Alflorex */

body {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    width: 100vw;
    height: 90vh;
    color: #686868;
}

.jaune {
    color: #f7ae37 !important;
}

.orange {
    color: #ec731e !important;
}

.bleu {
    color: #2b539f !important;
}

.gris {
    color: #8e8e8e !important;
}

.vert {
    color: #69b651 !important;
}

.noir {
    color: #000;
}

.main-container {
    max-width: 700px;
}

.header-front {
    display: table;
    background-color: #fff;
    color: #fff;
    height: 50px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.img-container {
    display: table-cell;
    vertical-align: middle;
}

.header-logo {
    margin-left: auto;
    margin-right: auto;
}

.btn-primary, .btn-default {
    font-size: 20px;
    /*text-transform: uppercase;*/
}

.btn-primary, .btn-primary:hover {
    background-color: #0091DF;
    border-color: #0091DF;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0091DF;
    border-color: #0091DF;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0091DF;
    border-color: #0091DF;
    background-image: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:focus-visible {
    color: #fff;
    background-color: #0091DF;
    border-color: #0091DF;
    background-image: none;
}

.btn-default {
    color: #0091DF;
    background-color: #fff;
    border: 2px solid #0091DF;
    /*-moz-border-image: -moz-linear-gradient(top, #f7ae37 0%, #ec731e 100%);*/
    /*-webkit-border-image: -webkit-linear-gradient(top, #f7ae37 0%, #ec731e 100%);*/
    /*border-image: linear-gradient(to right, #f7ae37 0%, #ec731e 100%);*/
    border-image-slice: 1;
}

.btn-default:hover {
    color: #FFF;
    background-color: #0091DF;
    border-color: #0091DF;
}

.btn-lg {
    padding: 14px 16px;
    font-size: 18px;
    letter-spacing: 2px;
}

.btn-lg .icon {
    font-size: 22px;
}

.btn-default.btn-on.active{background-color: #0091DF;color: white;}
.btn-default.btn-off.active{background-color: #0091DF;color: white;}

.chevron-right::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    float: right !important;
    color: #ffffff !important;
}

.action-container {
    margin-bottom: 30px;
}

.action-container .btn + .btn {
    margin-top: 20px;
}

.footer {
    color: #8e8e8e;
    font-size: 16px;
    padding-top: 35px;
}

.form-group {
    margin-bottom: 20px;
}

.form-horizontal > .form-group {
    margin-right: 0;
    margin-left: 0;
}

.icon {
    top: 0;
}

/** Index **/
.img-products {
    max-width: 100%;
}

/** Modalités **/
h2, h3, h4, a {
    color: #0091DF;
}

h2 {
    font-size: 28px;
    /*font-style: italic;*/
    /*text-transform: uppercase;*/
}

h2.strong, h3.strong {
    font-weight: 700;
}

h3 {
    font-size: 20px;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    margin-top: 15px;
}

h3 span {
    font-size: 30px;
}

h3.underline {
    border-bottom: 2px solid #0091DF;
    padding-bottom: 5px;
}

p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
}

p.strong {
    font-weight: 800;
}

.main-container em {
    color: #0091DF;
    font-style: normal;
}

.info-tips {
    font-size: 12px;
    line-height: 15px;
}

.accueil-titre1 {
    font-size: 24px;
    color: #0091DF;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20px 0;
}

.accueil-titre {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 20px 0;
}

.homeline {
    display: flex;
    align-items: center;
    margin : 20px 0;
}

.cercle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0091DF;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ligne {
    height: 2px;
    background-color: #0091DF;
    flex-grow: 1;
    margin: 0 10px;
}

.containerx {
    display: flex;
    justify-content: space-between;
    /*width: 670px;*/
}

.circlex {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #0091DF;
    color: #0091DF;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circlexactive {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0091DF;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linex {
    height: 2px;
    background-color: #0091DF;
    flex-grow: 1;
    margin-top: 19px;
}

.title h2 {
    /*margin-bottom: 5px;*/
    margin: 20px 0;
}

.title h2 + h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.form-control {
    height: 65px;
    font-size: 18px;
    padding-left: 20px;
    color: #8e8e8e;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-left: none;
    border-radius: 0;
}

.form-group.input-group .form-control {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
}

.form-control[disabled] ~ .input-group-addon,
.form-control[readonly] ~ .input-group-addon,
fieldset[disabled] .form-control ~ .input-group-addon {
    background-color: #eee;
}

/* Page quiz */
.bloc_quiz {
    margin-top: 10px;
    text-align: left;
    height: 100%;
    padding: 5px 10px;
}

a.bloc_quiz  {
    text-decoration: none;
    color: #000;
}

.texte_quiz {
    font-size: 25px;
    color: #0091DF;
    font-weight: bold;
    margin-top: 15px;
}

.vert_bold {
    color: #0091DF;
    font-weight: bold;
}

.bandeau_vert {
    background-color:#CCEEE8;
    color: #000;
    font-size: 22px !important;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 12px;
}

.orange_bold {
    color: #f38c6c;
    font-weight: bold;
}

.bloc_question {
    display: none;
    min-height: 295px;
    min-width: 295px;
    overflow: hidden;
    /*border: 2px solid #45C391;*/
    /*margin: 0 15px;*/
    /*padding: 15px;*/
}

.image_quiz {
    padding: 0 0 0 -5px;
}

.num_question {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #0091DF;
}

.txt_question {
    margin: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #040405;
}

.txt_reponse {
    margin: 3px 15px;
    font-size: 16px;
}

.reponse_ok {
    margin-top: 2px;
    margin-left: 27px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #69b651;
}

.reponse_ko {
    margin-top: 2px;
    margin-left: 27px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #ff0000;
}

.reponse_why {
    margin-top: 20px;
    margin-left: 5px;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #000;
}

.chronometre {
    color: #69b651;;
    /*font-weight: bold;*/
    font-size: 16px;
    text-align: center;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}

.intro_quiz {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #040405;
}

/** FLASHBAG **/
.flashbag-container {
    position: fixed;
    z-index: 100000000;
    left: 50%;
    transform: translateX(-50%);
}

.flashbag-container .alert {
    border-radius: 0;
}

/** Cnil **/
.cnil {
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
}

/** Etape2 **/
.picto-euro {
    height: 20px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

/** Courrier 1 **/
.arnica-ul {
    counter-reset: ligne;
    list-style-type: none;
    padding-left: 60px;
}

.arnica-ul li {
    font-size: 18px;
    counter-increment: ligne;
    margin-bottom: 10px;
    position: relative;
    line-height: 1.2;
}

.arnica-ul li:before {
    position: absolute;
    left: -60px;
    content: counter(ligne);
    background-color: #69b651;
    color: white;
    font-weight: bold;
    border-radius: 100%;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.arnica-ul li + li {
    margin-top: 15px;
}

.arnica-ul li strong {
    font-weight: 800;
}

.arnica-ul .li-container {
    display: inline-block;
}

.download-pdf {
    display: table;
    margin: 15px auto 20px auto;
    text-decoration: underline !important;
    font-size: 18px;
    line-height: 60px;
}

.download-pdf .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 60px;
    padding-right: 5px;
}

/** Dossier **/
.img-dossier-container {
    margin-bottom: 30px;
}

.img-dossier {
    height: 100%;
    width: auto;
    max-height: 400px;
    max-width: 100%;
    object-fit: cover;
}

.img-dossier-container p {
    margin-top: 10px;
}

.statut {
    background-color: #F2F2F2;
    color: #575756;
    padding: 15px;
    font-weight: 600;
}

.unmask {
    position: absolute;
    right: 25px;
    border: none;
    background-color: transparent;
    color: #45C391;
}

/** Breadcrumb **/
.breadcrumb-arnica {
    display: block;
    margin: 30px 0;
}

.breadcrumb-arnica ul {
    display: table;
    position: relative;
    width: 100%;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-arnica ul:before {
    display: block;
    position: absolute;
    top: 18px;
    left: 1px;
    width: 99%;
    height: 3px;
    background-color: #69b651;
    content: '';
    z-index: -1;
}

.breadcrumb-arnica ul li {
    display: table-cell;
}

.breadcrumb-arnica ul li .puce {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    color: #69b651;
    background-color: #fff;
    border: 2px solid #69b651;
}

.breadcrumb-arnica ul li.active .puce {
    color: #fff;
    background-color: #69b651;
    border: none;
    line-height: 40px;
}

/** BO **/
.navbar.arnica-menu {
    border-radius: 0;
    border: none;
    font-size: 13px;
}

.arnica-menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 400;
}

.arnica-menu .dropdown-menu {
    background-color: #fff;
    color: #69b651;
}

.arnica-menu .navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    left: -1px;
}

.arnica-menu .dropdown-menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
    color: #69b651;
}

.arnica-menu .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #69b651;
    color: #fff;
}

.arnica-menu .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #333;
    color: #fff;
}

.arnica-menu .navbar-brand-icon {
    position: relative;
    top: -4px;
}

.arnica-menu .icon {
    font-size: 18px;
    left: -6px;
}

.arnica-menu .icon:hover {
    font-size: 18px;
    left: -6px;
}

.arnica-menu .dropdown-menu > li > a:focus .icon, .dropdown-menu > li > a:hover .icon {
    color: #fff !important;
}

.table_stim th {
    color: #69b651;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

table {
    color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f3f3f3;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 5px solid #fff;
    vertical-align: middle;
}

.bootstrap-table {
    background-color: #fff;
}

.bootstrap-table .table.table_stim {
    border-collapse: separate !important;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 2px solid #69b651 !important;
}

.bootstrap-table .fixed-table-container tbody tr:first-child td {
    border-top: 5px solid #fff;
}

.table-striped .total td {
    background-color: #69b651;
    color: #fff;
    border-top: 15px solid #fff;
}

.admin .header-front {
    border-bottom: none;
}

.admin .navbar-default .navbar-collapse,
.admin .navbar-default .navbar-form {
    border-color: #69b651;
}

.admin #navbar-collapse-1 {
    background-color: #69b651;
}

.admin .navbar-default .navbar-brand {
    color: #69b651;
}

.admin .arnica-menu .container-fluid {
    background-color: #69b651;
}

.menu-horizontal {
    height: 45px;
    background-color: #f3f3f3;
    border: none;
}

.navbar-inverse {
    background-color: #333;
    border-color: #333;
}

.menu-horizontal > .navbar {
    height: 45px;
    background-color: #f3f3f3;
    border: none;
}

.navbar-collapse {
    background-color: #f3f3f3;
    color: #333;
    padding-left: 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    background-color: #fff;
    color: #69b651;
}

.navbar-default .navbar-nav > li > a {
    background-color: transparent;
    color: #fff;
}

.navbar .divider-vertical {
    height: 15px;
    margin: 17px 0 0 0;

    border-right: 1px solid #ffffff;
    border-left: 1px solid #333;
}

.navbar-inverse .divider-vertical {
    border-right-color: #333;
    border-left-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    min-height: 45px;
}

.navbar-top-stimdata {
    width: 50px;
    height: 45px;
    text-align: center;
    display: block;
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 15px;
}

.menu-sep-haut {
    border-bottom: 1px solid #F3F3F3;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #F3F3F3;
    color: #333;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #69b651;
}

.bootstrap-table .btn {
    color: #000;
}

.bootstrap-table .fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
    border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .form-control {
    font-size: 12px;
}

.grand_titre {
    color: #69b651;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.container-bo .grand_titre .icon {
    margin-left: 0;
    margin-right: 0;
    color: #69b651;
    top: -1px;
}

.btn > span.icon {
    left: -5px;
}

.parsley-errors-list {
    list-style: none;
}

.parsley-errors-list > li, .parsley-required {
    color: red;
}

#acteurAchatDateErrorContainer {
    position: relative;
    top: -20px;
}

.success-container {
    color: #009900;
}

.detail-action-column textarea {
    margin-bottom: 15px;
}

.upload-container {
    margin-bottom: 35px;
    height: 130px;
}

.file-row.dz-image-preview a {
    display: inline-block;
}

.file-row.dz-image-preview a ~ div {
    margin-top: 10px;
}

.info-tips ~ div {
    margin-top: 30px;
}

/* pdf */
.pdf .form-group {
    margin-bottom: 10px;
}

.pdf .form-control {
    height: 45px;
}

#form_update .form-group {
    margin-left: 0;
    margin-right: 0;
}

/* Messagerie */
.messages-container .message {
    border: 1px solid;
    padding: 10px 20px
}

.messages-container .message h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.messages-container .message + .message {
    margin-top: 20px;
}

.messages-container .message.from {
    border-color: #85a9ec;
    text-align: left;
}

.messages-container .message.from h5 {
    color: #85a9ec;
}

.messages-container .message.to {
    border-color: #69b651;
    text-align: right;
}

.messages-container .message.to h5 {
    color: #69b651;
}

.messagerie-text-area {
    margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 480px) {
    .btn-lg {
        font-size: 1.5rem;
    }

    .arnica-ul li:before {
        top: 25%;
    }
}

@media (max-width: 767px) {
    .arnica-menu .navbar-toggle {
        float: left;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (min-width: 768px) {
    .arnica-menu.navbar-default .navbar-nav > li > a:before {
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #fff;
        content: '';
        position: relative;
        left: -15px;
        top: 3px;
    }

    .arnica-menu.navbar-default .navbar-nav > li:first-child > a:before {
        display: none;
    }

    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}
