html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

.content {
    width: 100%;
    background-color: white;
    border-bottom: 2px solid #DDDDDD;
    padding: 15px;
}

.title_bar {
    width: 100%;
    height: 70px;
    background-color: #dddddd;
    font-size: 21px;
    margin-bottom: 10px;
    color: #555555;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
body {
    font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.badge-custom {
    font-weight: 400;
    padding: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 992px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 10px;
    overflow: hidden;
    background: #1b1f24;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 40px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 10px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 15px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    /* padding: 15px 30px 15px 20px; */
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #363c42;
}

.sidebar-wrapper .sidebar-menu ul li a:hover {
    background: #313c4d;
}

.sidebar.active {
    background: #313c4d;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 4px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
    transition: 0.3s;
}

.sidebar-footer > a:hover {
    background: #583a3a;
    color: white!important;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 50px;
}

.page-wrapper .page-content > div {
}

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #525965;
}
::-webkit-scrollbar-thumb:active {
    background: #525965;
}
::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: transparent;
}
::-webkit-scrollbar-track:active {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #222833;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

#sidebar .user-name {
    margin-bottom: 7px;
}
#sidebar .user-role {
    margin-bottom: 0px;
}
#sidebar .user-status {
    font-size: 14px;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {

}

@media (max-width: 1200px) {
    .title_bar {
        -webkit-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
    }
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }

}

@media(max-width: 992px) {
    .title_bar {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }
    .page-wrapper.toggled .page-content {
        padding-left: 0px;
    }
    .page-wrapper .page-content {
        padding-top: 0px;
    }

}

@media (min-width: 992px) {
    .sidebar-wrapper { width: 260px; }
    .title_bar {
    }
}

@media (min-width: 1200px) {
    .sidebar-wrapper { width: 260px; }
}

/*
    CUSTOM MODAL
 */

.modal-content {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 30px 0px #333333;
    -webkit-box-shadow: 0px 0px 30px 0px #333333;
    -o-box-shadow: 0px 0px 30px 0px #333333;
    box-shadow: 0px 0px 30px 0px #333333;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=NaN, Strength=30);
    border: none;
}

.modal-header {
    border-radius: 0px;
    background-color: #007bff;
    color: white;
    -moz-box-shadow: 0px 1px 1px 0px #999999;
    -webkit-box-shadow: 0px 1px 1px 0px #999999;
    -o-box-shadow: 0px 1px 1px 0px #999999;
    box-shadow: 0px 1px 1px 0px #999999;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=180, Strength=1);
    border: none;
}

.modal-title {
    font-weight: normal;
}

.modal-footer .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*
    CUSTOM RADIO COLOR
 */

.custom-radios div {
    display: inline-block;
}
.custom-radios input[type="radio"] {
    display: none;
}
.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
}
.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span { background-color: #3498db; }
.custom-radios input[type="radio"]#color-2 + label span { background-color: #2ecc71; }
.custom-radios input[type="radio"]#color-3 + label span { background-color: #f1c40f; }
.custom-radios input[type="radio"]#color-4 + label span { background-color: #e74c3c; }
.custom-radios input[type="radio"]#color-5 + label span { background-color: #4ae7ba; }
.custom-radios input[type="radio"]#color-6 + label span { background-color: #c47ce7; }
.custom-radios input[type="radio"]#color-7 + label span { background-color: #cae743; }
.custom-radios input[type="radio"]#color-8 + label span { background-color: #5949e7; }
.custom-radios input[type="radio"]#color-9 + label span { background-color: #e7a448; }

.custom-radios input[type="radio"]:checked + label span {
    opacity: 1;
    background: url('../img/design/check-icn.svg') center center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;

}

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

.alert {
    padding: 10px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-size: 0.9em;
}

.btn-group.special {
    display: flex;
}

.special .btn {
    flex: 1
}

.content-header {
    font-size: 15px;
    color: white;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #2da1f3;
    border-radius: 2px 2px 0px 0px;
}

.content-header .btn {
    height: 25px;
    font-size: 0.8em;
    vertical-align: top;
    padding-top: 3px;
}

.content-header-secondary {
    color: white;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
    font-size: 15px;
    background-color: #3c4249;
}

.table-list-content td {
    padding: 5px;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
    font-size: 1em;
}



.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 10px;
    font-size: 15px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.form-group-required {
    background-color: #d6eaff;
    padding: 20px;
}

#load {
    width:100%;
    height:100%;
    position: fixed;
    background-color: #FFFFFF;
    padding-left: 48%;
    left:0;
    top:0;
    z-index: 10;
    color: black;
    padding-top:23%;
}

