/*  ***** Définition la hauteur de la ligne pour les titres  **/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.popover {
    color: #000;
}

/************************ BARRE DE CHARGEMENT *************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 10000;
}
#myPleaseWait .modal-dialog {
  top: 40%;
  border: 2px solid #fdb738;
  border-radius: 15px 0 15px 0;
}
#myPleaseWait .modal-dialog .modal-content {
  border-radius: 15px 0 15px 0;
}
#myPleaseWait .modal-dialog .modal-body {
  padding: 10px;
}
#myPleaseWait .modal-dialog .progress {
  margin-bottom: 0px;
}

/************************ ADMIN TOP MENU *************************/

/* anime l'icône de notification de l'admin_top_menu */
.animationBell {
    -webkit-animation: moveBell 0.2s infinite;
    -moz-animation: moveBell 0.2s infinite;
    -o-animation: moveBell 0.2s infinite;
    animation: moveBell 0.2s infinite;
}

@keyframes moveBell {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  35% {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  75% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  85% {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.navbar-nav>.notifications-menu>.dropdown-menu>li .menu,
.navbar-nav>.notifications-menu>.dropdown-menu>li .slimScrollDiv {
    max-height: 200px;
    height:  auto !important;
}

.notifications-menu > a {
    cursor: pointer;
}

/************************ BOUTON (CARRE DE COULEUR) POUR OUVRIR LE COLORPICKER *************************/
.colorpicker-btn {
    width: 42px;
    height: 34px;
    cursor: pointer;
}
.colorpicker-btn[data-color="transparent"] {
    background: repeating-linear-gradient(135deg, #000, #000 1px, #fff 1px, #fff 3px);
}

/* CSS GENERAL */

/* désactive le box-shadow de bootstrap sur les boutons */
.btn.active, .btn:active {
    box-shadow: none;
}
.btn:active:focus {
    outline: none;
}

/* Définition d'une Petite Col Bootstrap */
.small-col {
    padding-right: 5px;
    padding-left: 5px;
}

/* Définition d'une petite Row */
.small-row {
    margin-right: -5px;
    margin-left: -5px;
}

/* interdit le redimensionnement du textarea horizontalement */
textarea {
    resize: vertical;
}

/* Body  */
body,
.content-wrapper,
.wrapper {
    background-color: #fcfcfc;
    overflow: visible;
}


/* section content  */
section.content>div.box>div.box-body>*:not(.full-screen) {
    max-width: 1000px;
}


/* Box body  */
.box-body {
  padding: 0;
  border-radius: 0;
}
/* fin du body */

/*  my_container  */
.my_container {
    max-width: 1000px;
}

/* box */
.box {
  border-top: none;
  padding: 10px;
  box-shadow:none;
}
/*.main-box  */
.main-box {
    border-radius: 15px 0 15px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Conteneur  */
.container {
    margin-right:0px;
    margin-left:0px;
    padding-right:0px;
    padding-left:0px;
}
.content {
  min-height: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  
}
/* Content Header  */
.content-header {
  padding-bottom: 20px;
  padding-left:27px;
}

/*  Main Header */
.main-header {
    max-height: 130px;
}
.main-header .logo {
    height: 65px;
    line-height: 65px;
}
/* Fin du Main header  */

/* Barre de navigation */
.main-header .sidebar-toggle {
    padding-top: 22px;
    padding-bottom: 23px;
}

/* Main-sidebar  */
.main-sidebar,
.left-side {
    z-index: auto;
}

.main-sidebar {
    background-color: #fff !important;
}

.main-sidebar ul {
    list-style: none;
}
.main-sidebar ul ul ul.treeview-menu {
    margin-top: -5px;
    margin-bottom: 5px;
}
.main-sidebar ul ul ul li i {
    display: none;
}
.main-sidebar ul ul ul li a {
    padding-top: 0px !important;
}

/*  main-header en col-md et col-lg  */
.main-header .navbar-custom-menu > ul > li > a > .fa, .main-header .navbar-custom-menu > ul > li > a > .glyphicon {
    font-size: 26px;
    /*  width: 26px; */
    line-height: 65px;
}
@media (max-width: 991px){
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}


.nav-tabs>li {
    margin-bottom: -2px;
    margin-right: 3px;
}

.nav-tabs>li>a {
    padding: 5px 15px;
}


.nav-tabs>li>a {
    border-radius: 10px 0 0 0;
    border-width: 0 !important;
    background-color: #EEE;
    color: #444;
}

#menu_notification_list .reminder_list ul {
    padding-left: 0;
}

#menu_notification_list .reminder_list ul > li {
    text-align: center;
    line-height: 20px;
    width: 50px;
    display: inline-block;
    text-decoration: none;
    margin: 2px;
    cursor: pointer;
    transition: 0.7s;
    transition: background 1.3s;
}

#menu_notification_list .reminder_list ul > li:hover {
    color: white;
    background: #03a9f4;
    opacity: 0.5;
}

/* fin barre de navigation */



.menu-sub {
    border: 1px solid #000;
    padding: 0px 5px;
    -o-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    border-radius: 0px 2px 2px 2px;
    overflow: auto !important;
}

/* LES BOUTONS /INFO BOX*/

.info-box.param {
    display: table;
    overflow: hidden;
    height: 90px;
    margin-bottom: 10px;
    cursor: pointer;
}

.info-box.bg-default {
    background-color: #EEE;
}

/* Paramètre du Bouton : Info-box.param  */
.info-box.param>* {
    display: table-cell;
    height: 90px;
    margin: 0px;
    vertical-align: middle;
}

/* Contenu du Bouton : Info-box.param  */
.info-box.param .info-box-content {
    width: 100%;
    /*! padding-top: 0px; */
    /*! padding-bottom: 0px; */
}

.info-box-content {
    border-radius: 0 0 10px 0;
}

/* Bouton  */
.btn {
    font-size: 18px;
    border-radius: 10px 0 10px 0;
    border-width: 0;
}

.btn:not(.ui-sortable-handle):not(.no-fa-effect):hover .fa,
a:not(.ui-sortable-handle):not(.no-fa-effect):hover .fa,
.btn:hover .glyphicon,
a:hover .glyphicon,
.info-box:hover .info-box-icon i.fa,
.info-box:hover .info-box-icon i.glyphicon {
    transform: scale(1.6);
}

.info-box-icon {
    border-radius: 10px 0 0 0;
}

.form-response {
    position: relative;
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    color: #000;
}
.form-response .close {
    position: absolute;
    display: block;
    top: 0;
    right: 5px;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.form-response.form-error {
    border-left: 5px solid rgb(234, 28, 13);
}
.form-response.form-success {
    border-left: 5px solid rgb(139, 195, 74);;
}

.btn-adminlte {
    /*border-width: 1px;*/
    font-size: 16px !important;
}

/*.btn-add-item {
    margin-bottom: 10px;
}*/

.btn-add-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.btn-add-item .fa {
    margin-left: 10px;
}
.input-group-addon .fa:hover {
    transform: none;
}

.input-group .input-group-addon:last-child {
    border-right: 1px solid #ccc;
}

.form-control ~ .input-group-addon {
    border-left: none;
    border-right: 1px solid #ccc;
}

/* Texte dans le Bouton : Info-box-text  */
.info-box.param .info-box-text {
    text-align: center;
    text-transform: none;
    font-size: 115%;
    white-space: normal;
}

.info-box {
    border-radius: 10px 0 10px 0;
    margin-bottom: 5px;
    transition: all 0.6s ease;
}

/* Icone dans le Bouton : Info-box-icon  */
info-box.param .info-box-icon {
    line-height: 90px !important;
    max-width: inherit;
}

/* Paramètre Bouton Site Web : Info-box-site  */
.info-box-site {
    transition: all 0.3s ease;
}

/* Fin bouton */

/* LOGO */
.logo img {
    max-width: 100%;
    max-height: 38px;
}
/* fin logo */


/* Slidebar menu  */

@media (min-width: 768px) {
    .main-sidebar,
    .left-side {
        padding-top: 65px;
    }
}
@media (max-width: 768px) {
    .main-sidebar,
    .left-side {
        padding-top: 130px;
    }
}

.skin-yellow-light .sidebar-menu > li > a {
    border-left: none;
}
.sidebar-menu li {
    cursor: pointer;
}
.sidebar-menu >li>a {
    padding-left: 7px;
}


.sidebar-menu >li>a >.fa,
.sidebar-menu >li>a .sidebar-menu>li>a>.glyphicon {
    font-size: 20px;
    width: 25px;
}

/**** Ajout de favicon dans le menu  ****/
.sidebar-menu >li>a>.fa.icon-jbmb:before {
    content: "";
    background-image: url(../img/favicon.png);
    color: #ffc107;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 20px;
    width: 21px !important;
}

.sidebar-menu li >a >.pull-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

.sidebar-menu li.active > a > .fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-menu li >a >.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    /*margin-top: 3px;*/
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* fin slidebar menu  */

/* Main footer  */
.main-footer {
    border-top:none;
    background: #fcfcfc;
}

/* ICONE + GLAPHICON */
.fa,
.glyphicon {
    transition: transform 0.1s;
    transform: scale(1);
}

/**** CSS de l'Icon-jbmb (jeboostemaboite.com)  ****/
.fa.icon-jbmb:before {
    content: "";
    background-image: url(../img/favicon.png);
    color: #ffc107;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 20px;
    width: 21px !important;
}
/* fin Icône  + Glaphicon

/* Animation de rotation de "V" en ">" et vice-versa lors de la fermeture/ouverture */
.accordion-toggle.collapsed .fa {
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-toggle .fa {
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 10px;
}


/************************ POPIN MESSAGE *************************/
#popinMessage .modal-header, #popinMessageFull .modal-header {
    padding: 5px 6px;
}
#popinMessage .modal-content, #popinMessageFull .modal-content  {
    border-radius: 15px 0 15px 0;
}


/* ICONES WEB / Info box icon site web*/
.info-box-icon.site_bloc_text {
    background-image:  url(../img/site_bloc_type_1.png);
}
.info-box-icon.site_bloc_picture {
    background-image:  url(../img/site_bloc_type_11.png);
}
.info-box-icon.site_bloc_carousel {
    background-image:  url(../img/site_bloc_type_2.png);
}
.info-box-icon.site_bloc_acces_map {
    background-image:  url(../img/site_bloc_type_3.png);
}
.info-box-icon.site_bloc_open_hours {
    background-image:  url(../img/site_bloc_type_4.png);
}
.info-box-icon.site_bloc_contact_form {
    background-image:  url(../img/site_bloc_type_5.png);
}
.info-box-icon.site_bloc_gallery {
    background-image:  url(../img/site_bloc_type_6.png);
}
.info-box-icon.site_bloc_menu {
    background-image:  url(../img/site_bloc_type_7.png);
}
.info-box-icon.site_bloc_catalog_product {
    background-image:  url(../img/site_bloc_type_8.png);
}
.info-box-icon.site_bloc_product {
    background-image:  url(../img/site_bloc_type_81.png);
}


/* Plugin Select2  */
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    /* border: 1px solid #d2d6de; */
    border-radius: 0 !important;
    /* padding: 6px 12px;*/
    height: 34px !important;
}
/* masque la flêche du plugin */
.select2-selection__arrow { display: none; }

/* EVO : colorpicker */
table.evo-palette tr:last-child,
table.evo-palette tr:nth-child(1),
table.evo-palette tr:nth-child(2),
table.evo-palette tr:nth-child(3) {
    display: none;
}
.evo-more {
    padding-top: 0px;
}
a.evo-hist {
    float: right;
}
.evo-transparent:after {
    content: "Pas de couleur";
    padding: 2px;
    display: none;
    position: relative;
    top: -20px;
    right: 150px;
    width: 150px;
    text-align: center;
    background-color: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.evo-transparent:hover:after {
    display: block;
}
.evo-pop {
    width:auto !important;
}

/* fin colorpicker  */


/*  @media  */
@media (min-width: 768px) {
    .main-header .sidebar-toggle:before,
    .sidebar-open .sidebar-toggle:before {
        content: "\f104";
    }
    body.sidebar-collapse .main-header .sidebar-toggle:before {
        content: "\f105";
    }
}

/* collapse */
.more-infos.collapsed-box .box-tools .fa {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.more-infos .box-tools .fa {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-right: 5px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.more-infos.collapsed-box .box-tools .fa {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.more-infos .box-tools .btn {
    background: #FFF;
    padding: 0px;
    text-align: left;
}
.more-infos .box-tools {
    right: auto;
    left: 10px;
    top: 6px;
    line-height: 20px;
}
.box-header .box-tools {
    position: initial;
    /*margin-top: -20px;
    margin-right: -5px;*/
    /*! font-weight: bold; */
}

.accordion-toggle.collapsed .fa {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}
.accordion-toggle.collapsed .fa {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

/* Titre tutoriels  */
#help_accordion div div.panel-heading h4.panel-title i {
    font-style: normal;
}

/*fin collapse  */


.cursor_pointer {
    cursor: pointer;
}

/* SELECTEUR DE RECHERCHE */
/* Insertion de la loupe(icon) dans le select */
.input--with-icon .fa-search {
    position: absolute;
    color:#555;
    padding-top: 10px;
    padding-left: 10px;
    z-index:1000;
}

/* Résultat de recherche */
.form-control.recherche {
    border-radius:3px 3px 3px 3px;
    padding-left:30px;
}

#resultSearch-sheet {
    position: absolute;
    top: 100%;
    z-index: 700;
    display: none;
    background:#fff;
    width: 100%;
}




/* Sélect dans Formulaire */
/*
form select {
    width: 100% !important;
}
.select2-search__field {
    width: 100% !important;
}*/

select.form-control,
.select2-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAZCAMAAADg4DWlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFQTFRFnZ2dzs7OoaGh/Pz8xcXFlZWVvr6+i4uL29vb6OjoioqKuLi49vb2y8vL4uLioqKitbW17u7uqKiot7e3h4eH1NTU+fn58vLykZGR8/Pz////xuPQ6wAAABt0Uk5T//////////////////////////////////8AJzQLNQAAAFBJREFUeNpikEIHDINQhI8BCnjhapj4GYGAm4sHLsLJLgkSZ0EyR0BYSkqUlRlJRJydU0yCA8UuFiY2IVTbmVlFBNHcw8GG4ULmwRE+AAEGAACkJ/iAQrJfAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right 42%;
}
.select2-container {
    z-index: 3051;
}
.select2-dropdown {
    border-radius: 0px !important;
    border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}
.select2-container .select2-selection--multiple {
    min-height: 34px !important;
}
.select2-container--default .select2-selection--single .select2-selection__choice {
    color: #000;
    background-color: #efefef !important;
    border-radius: 0px !important;
    border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    background-color: #efefef !important;
    border-radius: 0px !important;
    border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #000 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #efefef !important;
}
.select2-container .select2-selection--multiple {
    line-height: 1.4;
}
.has-error .select2-container--default.select2-container .select2-selection--multiple {
    border-color: red !important;
}

/* Insertion d'une icône à gauche et à l'intérieur d'un champ type input/select... */
.input--with-icon-before {
    position: absolute;
    line-height: 1;
    color:#555;
    top: 10px;
    left: 10px;
    z-index:1000;
}
/* Insertion d'une icône à droite et à l'intérieur d'un champ type input/select... */
.input--with-icon-after {
    position: absolute;
    line-height: 1;
    color:#555;
    top: 10px;
    right: 10px;
    z-index:1000;
}

/************* STOCK  *****************/

.jbmb-stk-color {color : #73564E !important}

/******* checkbox perso *********/
.label-before-checkbox-perso {
    padding-right: 5px;
}
.label-after-checkbox-perso {
    padding-left: 5px;
}
.checkbox-perso:not(:checked) + label, .checkbox-perso:checked + label {
    position: relative;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-perso:not(:checked) + label:before,
.checkbox-perso:checked + label:before,
.checkbox-perso:not(:checked) + label:after,
.checkbox-perso:checked + label:after {
    content: '';
    position: absolute;
}
.checkbox-perso:not(:checked) + label:before,
.checkbox-perso:checked + label:before {
    left:0;
    top: 0;
    width: 60px;
    height: 30px;
    background: #DDDDDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s;
}
.checkbox-perso:not(:checked) + label:after,
.checkbox-perso:checked + label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    top: 5px;
    left: 5px;
}

/* on checked */
.checkbox-perso:checked + label:before {
    background:rgba(3,169,244,0.4); 
}
.checkbox-perso:checked + label:after {
    background: #03A9F4;
    top: 5px;
    left: 35px;
}

/********* VIGNETTE TUTORIELS ***********/
/*
.jbmb-co-color {color : #03A9F4 !important}
.jbmb-pro-color {color : #009688 !important}
.jbmb-inc-color {color : #E91E63 !important}
.jbmb-out-color {color : #8BC34A !important}
.jbmb-org-color {color : #001f3f !important}
.jbmb-med-color {color : #00BCD4 !important}
.jbmb-par-color {color : #607D8B !important}
*/
.tutorial-vignette {
    cursor: pointer;
    width: 240px;
    height: 210px;
    background-color: transparent;
    border-radius: 15px 0 15px 0;
    font-size: 16px;
}
.tutorial-header {
    padding: 5px 5px;
    border-radius: 15px 0 0 0;
}
.tutorial-content {
    text-align: center;
    padding: 0px 15px;
}
.tutorial-icon {
    padding: 15px 0;
}
.tutorial-icon > i {
    font-size: 90px;
}
.tutorial-text {
    padding-bottom: 10px;
}

/********* COULEURS VIGNETTE TUTORIELS SELON LE MODULE ***********/
/* CONTACTS */
.tutorial-vignette.jbmb-contact {
    color: #03A9F4 !important;
    background-color: transparent;
    border: 1px solid #03A9F4;
}
.tutorial-vignette.jbmb-contact .tutorial-header {
    color: #FFFFFF;
    background-color: #03A9F4;
}
/* VENTES */
.tutorial-vignette.jbmb-incoming {
    color: #E91E63 !important;
    background-color: transparent;
    border: 1px solid #E91E63;
}
.tutorial-vignette.jbmb-incoming .tutorial-header {
    color: #FFFFFF;
    background-color: #E91E63;
}
/* ACHATS */
.tutorial-vignette.jbmb-outgoing {
    color: #8BC34A !important;
    background-color: transparent;
    border: 1px solid #8BC34A;
}
.tutorial-vignette.jbmb-outgoing .tutorial-header {
    color: #FFFFFF;
    background-color: #8BC34A;
}
/* STOCK */
.tutorial-vignette.jbmb-stk {
    color: #73564E !important;
    background-color: transparent;
    border: 1px solid #73564E;
}
.tutorial-vignette.jbmb-stk .tutorial-header {
    color: #FFFFFF;
    background-color: #73564E;
}
/* SITE INTERNET */
.tutorial-vignette.jbmb-website {
    color: #3F51B5 !important;
    background-color: transparent;
    border: 1px solid #3F51B5;
}
.jbmb-website .tutorial-header {
    color: #FFFFFF;
    background-color: #3F51B5;
}
/* CAMPAGNES */
.tutorial-vignette.jbmb-campaign {
    color: #FFC107 !important;
    background-color: transparent;
    border: 1px solid #FFC107;
}
.tutorial-vignette.jbmb-campaign .tutorial-header {
    color: #FFFFFF;
    background-color: #FFC107;
}
