.skin-yellow-light .main-header .navbar,
.skin-yellow-light .main-header .logo,
.skin-yellow-light .main-header .logo:hover {
  background-color: #cc9933;
}

/* Icône FunéUP */
.fa-apifuneup:before {
    content: url('../img/logo-mini-funeup.png');
}

/* Icône Interflora */
.fa-apiinterflora:before {
    content: url('../img/logo-mini-interflora.png');
}

/* Icône Assist@ */
.fa-apiassistarobase:before {
    content: url('../img/logo-mini-assistarobase.png');
}

/* Icône CagnotteOnparticipe */
.fa-apicagnotte_onparticipe:before {
    content: url('../img/logo-mini-cagnotte-onparticipe.png');
}

/************************ 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,
#myProgressBar .modal-dialog {
  top: 40%;
  border: 2px solid #fdb738;
  border-radius: 15px 0 15px 0;
}
#myPleaseWait .modal-dialog .modal-content,
#myProgressBar .modal-dialog .modal-content {
  border-radius: 15px 0 15px 0;
}
#myPleaseWait .modal-dialog .modal-body,
#myProgressBar .modal-dialog .modal-body {
  padding: 10px;
}
#myPleaseWait .modal-dialog .progress,
#myProgressBar .modal-dialog .progress {
  margin-bottom: 0px;
}

/************************ MESSAGE TYPE TOAST *************************/
#myToastMsg {
    visibility: hidden;
    min-width: 250px;
    min-height: 100px;
    margin-left: -125px;
    top: 40%;
    left: 50%;
    border: 2px solid #fdb738;
    border-radius: 15px 0 15px 0;
    text-align: center;
    padding: 15px;
    position: fixed;
    z-index: 101;
    background-color: #fcfcfc;
}

#myToastMsg.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {top: 0; opacity: 0;} 
    to {top: 40%; opacity: 1;}
}

@keyframes fadein {
    from {top: 0; opacity: 0;}
    to {top: 40%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {top: 40%; opacity: 1;} 
    to {top: 0; opacity: 0;}
}

@keyframes fadeout {
    from {top: 40%; opacity: 1;}
    to {top: 0; opacity: 0;}
}

/******************* FORMULAIRE ********************/


/************************ CHAMP RECHERCHE *************************/
.my_search {/* xs */
    display: inline-block;
    width: 280px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.my_search input {/* xs */
    width: 200px !important;
}
.my_container {
    max-width: 1000px;
}
.my_date_bar {
    float: right;
}
@media (max-width: 992px) {
    .my_date_bar {
        float: none;
        padding-left: 15px;
    }
    
}


/************************ ADMIN TOP MENU *************************/

/* anime l'icône de fidélité et support de l'admin_top_menu */
.animationHeartBeat {
  animation: heartBeat 1s infinite alternate;
}
@keyframes heartBeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* 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;
}

/************************ CSS GENERAL *************************/

/* désactive le box-shadow de bootstrap sur les boutons */
.btn.active, .btn:active, .close:active {
    box-shadow: none;
}
.btn:active, .close:active,
.btn:focus, .close:focus,
.btn:active:focus, .close:active:focus {
    outline: none;
}
.cursor_pointer {
    cursor: pointer;
}

/* 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;
}

/* Box body  */
.box-body {
  padding: 10px 0 0 0;
  border-radius: 0;
}

/* 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;
}

/* Barre de navigation */
.main-header .sidebar-toggle {
  padding-top: 22px;
  padding-bottom: 23px;
}
.main-sidebar,
.left-side {
  z-index: auto;
}
.main-header .navbar-custom-menu > ul > li > a > .fa, .main-header .navbar-custom-menu > ul > li > a > .glyphicon {
   font-size: 26px;
  line-height: 65px;
}
.main-header .nav.navbar-nav > li > a {
    cursor: pointer;
}

/* Main footer  */
.main-footer {
    border-top:none;
    background: #fcfcfc;
}

/* Modal-body  */
.modal-body {
    padding: 15px 10px;
}

/* Modal-footer  */
.modal-footer {
    padding: 15px 20px;    
}

@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-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;
}
/* Section box  */
section>.box {
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 15px 0 15px 0;
}
/* section content  */
section.content>div.box>div.box-body>*:not(.full-screen) {
  max-width: 1000px;
}



/************************* POPIN MESSAGE ***********************/
#popinMessage .modal-header {
    padding: 5px 6px;
}

/************************ NOTIFICATION *************************/
#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;
}