@media(max-width: 992px) {
    #load {
        padding-left: 45%;
    }
}

.colorBills { background-color: #f5be29; }
.colorQuotation { background-color: #ff7054; }
.colorCredit { background-color: #27d88a; }
.colorExpense { background-color: #7a3bd8; }
.colorStock { background-color: #5996d8; }

.tool-tip {
    display: inline-block;
}

.tool-tip [disabled] {
    pointer-events: none;
}

@media(min-width: 992px) {
    .title_bar {
        display: none;
    }
}

@media(max-width: 992px) {
    .title_bar {
        display: none;
    }
}

@media(min-width:600px) {
    .resp-disabled {
        display: table-cell;
    }
}

@media(max-width:600px) {
    .resp-disabled {
        display: none;
    }
}















.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #40a4ff;
    border-color: #40a4ff;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #40a4ff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.bg-blue {
    background:white;
}

.slider {
    background: #f3faff;
    padding: 20px;
    border-radius: .5rem;
    color: #20292e!important;
}

.sliderGuest, .bg-blue {
    background: #f3faff!important;
    color: #20292e!important;
}

.bloc-white-bg {
    background:white;
    padding:20px;
    border-radius: 20px;
    box-shadow:0px 0px 20px #00000020;
}

.sliderGuest::before {
    border:none;
}

.sliderGuest h1, .bg-blue h1 {
    color: inherit;
}

.col-form-label, .form-check-label {
    color: inherit;
    font-weight: 600;
}

.bloc-header {
    background: #f3faff;
    padding: 20px;
    border-radius: .5rem;
    color: #20292e;
}

.slider .block h1, .slider .block h3 {
    color: inherit;
}

p.text-intro-header {
    color: inherit;
}

.text-intro-first {
    font-size: 23px;
}

ul.listFonctionnalites {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.listFonctionnalites a, ul.listFonctionnalites li.withoutLink {
    display: inline-block;
    background: #c9e8fa;
    color: #20292e;
    font-size: 19px;
    border-radius: .5rem;
    padding: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 6px;
    font-weight: 600;
    margin-right: 6px;
}

ul.listFonctionnalites li.withoutLink {
    color: #20292e!important;
}

ul.listFonctionnalites a.bolderli {
    font-weight: 700;
}

.slider .block h1, .slider .block h3 {
    color: inherit;
    font-size: 38px;
    font-weight: 600;
}

.first-title-welcome {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
}

.text-intro-first {
    font-weight: 500;
    font-size:24px;
}

.text-intro-first b {
    font-weight: 700;
}

section.bloc-before-fonctions {
    background: #274c61;
    color: white;
    padding: 50px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.bloc-application {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
}

.bloc-application p {
    font-size: 20px;
    font-weight: 400;
    color: inherit;
}

.bloc-application h2 {
    font-size: 35px;
    font-weight: 600;
    color: inherit;
}

span.coming-soon-app {
    font-size: 22px;
    margin-top: 6px;
    display: inline-block;
    background: black;
    color: white;
    font-weight: 500;
    border-radius: .5rem;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.positives-words {
    position: absolute;
    top: 0px;
    left: 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
    text-align: justify;
    z-index: 1;
    right:0;
    max-width: 100%;
}

.positives-words li {
    font-size: 90px;
    font-weight: 800;
    color: #FFFFFF10;
    display: inline-block;
    margin-right: 35px;
    position: relative;
    margin-bottom: 80px;
    z-index: 1;
}

.bloc-before-fonctions h2 {
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
    font-size:34px;
}

.bloc-before-fonctions p {
    color: inherit;
    font-size: inherit;
    margin-bottom: 20px;
}

.first-title-welcome span.badge-h1 {
    background: #274c61;
    color: white;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    font-size: 28px;
}

.slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: none;
    border-left: none;
    width: 0;
}

.creation-compte {
    background: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.creation-compte h2 {
    font-size: 36px;
    font-weight: 600;
    color: #20292e;
    margin-bottom: 15px;
}

p.subText b {
    font-weight: 700;
}

p.subText {
    font-size: 21px;
    color: inherit;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

span.badgeh1 {
    font-size: 22px;
    position: absolute;
    height: 51px;
    padding: 0;
    margin-left: 10px;
    color: #00b67a;
    font-weight: 700;
    top: -10px;
}

h2.dark-block {
    font-size: 25px;
    border-radius: 0px;
}

#outilsConseils .card {
    border: none;
    box-shadow: 0px 0px 5px #00000020;
}

#outilsConseils .card-footer {
    border: none;
    background: #ffffff;
}

#outilsConseils .card-footer a {
    color: #20292e;
    font-weight: 600;
}

.creation-compte .btn-lg {
    font-size: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin: 5px;
}

.bloc-header {
    background: #f3faff;
}

#popupRegisterDiv,#popupRegisterComptableDiv,#popupRegisterDivSelectTypeAccount {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b0;
    z-index: 9999;
    /*-webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);*/
}

#popupRegisterDivSelectTypeAccount {
    background: rgba(0, 0, 0, 0.85);
}

div#popupRegisterBloc, div#popupRegisterComptableBloc {
    position: fixed;
    background: white;
    width: 90%;
    height: 90%;
    max-height: 700px;
    left: 50%;
    top: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    box-shadow: 0px 0px 20px #00000050;
    overflow-y: auto;
    overflow-x: hidden;
}

.popupRegisterBlocSelectTypeAccountItem {
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    border-radius: 0.5rem;
    text-align: left;
    margin: 8px;
    padding: 10px;
    cursor: pointer;
}

.popupRegisterBlocSelectTypeAccountItem:hover {
    background: white;
}

.popupRegisterBlocSelectTypeAccountItem h3 {
    font-size: 22px;
    color: #000000ba;
    font-weight: 500;
    margin-bottom: 2px;
}

.popupRegisterBlocSelectTypeAccountItem .popupRegisterBlocSelectTypeDescription {
    color: #000000c7;
    font-size: 13px;
    display: block;
    max-width: 480px;
    font-weight: 400;
    margin-top: 5px;
}

.popupRegisterBlocIcon {
    float: left;
    font-size: 18px;
    width: 38px;
    height: 32px;
    background: #20292f;
    color: white;
    border-radius: .3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

div#popupRegisterBlocSelectTypeAccount {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}

div#popupRegisterBlocRight, div#popupRegisterBlocRightComptable {
    height: 100%;
    width: 100%;
    background: #284d61;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.closePopupRegisterBloc {
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    color: #ffffff4f;
    transition: all 0.4s;
}

.btn-square {
    border-radius: 0px!important;
}

.closePopupRegisterBloc:hover {
    color: white;
}

div#popupRegisterBlocLeft, div#popupRegisterComptableBlocLeft {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#loadingShowAnimationOrError .alert li, #loadingShowAnimationOrErrorComptable .alert li {
    font-size: 15px;
    list-style: none;
    text-align: left;
    font-weight: 500;
    color: #FFFFFF;
}

#loadingShowAnimationOrError .alert, #loadingShowAnimationOrErrorComptable .alert {
    background: #f64e60;
    border: none;
    border-radius: .5rem;
}

