@charset "utf-8";

html {
    display: block;
    width: 100%;
}
* {
    box-sizing: initial;
}


.dev {
    margin: 10px 0 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    background-color: #F88;
    border-radius: 10px;
}


#global {
	font-family: 'Overpass', sans-serif;
	min-width: unset;
	box-sizing: border-box;
    height: auto;
}

.block_right {
    width: calc(100% - 340px);
    padding: 25px;
    background-color: #F9FAFB;
    box-sizing: border-box;
}
.h1 span.h1_big {
    width: calc(100% - 20px - 2%);
    background-color: transparent;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
}
.h1 span.h1_big span.line1 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.6rem;
    text-transform: initial;
}
.h1 span.h1_big span.line2 {
    color: #000;
    text-transform: initial;
    font-weight: 300;
}
.block_right  > .btn {
    margin: 5px 10px 10px 0;
}
h1 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.6rem;
    text-transform: initial;
    margin-bottom: 10px;
}
h2 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.3rem;
	margin: 20px 0 10px;
}
h3 {
	color: #000;
    float: none;
}
h1 + h2 { margin: 0 0 30px; }
#load_contenu { margin: 0; }
.bo_card > h2 { margin: 0 0 30px; }
.bo_lien {
    color: #727CF5;
    text-decoration: none;
    background-color: transparent;
    transition-duration: .3s;
}
.bo_lien:hover {
    color: #4E5BF2;
}
[disabled] {
    color: #AAA !important;
    background-color: #EEE !important;
    border-color: #CCC !important;
}




/* TABLEAU DE BORD */
#load_contenu .tab_overview {
    background-color: #FFF;
}
#load_contenu .tab_overview a {
	color: #727cf5;
}
#load_contenu .tab_overview .tab_hover {
    border-bottom: solid 2px;
}
.bo-btn-right {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
.bo-btn-right .btn {
    margin: 0 0 0 10px;
}
.bo_list {
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}
.bo_list > div { width: 50%; }
.bo_list_qty_critique h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600;
    color: #727CF5;
    margin-bottom: 10px;
}
.bo_list_qty_critique .bo_stock_cur {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;    
}
.bo_list_qty_critique .bo_stock_cri,
.bo_list_qty_critique .bo_stock_max {
    font-size: 14px;
    line-height: 1.5;    
}
.bo_chart .highcharts-title,
.bo_chart .highcharts-credits { display: none; }