/************************ 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%;
}
/* Bouton  */
.btn {
  font-size: 18px;
  border-radius: 10px 0 10px 0;
  border-width: 0;
}
.btn-adminlte {
    font-size: 16px !important;
}
.btn-add-item {
  margin-bottom: 10px;
}
.btn-add-item .fa {
  margin-left: 10px;
}
.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 {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.input-group-addon .fa:hover {
  -webkit-transform: none;
  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;
}
.info-box {
    border-radius: 10px 0 10px 0;
    margin-bottom: 5px;
    transition: all 0.6s ease;
}
/* 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;
}
/* Icone dans le Bouton : Info-box-icon  */
.info-box.param .info-box-icon {
    border-radius: 10px 0 0 0;
    line-height: 90px !important;
    max-width: inherit;
}
/* Paramètre Bouton Site Web : Info-box-site  */
.info-box-site {
    transition: all 0.3s ease;
}

/************************ LOGO *************************/
.logo img {
    max-width: 100%;
    max-height: 38px;
}

/************************ SLIDEBAR MENU *************************/
@media (min-width: 768px) {
  .main-sidebar,
  .left-side {
    padding-top: 65px;
  }
  .main-header .sidebar-toggle:before,
  .sidebar-open .sidebar-toggle:before {
    content: "\f104";
  }
  body.sidebar-collapse .main-header .sidebar-toggle:before {
    content: "\f105";
  }
}
@media (max-width: 768px) {
  .main-sidebar,
  .left-side {
    padding-top: 130px;
  }
}
.skin-yellow-light .sidebar-menu > li > a {
  border-left: none;
}
.sidebar-menu >li>a {
  padding-left: 7px;
}
.main-sidebar ul {
  list-style: none;
}
.sidebar-menu >li>a >.fa {
  font-size: 20px;
  width: 25px;
}
.sidebar-menu>li>a>.glyphicon {
    display: inline-block;
  font-size: 18px;
  width: 25px;
}
.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;
  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;
}

/************************ ICONES FA / GLYPHICON *************************/
.fa,
.glyphicon {
  transition: transform 0.1s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/************************ POPIN MESSAGE *************************/
#popinMessage .modal-content {
    border-radius: 15px 0 15px 0;
}

/************************ ICONES MODULE WEBSITE *************************/
.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-search { /* masque le champ recherche dans le select */
    display: none !important;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border-radius: 0 !important;
    height: 34px !important;
}
.select2-container .select2-selection--multiple {
  min-height: 34px !important;
  line-height: 1.4;
}
/* masque la flêche du plugin */
.select2-selection__arrow { display: none; }
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-dropdown {
  border-radius: 0px !important;
  border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-selection--single .select2-selection__choice,
.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-selection--multiple {
  border-radius: 0px !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;
}
.has-error .select2-container--default.select2-container .select2-selection--multiple {
  border-color: red !important;
}

/************************ PLUGIN 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;
}

/************************ PLUGIN EASYPIE CANVAS *************************/

.easyPie {
  position: relative;
}

.easyPie canvas {
  position: absolute;
  top: -90px;
  left: 0px;
}

/************************ COLLAPSE BOX *************************/
.more-infos.collapsed-box .box-tools .fa {
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.more-infos .box-tools .fa {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 5px;
  -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;
}
.more-infos.collapsed-box .box-tools .fa {
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.more-infos .box-tools .btn {
  background: #FFF;
  background: transparent;
  padding: 0px;
  text-align: left;
}
.more-infos .box-tools {
  left: 0px;
  /*top: 15px;*/
  top: 0px;
  line-height: 20px;
}
.box-header .box-tools {
  /*margin-top: -20px;
  margin-right: -5px;*/
}
.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.collapsed .fa {
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* Titre tutoriels  */
#help_accordion div div.panel-heading h4.panel-title i {
    font-style: normal;
}

/************************ INPUT 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;
}
/* Insertion de la loupe(icon) dans le select */
.input--with-icon-before {
    position: absolute;
    color:#555;
    top: 10px;
    left: 10px;
    z-index:1000;
}
/* Insertion de la loupe(icon) dans le select */
.input--with-icon-after {
    position: absolute;
    color:#555;
    top: 10px;
    right: 10px;
    z-index:1000;
}
/* Résultat de recherche */
.form-control.recherche {
    /*border-radius:10px 0px 10px 0px;*/
    padding-left:30px;
}
#resultContactSearch-sheet, #resultProductSearch-sheet {
    position: absolute;
    top: 100%;
    z-index: 700;
    display: none;
    background:#fff;
    width: 100%;
}
/* permet d'avoir le padding à gauche */
.glyphicon {
    display: inline;
}

/******* CHECKBOX STYLE TOOGLE *********/
.label-before-checkbox-perso {
    padding-right: 5px;
    font-weight: 400;
}
.label-after-checkbox-perso {
    padding-left: 5px;
    font-weight: 400;
    vertical-align: middle;
}
.checkbox-perso:not(:checked) + label, .checkbox-perso:checked + label {
    position: relative;
    width: 40px;
    height: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-perso:disabled + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.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: 40px;
    height: 22px;
    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: 18px;
    height: 18px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #FFFFFF;
    top: 2px;
    left: 2px;
}
.checkbox-perso:checked + label:after {
    top: 2px;
    left: 20px;
}
/* couleur */
.jbmb-contact .checkbox-perso:checked + label:before {
    background: #03A9F4;
}
.checkbox-perso.checkbox-perso-bg-red-checked:checked + label:before {
    background: #f44336;
}