#popupRegisterBlocLeft h2, #popupRegisterComptableBlocLeft h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

#popupRegisterBlocRight h2, #popupRegisterBlocRightComptable h2 {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    color: inherit;
}



#popupRegisterBlocRight p, #popupRegisterBlocRightComptable p {
    color: inherit;
    font-size: 18px;
}

/* COLORS */

.btn-cust {
    border: none;
    border-radius: 1.5rem;
    color: white;
    text-transform: none;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}



.text-success {
    color: #1BC5BD !important;
}
.text-primary {
    color: #274C61 !important;
}
.text-danger {
    color: #F64E60 !important;
}
.text-warning {
    color: #FF813A !important;
}

.displayonlyfortablette {
    display: none!important;
}

#parrainIdToken {
    background: red;
    color: white;
    font-weight: 600;
    position: fixed;
    top: 10px;
    right: 10px;
    width: auto;
    height: auto;
    z-index: 999999;
    border-radius: 3px;
    padding: 3px;
}

@media(max-width:1200px) {

    h1.first-title-welcome {
        font-size: 32px;
    }

    .create-account-option {
        font-size: 18px!important;
    }

    .bloc-header {
        padding-top: 100px!important;
    }

}

@media(max-width:991px) {


    .bloc-header {
        padding-top: 60px!important;
    }
}


