/*
Theme Name: SmallBizCopilot
Theme URI: https://umazuma.com/
Author: Yann Gibert - Umazuma
Author URI: https://umazuma.com/
Description:   Le theme du site SBC
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: SBC Bootstrap
*/

body {
    position: relative;
    width: 100%;
    min-height: inherit;
    /*background: url("/assets/images/bg-pattern.png"), #7b4397;
    background: url("/assets/images/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url("/assets/images/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
    /*color: white;*/

    background-color: #ff9d00;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23ff9d00' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fb8d17' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23f47d24' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23ed6e2d' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23e35f34' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23d85239' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23cc453e' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23be3941' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23b02f43' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23a02644' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23901e44' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23801843' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%236f1341' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%235e0f3d' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%234e0c38' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%233e0933' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%232e062c' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23210024' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;

}

.navbar-brand img {
    max-width: 300px;
}

.navbar-toggler {

    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
}

.accordion .card-header {
    font-family: 'Barlow Condensed', sans-serif;
    padding: 0 2rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.accordion .card-header .btn-link {
    color: #222;
    transition: all .5s;
}

.btn-link.rotate {
    transform: rotate(+180deg);
}

.edit-text {
    position: absolute;
    top: 0;
    right: 0;
    background: #4bc0cc;
    padding: 0 .4rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
}

.accordion .form-control, .accordion .custom-file-input {
    margin: 3px 0;
    border-radius: 0;
    border-color: #999;
}

.accordion .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(0.7em + .75rem + 2px);
    margin-bottom: 0;
}

.accordion .custom-file-label {
    height: calc(1em + .75rem + 2px);
    padding: 0.075rem .75rem;
    border: 1px solid #999;
    border-radius: 0;
    font-size: .875rem;
}

.accordion .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1em + .75rem);
    padding: .375rem .75rem;
    line-height: 0.9;
    color: #999;
    content: "Parcourir";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
}


/**
La modal de donnée graphqiue
 */
.sbc-modal {
    position: absolute;
    top: 0;
    width: 21cm;
    height: 29.7cm;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    padding: 2rem;
    transform: scale(0);
    transition: all .5s;
    left: 50%;
    margin-left: -10.5cm;
    margin-top: 50px;
    z-index: 100002;
}

.sbc-modal.active {
    transform: scale(1);
}



/**
front-page
 */

#content {
    padding-bottom: 5rem;
}

.row.main-menu {
    max-height: 0;
    background: #fff;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    padding: 0;
    position: absolute;
    top: 90px;
    border-radius: 15px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    z-index: 10001;
}

.backside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: none;
    transition: all .4s;
}

.show .backside {
    display: block;
}

.show .row.main-menu {
    max-height: inherit;
    padding: 2rem;
    overflow: visible;
    height: inherit;
    border: 0;
}

.main-menu-item {
    font-family: 'Barlow Condensed', sans-serif;
    border: 1px solid #43A5B3;
    width: 160px;
    height: 160px;
    display: block;
    margin: 1rem auto;
    text-align: center;
    border-radius: 20px;
    color: #222;
    text-transform: uppercase;
}

.main-menu-item:hover {
    color: #225058;
    background: #c7e3f2;
    text-decoration: none;
}

.main-menu-item .fa {
    color: #43A5B3;
    font-size: 4rem;
    display: block;
    margin: 2rem auto 1rem;
}

footer {
    background: #2a3542;
}

.placeholder {
    color: #c4c6c5;
}


.trans {
    opacity: .2;
}

.table-facture td td,
.table.table-totaux td{
    background: #eee;
    margin: 1px !important;
    border: 6px solid #fff !important;
    border-left:0 !important;
    border-right-width:2px !important;
    color: #eee;
    height: 18px;
}
.table-facture table {
    border-collapse: collapse;
    width: 100%;
}