/* BOUTONS */
input[type="submit"],
.btn {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: .5rem 1rem .4rem;
    color: #FFF;
    font-size: 15px !important;
    line-height: 1;
    font-style: initial;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    text-transform: inherit;
}
.btn:hover { color: #FFF !important; }
input[type="submit"] {
    background-color: #727CF5;
    border-color: #727CF5;
    font-size: 14px !important;
    min-width: initial !important;
    margin-top: 20px;
}
.btn-primary {
    background-color: #727CF5;
    border-color: #727CF5;
}
input[type="submit"]:hover,
.btn-primary:hover {
    background-color: #4E5BF2;
    border-color: #4250F2;
}
.btn-secondary { background-color: #7987A1 !important; border-color: #7987A1 !important; }
.btn-secondary:hover { background-color: #64738F !important; border-color: #5F6D88 !important; }
.btn-success { background-color: #10B759 !important; border-color: #10B759 !important; }
.btn-success:hover { background-color: #0D9448 !important; border-color: #0C8842 !important; }
.btn-danger { background-color: #FF3366 !important; border-color: #FF3366 !important; }
.btn-danger:hover { background-color: #FF0D49 !important; border-color: #FF0040 !important; }
.btn-warning { background-color: #FBBC06 !important; border-color: #FBBC06 !important; }
.btn-warning:hover { background-color: #D7A103 !important; border-color: #CB9703 !important; }
.btn-info { background-color: #66d1d1 !important; border-color: #66d1d1 !important; }
.btn-info:hover { background-color: #49C8C8 !important; border-color: #3FC5C5 !important; }
.btn-light { color: #212529 !important; background-color: #ECECEC !important; border-color: #ECECEC !important; }
.btn-light:hover { color: #212529 !important; background-color: #D9D9D9 !important; border-color: lightgray !important; }
.bo_card {
    color: #212529 !important;
	background-color: #FFF;
    border: 1px solid #f2f4f9;
    border-radius: 0.25rem;
    box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
    padding: 20px;
}





/* DATA TABLE */
.dataTables_wrapper .row {
    display: flex;
}
.dataTables_wrapper .dataTables_length label { padding-left: 0; }
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #727CF5;
    border-color: #727CF5;
}
.dataTables_wrapper input[type="search"] {
    border: 1px solid #E8EBF1;
    font-weight: 400;
    font-size: 0.875rem;
}
.dataTables_wrapper tr {
    color: #686868;
}
.bo_table th,
.dataTables_wrapper th {
	background-color: #FFF;
	border-bottom: 2px solid #E8EBF1;
}

.bo_table td a.link {
    font-size: 13px;
    font-weight: 600;
    color: #727CF5;
    text-decoration: underline;
}
.bo_table td a.link:hover { text-decoration: unset; }

.dataTables_wrapper td {
	border-bottom: 1px solid #E8EBF1;
    padding: 14px 15px;
    font-size: 14px;
}
.dataTables_wrapper td .btn {
	font-size: 13px !important;
}
table.bo_details_commande input { margin-bottom: 0; }
table .progress { margin-bottom: 0; }




/* BLOCK multiple */
.bo_2_block,
.bo_3_block,
.bo_4_block,
.bo_8_block {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;

}
.bo_2_block > div {
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.bo_2_block > label {
    width: calc(50% - 10px) !important;
    box-sizing: border-box !important;
    margin-right: 10px !important;
}
.bo_3_block > div {
	width: calc(100% / 3 - 13px);
    box-sizing: border-box;
}
.bo_4_block > div {
    width: calc(25% - 15px);
    box-sizing: border-box;
}
.bo_8_block > div {
    width: calc(12.5% - 15px);
    box-sizing: border-box;
}
.bo_block_multiple > div {
    margin-bottom: 20px;
}
.bo_title_ex > div {
    display: flex;
    flex-direction: column;    
}
.bo_title_ex > div > .bo_card { height: 100%; }





/* FORMULAIRE */
form label {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4rem;
    vertical-align: top;
    margin: 0 0 8px;
    padding: 0;
}
input[type=text],
input[type=date],
input[type=number],
input[type=password],
input[type=color],
select {
    margin: 0 0 8px;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    box-sizing: border-box;
}
input[type=date] { line-height: 19px; }
input[type=color] {
    width: 50%;
    padding: 0 2px;
    height: 37px;
    cursor: pointer;
}
span.mp_config {
    display: block;
    margin-top: 40px;
}
span.error_field {
	color: #FF3366;
}
input[type="radio"],
input[type="checkbox"] {
	position: absolute;
    opacity: 0;
}
.bo_radio.bo_hz,
.bo_checkbox.bo_hz {
	display: flex;
	flex-wrap: wrap;
}
.bo_vt {
	display: flex;
	flex-direction: column;
}
.bo_vt label {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}
.bo_radio.bo_hz label,
.bo_checkbox.bo_hz label {
	width: auto;
    margin-right: 30px;
}
.bo_radio label,
.bo_checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
    box-sizing: border-box;
    min-height: 18px;
    margin: 0;
}
.bo_radio label:hover,
.bo_checkbox label:hover { color: #727CF5; }
.input-frame {
    position: absolute;
    left: 0;
}
input[type="radio"] + .input-frame:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #727cf5;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all;
    transition-duration: 250ms;
    box-sizing: border-box;
}
input[type="radio"] + .input-frame:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #FFF;
    border-radius: 50%;
    top: 6px;
    left: 6px;
    transition: all;
    transition-duration: 250ms;
    opacity: 0;
    transform: scale(0);
    position: absolute;
}
input[type="radio"]:checked + .input-frame:before {
    background: #727cf5;
    border-width: 0;
}
input[type="radio"]:checked + .input-frame:after {
    opacity: 1;
    line-height: 1.5;
    transform: scale(1);
}

input[type="checkbox"] + .input-frame:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #727cf5;
    border-width: 2px;
    transition: all;
    transition-duration: 250ms;
    box-sizing: border-box;
}
input[type="checkbox"] + .input-frame:after {
    position: absolute;
    top: 0;
    left: 2px;
    content: '\e013';
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    transform: scale(0);
    font-size: 10px;
    font-weight: 100;
    color: #FFF;
    transition: all;
    transition-duration: 250ms;
}
input[type="checkbox"]:checked + .input-frame:before {
    background: #727cf5;
    border-width: 0;
}
input[type="checkbox"]:checked + .input-frame:after {
    width: 18px;
    opacity: 1;
    line-height: 18px;
    transform: scale(1);
}
textarea {
    padding: 0.5rem 1rem;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 400px;
    font-size: 14px;
    font-weight: 300;
    background-color: #FFF;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    transition: unset;
}




/* Progress Bar */
.progress { position: relative; }
.progress-bar-animated { animation: progress-bar-stripes 3s linear infinite; }
.progress-bar {
    background-color: #007BFF;
    text-shadow: 1px 1px 1px #000;
}
.progress-bar span {
    position: absolute;
    width: 100%;
    left: 0;
    text-shadow: 0px 0px 2px #000;
    font-size: 14px;
    line-height: 22px;
}
.bg-success { background-color: #28A745!important; }
.bg-info { background-color: #17A2B8!important; }
.bg-warning { background-color: #FFC107!important; }
.bg-danger { background-color: #DC3545!important; }





/* Administration */
.bo_administration h3 {
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.2rem;
    margin: 30px 0 5px;
}
.bo_administration h3:first-child { margin: 0 0 5px; }
.bo_administration .bo_title_group {
    text-transform: capitalize;
    font-weight: 900;
    font-size: 1rem;    
}
.bo_administration #save_changes {
    margin-top: 20px;
}





/* POP-UP */
.bo_modal_center {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.modal-content {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}


.bo_badge {
    padding: 6px 5px 5px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    color: #FFF;
    margin-right: 5px;
}



.bo_permissions > div {
    display: inline-block;
    width: auto;
    margin-bottom: 10px !important;
    padding: 10px;
    cursor: pointer;
}
.bo_table_categories > thead th { width: 50%; }
.bo_table_categories .no_padding { padding: 0; }
.bo_table_categories table tr:last-child { border-bottom: none; }
.bo_table_pages > thead th { width:  }

.bo_table_categories select { display: none !important; }
.bo_table_categories .bo_page p { font-weight: bold; }
.bo_table_categories .bo_page span::selection,
.bo_table_categories .bo_page p::selection { background-color: transparent; }
.bo_table_categories .bo_droit {
    font-weight: 300;
    font-style: italic;
    font-size: 11px;
}
.bo_table_categories td { cursor: pointer; }
.bo_table_categories td input { margin-bottom: 0; }
.bo_page { padding: 3px 10px !important; }


.bo_table .bo_progress_bar { width: 70%; }
.bo_compo_delete { margin: 0; }
.bo_composition td { padding: 5px 10px; }
.bo_composition input {
    margin: 0;
    padding: 6px;
}
.toggle.v1 { display: none; }
.bo_cat_name {
    display: inline-block;
    line-height: 34px;
}

.bo_del {
    position: absolute;
    top: 0;
    height: calc(100% - 16px);
    right: -50px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liste_mp {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.liste_mp:focus {
    outline: none;
}
.liste_mp > div:first-child {
    width: 50%;
}
.liste_mp > div:last-child {
    margin: 0 0 0 20px;
    width: 50%;
}
.add_stock {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#btn_change_date_conso:hover {
    color: #727CF5;
    cursor: pointer;
    transition-duration: .3s;
}
.btn_flex_bottom_right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;    
}
.btn_flex_bottom_right input {
    margin: 0 0 8px;
    padding: 8px 16px;
    line-height: 21px;
    width: 100%;
}
.bo_table_little { margin-top: 20px; }
.bo_table_little th, .bo_table_little td { padding: 3px; }


/* 1600 */
@media screen and (max-width: 1600px) {
    .bo_block_multiple > div { width: 100%; }
    .bo_block_multiple > div:nth-child(even) .bo_list {
        flex-direction: row-reverse;
    }
    .bo_4_block > div {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .bo_8_block > div {
        width: calc(25% - 10px);
        margin-bottom: 20px;
    }
}


/* 1200 */
@media screen and (max-width: 1200px) {
    .block_right {
        width: 100%;
    }
    .btn i + span {display: none;}
    input[type="submit"],
    .btn {
        padding: .4rem .5rem .35rem;
        margin-right: 0px;
    }
    .bo_logo_menu { display: none; }
    .toggle.v1 { display: flex; }
    .toggle.v2 { display: none; }
}




/* 992 */
@media screen and (max-width: 992px) {
    .bo_3_block { flex-direction: column; }
    .bo_2_block > div,
    .bo_3_block > div,
    .bo_4_block > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .bo_8_block > div {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .bo_2_block > label { width: 100% !important; }
    .bo_block_multiple > div { width: calc(50% - 10px); }
    .bo_block_multiple > div:nth-child(even) .bo_list {
        flex-direction: row;
    }

}







/* 768 */
@media screen and (max-width: 768px) {
    .bo_block_multiple > div { width: 100%; }
    .bo_block_multiple > div:nth-child(even) .bo_list {
        flex-direction: row-reverse;
    }
    .bo_list.bo_progress_bar > div { width: 100%; }


    /* DataTable */
    .dataTables_wrapper > .row:first-child,
    .dataTables_wrapper > .row:last-child {
        flex-wrap: wrap;
    }
    .dataTables_wrapper > .row:first-child > div,
    .dataTables_wrapper > .row:last-child > div {
        width: 100% !important;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
        margin-bottom: 10px;
    }
    div.dataTables_wrapper div.dataTables_filter label { padding: 0; }
    .dataTables_wrapper td { padding: 10px; }

    .modal-content { width: calc(100% - 20px); }
    
    .bo_table thead tr { display: none; }
    .bo_table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .tab_content .col-sm-12 { width: 100%; }

    .bo_8_block > div {
        width: 100%;
        margin-bottom: 20px;
    }
}






/* 480 */
@media screen and (max-width: 480px) {
    .bo_block_multiple .bo_card .bo_list {
        flex-direction: column-reverse !important;
    }
    .bo_list > div { width: 100%; }
    .block_right,
    .bo_card { padding: 10px; }
    /*.dataTables_wrapper td .btn,
    input[type="submit"],
    .btn { font-size: 12px !important; }*/
}





/* BO MENU JS */
.bo_menu_js { margin-bottom: 15px; }
.bo_menu_js ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.bo_menu_js ul li {
    margin: 0 10px;
    padding-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #727CF5;
    list-style: none;
    cursor: pointer;
}
.bo_menu_js ul li a {
    color: #727CF5;
}
.bo_menu_js ul li.active {
    border-bottom: solid 2px;
    font-weight: 700;
}