@media(max-width:768px) {

    .nodisplaytablette {
        display: none!important;
    }

    .colleftregisterbloc {
        padding-left: 15px;
        padding-right: 15px!important;
    }

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

.displayonlyformobile {
    display: none!important;
}

@media(max-width:600px) {


    .nodisplaymobile {
        display: none!important;
    }

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



.typologo {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #284d61;
    font-size: 26px;
}

.bootstrap-select > .dropdown-toggle {
    background: white !important;
}

.tableSubscribe td {
    vertical-align: middle;
}

.titleSubscribeField {
    color: #20292f;
    font-weight: 700;
    text-align: left !important;
}

.tableSubscribe td {
    border-bottom: 1px solid #00000017;
}

.tableSubscribe th {
    border: none;
    border-bottom: none!important;
}

.tableSubscribe {
    min-width:900px;
}

.nameAbonnement {
    font-size: 22px;
    font-weight: 500;
}

.priceAbonnementMensuel {
    font-size: 30px;
    font-weight: 600;
}

.priceAbonnementAnnuel {
    font-size: 16px;
    font-weight: 500;
    color: #161616;
}

.priceAbonnementMensuel {
    font-size: 30px;
    font-weight: 600;
    color: #1ec5bd;
}

.tableDivSubscribe, .tableDivSubscribeBis {
    background: white;
    padding: 20px;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 20px #0000000f;
    overflow:auto;
}

.tableDivSubscribe p, .tableDivSubscribe h2, .tableDivSubscribe h3 {
    color: #20292f!important;
}

.phoneNumber {
    background: white;
    color: #294e61;
    font-weight: 600;
    font-size: 30px;
    display: block;
    padding: 10px;
}

.phoneNumberInfos {
    font-weight: 400;
    font-size: 17px;
}

.infoPhoneNumberDescription {
    font-size: 14px;
    font-weight: 400;
}

.bg-primary, .badge-primary, .btn-primary {
    background-color: #274C61 !important;
    border-color: #274C61 !important;
}

.bg-success, .badge-success, .btn-success {
    background-color: #1BC5BD !important;
    border-color: #1BC5BD !important;
}

.bg-danger, .badge-danger, .btn-danger {
    background-color: #F64E60 !important;
    border-color: #F64E60 !important;
}

.bg-warning, .badge-warning, .btn-warning {
    background-color: #FF813A !important;
    border-color: #FF813A !important;
}

.bg-info, .badge-info, .btn-info {
    background-color: #3AACFF !important;
    border-color: #3AACFF !important;
}

.bg-light, .badge-light, .btn-light {
    background-color: #F8F9FA !important;
    border-color: #F8F9FA !important;
}

.btn, input {
    border-radius: 15px!important;
}

h2 {
    font-size: 26px;
    font-weight: 600;
    color: #20292f;
}

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

.pageContenu h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pageContenu li {
    color: #20292f;
}

.pageContenuTypeWhite li, .pageContenuTypeWhite h2, .pageContenuTypeWhite h3 {
    color: #FFFFFF;
}

h1 {
    font-size: 40px!important;
    font-weight: 700!important;
    color: #20292f!important;
    text-shadow: 1px 4px 0px rgba(0, 0, 0, 0.04);
}

.text-primary {
    color: #274C61 !important;
}

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

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

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

.text-info {
    color: #3AACFF !important;
}

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

.sliderGuest {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pageContenu .tableDivSubscribe {
    margin-bottom: 30px;
}

.pageContenu p {
    color: #222222;
    margin-bottom: 20px;
}

.pageContenuTypeWhite p {
    color: #FFFFFF;
}

ul.listFonctionnalites li.withoutLink {
    font-size: 19px;
    color: #284d61;
    list-style-type: none;
    background: #cae8fa;
}

ul.listFonctionnalites a {
    font-size: 19px;
    color: #284d61;
    list-style-type: none;
    background: #cae8fa;
    transition: all 0.4s;
}

ul.listFonctionnalites a:hover {
    background: #20292f;
    color: white;
    transform: scale(1.1);
}

ul.listFonctionnalites li {
    list-style-type: none;
}

.pageContenu {
    text-align: left;
}

.footer-main {
    padding: 50px 0;
    background: #1a1b1f;
}

#popupDownloadApp {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: #00000095;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#popupDownloadAppContent {
    position: absolute;
    z-index: 10000;
    background-color: transparent;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: auto;
}

.bg-dark-blue {
    background: #274c61;
}

.bg-motif {
    background-image: url('../img/design/motif.png')!important;
    background-size: 25% !important;
    background-position: center!important;
}

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

.btn {
    border-radius: .5rem!important;
}

select {
    border-radius: .5rem !important;
    border: 1px solid #f0f0f0 !important;
}

.badge-custom-fw, .badge {
    border-radius: .5rem !important;
}

.account-block-global {
    border-radius: .5rem !important;
    border: none!important;
    background: #f5f5f5;
    box-shadow: none !important;
}

.sidebarv2.active a, .sidebarv2:hover a, .sidebarv2, li.sidebarv2, .sidebarv2 a {
    border-radius: 0.5rem!important;
}

.dashboard-new-card {
    border-radius: .5rem !important;
    box-shadow: none !important;
}

.form-control {
    border-radius: .5rem !important;
}

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

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.input-group-text {
    border-radius: .5rem;
}

.bg-success, .badge-success, .btn-success {
    background-color: #1BC5BD !important;
}

.bg-primary, .badge-primary, .btn-primary {
    background-color: #274C61 !important;
}

.bg-light, .badge-light, .btn-light {
    background-color: #274C61 !important;
}

.bg-danger, .badge-danger, .btn-danger {
    background-color: #F64E60 !important;
}

.bg-warning, .badge-warning, .btn-warning {
    background-color: #FF813A !important;
}

.btn-warning:hover {
    background-color: #dc6c2d !important;
    color: white!important;
}

.btn-danger:hover {
    background-color: #e24b5b !important;
    color: white!important;
}

.btn-primary:hover {
    background-color: #1a3a4e !important;
    color: white!important;
}

.btn-success:hover {
    background-color: #1a9e95 !important;
    color: white!important;
}

.clickStyle {
    cursor: pointer;
}

.bg-gradient-customers {
    background: linear-gradient(130deg, rgba(15,214,217,1) 0%, rgba(158,100,255,1) 50%, rgba(255,178,13,1) 100%);
}

.bg-gradient-customers-show {
    background: linear-gradient(130deg, rgb(60, 65, 65) 0%, rgb(38, 39, 42) 50%, rgb(45, 45, 39) 100%);
}

.bg-gradient-tasks {
    background: linear-gradient(130deg, rgb(118, 84, 182) 0%, rgb(255, 128, 100) 50%, rgb(255, 199, 13) 100%);
}

.blockIconBg {
    font-size: 39px;
    top: 0px;
    right: 30px;
    text-align: center;
    opacity: 0.06;
    position: absolute;
}

.btn-custom-popup-create-document {
    border-radius: .5rem !important;
    box-shadow: none !important;
}

#btnActionsMobile {
    z-index: 50;
    position: fixed;
    background: #303030;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding:10px;
}

.bootstrap-select > .dropdown-toggle {
    background: white !important;
    border: 1px solid #ced4db !important;
}

.bootstrap-select > .dropdown-toggle {
    color: #222222;
}

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

@media (max-width: 600px) {

    #btnActionsMobile {
        display: block;
    }

    .form-control-mobile-only {
        display: block;
        width: 100%;
    }

    #btnActionsMobile .btn {
        padding:10px;
    }

    .resp-disabled {
        display: none !important;
    }

    div#datatable_paginate {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    #v2breadcrumb {
        display: none;
    }

    #v2breadcrumb {
        position: fixed !important;
        bottom: -20px;
        text-align: center !important;
    }

    .modal-backdrop {
        display: none;
    }

    .modal {
        margin-top: 60px;
    }

    .crisp-client {
        display: none;
    }

    .page-wrapper {
        height: auto!important;
        margin-top: 65px;
    }

    .titleMobile {
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: center!important;
        width: 100%;
        border-bottom: 1px solid #DDDDDD;
    }

    nav.navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .forcedisplay {
        display: block!important;
    }

    .forcenodisplay {
        display: none!important;
    }
}