/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Holtwood+One+SC&family=Meow+Script&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Holtwood+One+SC&family=Meow+Script&display=swap');

a,a:hover,a:focus { color: #5882bf;}

.bg-bronze      { background-color: #E79C00 !important;  }
.bg-bronze-op   { background-color: #E79C0060 !important;  }
.bg-silver      { background-color: #d9e2ef !important;  }
.bg-silver-op   { background-color: #d9e2ef60 !important;  }
.bg-gold        { background-color: #ffc107 !important;  }
.btn-success {
    background-color: #70b580;
    border-color: #70b580;
  }
.badge-primary,.card.bg-primary,.bg-primary     { background-color: #8572f7!important; }
.badge-success,.card.bg-success,.bg-success     { background-color: #70b580!important; }
.badge-info,.card.bg-info,.bg-info              { background-color: #5882bf!important; }

.text-success { color: #70b580 !important;}
.text-w600  { font-weight:600;}
#crudTable.table td, #crudTable.table th { border-top: 0px; }
#crudTable_wrapper #crudTable:not(.has-hidden-columns) tr td:first-child, #crudTable_wrapper table.dataTable:not(.has-hidden-columns) tr td:first-child {
    padding-bottom: 1rem !important;
    padding-top: 1.0rem !important;
  }
.page-link { padding: .25rem .75rem; }
.embed-responsive { border-radius: 10px;overflow:hidden; }
.embed-responsive-16by9::before { padding-top: 56.1%; }

.btn-artic, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #242939;
    border-color: #242939;
    color: #fff;
    background-color: #7ca091;
    border-color: #7ca091;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
.btn-artic:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #242939;
    border-color: #242939;
    color: #fff;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
.row { margin-left: -12px;margin-right: -12px; }

body {
    font-family: Barlow;
    background-color: #f2f4f4;
}
@media (min-width: 992px) {
    .app-body .main {
        margin-left: 230px;
        width: calc(100% - 230px);
    }
}
.app-body main.main {
    min-height: 100Vh;
    position: relative;
    padding-bottom: 90px;
    padding-top: 55px;
}
.app-body .main > nav {
    box-shadow: 0 10px 30px 0 rgba(47,60,74,.08);
    background-color: white;
    border-top: 1px solid rgba(30,40,53,.06);
}
.navbar-brand {
    color: #f1f4f8 !important;
    letter-spacing: 0.04em;
    font-size: 1.2rem;
}
.navbar-brand img {
    width: 1.5em;
    margin: 0px 10px 5px 20px;
}
.sidebar {
    background: #242939;
    box-shadow: 0 2px 4px -1px rgba(47,60,74,.12),0 4px 5px 0 rgba(47,60,74,.08),0 1px 10px 0 rgba(47,60,74,.06);
    height: 100vh;position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 100;
}
.sidebar,
.sidebar .nav,
.sidebar .sidebar-nav,
.sidebar .sidebar-scroll {  width:230px;  }
.sidebar .nav-link.active .nav-icon { color: white; }
.sidebar-compact-switch {
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    height: 26px;
    justify-content: space-between;
    opacity: 1;
    position: absolute;
    right: 16px;
    top: 20px;
    transition: all .2s ease-in-out;
    transition-delay: 0s;
    transition-delay: .1s;
    width: 26px;
}
.sidebar-compact-switch div {
    background: #f2f4f4;
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .4;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
    top: calc(50% - 1px);
    width: 100%;
}
.sidebar-compact-switch::before,
.sidebar-compact-switch::after {
    background: #f2f4f4;
    border-radius: 8px;
    content: "";
    display: inline-block;
    height: 2px;
    opacity: .4;
    position: absolute;
    right: 0;
    transition: all .2s ease-in-out;
}
.sidebar-compact-switch::before {
    top: 4px;
    width: 14px;
}
.sidebar-compact-switch::after {
    bottom: 4px;
    width: 20px;
}
.sidebar .nav-title {
    padding: 0.5rem 1rem;
    margin-top: 1rem;
}
.sidebar .nav-link {
    color: #869ab8;
    font-size: 0.9em;
}

/*  */

.app-header {
    position: fixed;
    width: 100%;
    z-index: 90;
    right: 0;
    top: 0;
    box-shadow: 0 10px 30px 0 rgba(47,60,74,.08);
}
.app-header .navbar-brand {
    color: #161c2d!important;
}
.app-header .sidebar-compact-switch {
    position: absolute;
    padding: .25rem 0;
    top: 15px;
    left: 25px;
    right: inherit;
}
.app-header .sidebar-compact-switch div,
.app-header .sidebar-compact-switch::before,
.app-header .sidebar-compact-switch::after { background: #161c2d;right: inherit;left:0px; }
html:not([dir="rtl"]) .sidebar {
    margin-left: -230px;
  }

/*  */

@media (min-width: 992px) {

    .sidebar-compact .main {
        margin-left: 64px;
        width: calc(100% - 54px);
      }
    .sidebar-compact .sidebar:not(:hover) {
        width: 64px;
        transition: all .2s ease-in;
    }
    .sidebar-compact .sidebar:not(:hover) .nav-link span,
    .sidebar-compact .sidebar:not(:hover) .nav-title,
    .sidebar-compact .sidebar:not(:hover) .navbar-brand b,
    .sidebar-compact .sidebar:not(:hover) .sidebar-compact-switch { display:none; opacity:0;    transition: all .2s ease-in;}
    
    .sidebar-compact .sidebar:not(:hover) .nav-link { text-align:center; }
    .sidebar-compact .sidebar:not(:hover) .nav-link .nav-icon { margin-right:0;}
    
    .sidebar-compact .sidebar-nav .sidebar-compact-switch::before,
    .sidebar-compact .sidebar-nav .sidebar-compact-switch::after { width: 100%; }
    .app-header .brand { display:none;}
    .sidebar-compact .sidebar .nav,
    .sidebar-compact .sidebar .sidebar-nav {
    width: 100%;
    }
    .sidebar-compact .sidebar .nav-item {
    width: 100%;
    }
    .sidebar-compact .sidebar .nav-link {
    text-align: left;
    }
    .sidebar-compact .sidebar .nav-link .nav-icon {
        display: inline-block;
        font-size: 1rem;
        margin: 0 .5rem 0 0;
        width: 1.25rem;
    }
    .sidebar-compact .sidebar .nav-title {
    text-align: left;
    }
}
@media (max-width: 991px) {
    .app-header {
        box-shadow: 0 10px 30px 0 rgba(47,60,74,.08);
        position: fixed!important;top: 0;z-index: 101;
    }
    .app-body .main {
        padding-top: 55px;
        margin-top: 1.5rem;
    }
    .sidebar {
        padding-top: 55px;
    }
    .sidebar .brand {
        display: none;
    }
    .app-body.sidebar-compact .sidebar {
        margin-left: 0px;
        left: 0;
        width: 230px;
    }
}
@media (max-width: 472px) {
    .app-body.sidebar-compact .sidebar,
    .app-body.sidebar-compact .sidebar .nav,
    .app-body.sidebar-compact .sidebar .sidebar-nav {
        width: 100%;
        text-align:center;
      }
}

.sidebar-nav .sidebar-compact-switch {
    align-items:center;
    cursor:pointer;
    display:flex;
    flex-direction:column;
    height:26px;
    justify-content:space-between;
    opacity:1;
    position:absolute;
    right:16px;
    top:20px;
    transition:all .2s ease-in-out;
    transition-delay:.1s;
    width:26px
  }
  .sidebar-nav .sidebar-compact-switch:hover div,
  .sidebar-nav .sidebar-compact-switch:hover:after,
  .sidebar-nav .sidebar-compact-switch:hover:before {
    opacity:1
  }
  .sidebar-nav .sidebar-compact-switch div,
  .sidebar-nav .sidebar-compact-switch:after,
  .sidebar-nav .sidebar-compact-switch:before {
    background:#f2f4f4;
    border-radius:8px;
    content:"";
    display:inline-block;
    height:2px;
    opacity:.4;
    position:absolute;
    right:0;
    transition:all .2s ease-in-out
  }
  .sidebar-nav .sidebar-compact-switch div {
    top:calc(50% - 1px);
    width:100%
  }
  .sidebar-nav .sidebar-compact-switch:before {
    top:4px;
    width:14px
  }
  .sidebar-nav .sidebar-compact-switch:after {
    bottom:4px;
    width:20px
  }


.footer-bottom {
    box-shadow: 0 -10px 30px 0 rgba(47,60,74,.08);
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}


.text-value {
    font-size:1.25rem;
    font-weight:600
}
.card,.card.bg-danger, .card.bg-info, .card.bg-primary, .card.bg-warning  {
    box-shadow: 0 8px 32px rgba(47,60,74,.01),0 8px 16px rgba(47,60,74,.02);
    border-radius: .25rem;
    background-color: #fff;
    border: 0;
}
.card-footer, .card-header {
    color: #304156;
    color: #1b2a4e;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.1em;
}
.card-header {
    border-bottom: 0px solid #d9e2ef;
}
.jumbotron {
    background-color: white;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(47,60,74,.01),0 8px 16px rgba(47,60,74,.02);
    border-radius: .25rem;
    background-color: #fff;
    border: 0;
}
.list-group-item-action { color: #1b2a4e; }
.main::before {
    content: '';
    background: url('https://www.warmcook.com/themes/classic_warmcook/assets/img/parallax/2023-solde-hiver.png');
    background: url('https://www.warmcook.com/themes/classic_warmcook/assets/img/parallax/home-parallax-blog.png');
    display:none;
    background-size: 330px;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: repeat;
    min-height: 100%;
    filter: grayscale(60%);
}
.list-group-item {
    background-color: #f2f4f4;
    border: 0px solid rgba(22,28,45,.125);
}
.list-group-item-action:focus,.list-group-item-action:hover { cursor: auto; }


.card.grade .progress-bar {
    color: black;
    font-weight: 600;
  }
.card.grade small.text-muted {
    color: #202224 !important;
}
.card.grade .progress small {
    float: right;
    position: absolute;
    right: 20px;
    margin-top: -25px;
    font-size: 0.7rem;
  }
.card.contact .text-value{
    padding: 0rem 1.25rem;
    line-height: 1.5rem;
}
.card.contact img{
    margin: 0 auto;
    display: block;
    width:100%;
    max-width: 80%;
    margin-top: 10px;
}
.card.contact.circle img{
    margin: 10px auto;
    border-radius: 50%;
    max-width:110px;
    border: none;
}
.card.contact.border img{
    max-width:100%;border: 1px solid lightgray;
}
.faq .tab-content {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
  }
  .faq .tab-content .tab-pane {  padding: 0; }
  .faq .tab-pane .card h6 a {
    color: #1b2a4e;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0.75rem 0rem;
    display: block;
  }
  .faq .tab-pane .card h6 a i { margin-right: 0.75rem; }
  .faq .nav-link {
    padding: 1rem 2rem;
    color: #1b2a4e;
    line-height: 1.25;
    font-weight: 500;
    font-size: 1.1em;
    display: block;
    border: 1px solid transparent;
  }
  .faq .nav-link.active, .faq .nav-link:hover { border-color: rgba(0,0,0,0.1); }
  .faq .nav-link.active i { color: #7ca091; }
  .faq .nav-link i { margin-bottom: 0.75rem;font-size: 2rem; }