/* LESS Document */
/*************************/
/* Imports */
/*************************/
@import "/include/css/ajaxStyle.css";
@import "/include/css/all.min.css";
@import "/include/css/jquery-ui.min.css";
@import "/include/css/gijgo.min.css";
@import "/include/css/animate.css";
@import "/include/css/bootstrap4-toggle.min.css";
@import "/include/css/bootstrap.min.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
body {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #000;
}
.text-black {
  color: #191919 !important;
}
a {
  color: #191919;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #c70000;
}
.bg-boucher {
  background-color: #000 !important;
}
.h2,
h2 {
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
}
.bg-dark {
  background-color: #191919 !important;
}
.btn-dark {
  color: #fff;
  background-color: #191919;
  border-color: #191919;
}
.btn-danger {
  color: #fff;
  background-color: #c70000;
  border-color: #c70000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* ===============================================================
  Navigation
=================================================================*/
.header-fond {
  height: 160px;
  border-bottom: solid 5px #fff;
}
.navbar {
  padding: 0 !important;
  margin-top: -5px;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #c70000;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*.navbar-toggler>.close {
    display:inline;
}
.navbar-toggler.collapsed>.close, .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}*/
.navbar-brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navbar-dark .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
  }
}
.close {
  opacity: 1;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #c70000;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
/* navbar becomes mobile sidebar under lg breakpoint */
@media (max-width: 992px) {
  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -45%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 88px;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    -webkit-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
    transition: left 0.35s ease;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #191919;
    z-index: 9999;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.mt-nav {
  margin-top: 4.5rem !important;
}
.joliette {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.joliette span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.st-paul {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  position: absolute;
  top: 45px;
  right: 10px;
  color: #fff;
}
.st-paul span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}
.jolietteMobile {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  background-color: #c70000;
  padding: 5px;
}
.jolietteMobile span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}
.st-paulMobile {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  background-color: #191919;
  padding: 5px;
}
.st-paulMobile span {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}
/* ===============================================================
   Carousel
=================================================================*/
.fermeture {
  border-bottom: solid 5px #fff;
}
.carousel-caption {
  position: absolute;
  top: 100px;
  right: 50%;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1450px) {
  .carousel-caption {
    top: 50px;
    right: 35%;
    left: 5%;
    font-size: 46px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    top: 40px;
    right: 35%;
    left: 5%;
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 670px) and (max-width: 767px) {
  .carousel-caption {
    top: 30px;
    right: 35%;
    left: 5%;
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 376px) and (max-width: 659px) {
  .carousel-caption {
    top: 30px;
    right: 30%;
    left: 5%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 375px) {
  .carousel-caption {
    top: 5px;
    right: 30%;
    left: 5%;
    font-size: 20px;
    line-height: 26px;
  }
}
/* ===============================================================
  Introduction
=================================================================*/
.intro {
  margin-top: 150px;
}
@media only screen and (min-width: 1055px) and (max-width: 1444px) {
  .intro {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1054px) {
  .intro {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 990px) {
  .intro {
    margin-top: 35px;
  }
}
.intro h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) and (max-width: 1444px) {
  .intro h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .intro h1 {
    font-size: 24px;
  }
}
.intro h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (min-width: 1445px) and (max-width: 1690px) {
  .intro h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1151px) and (max-width: 1444px) {
  .intro h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1150px) {
  .intro h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.intro p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (min-width: 1445px) and (max-width: 1690px) {
  .intro p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1151px) and (max-width: 1444px) {
  .intro p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1150px) {
  .intro p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* ===============================================================
  Produits
=================================================================*/
.produitBoeuf {
  background-image: url(/images/maquette/page-boeuf.jpg);
  width: 100%;
  height: 405px;
}
h1.titresCategories {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 56px;
}
h2.modalProduit {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #000;
}
h3.modalPrix {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #c70000;
}
h4.modalDescription {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
p.modalTexte {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.photos {
  max-height: 300px;
}
/* ==========================================================================
   Cat�gories
 ========================================================================== */
.padCat {
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}
a h2.titreCat {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
}
@media only screen and (min-width: 990px) and (max-width: 1350px) {
  a h2.titreCat {
    font-size: 1.2rem;
  }
}
.voirProd {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
/* ==========================================================================
   Modal Produits
 ========================================================================== */
.modalProduits {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}
.modal-dialog-scrollable {
  display: block;
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .fixMarg {
    margin-left: 0 !important;
  }
}
/* ==========================================================================
   Footer
 ========================================================================== */
.mtFooter {
  margin-top: 75px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .mtFooter {
    margin-top: 50px;
    padding-bottom: 1rem !important;
  }
}
@media only screen and (max-width: 575px) {
  .mtFooter {
    margin-top: 25px;
    padding-bottom: 1rem !important;
  }
}
.mbFooter {
  margin-bottom: 50px;
}
.adresse {
  text-align: right;
}
@media only screen and (max-width: 990px) {
  .adresse {
    text-align: left;
  }
}
.adresse h3 {
  font-size: 1.25rem;
}
.heures-titre h4 {
  font-size: 1.25rem;
}
.fixed-bottom {
  position: fixed;
  margin: auto;
  height: 60px;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
footer {
  font-size: 11px;
  padding-top: 15px;
  background: #c70000;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #051d39;
  text-decoration: none;
}
.contact-info {
  padding-left: 0;
  padding-right: 2rem;
}
@media only screen and (min-width: 991px) {
  .contact-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.jour {
  float: left;
}
.heures {
  float: right;
}
/* ==========================================================================
   Admininstration
========================================================================== */
.bodyAdmin {
  min-height: 75rem;
  padding-top: 4.5rem;
  background-color: #f8f9fc;
  color: #191919;
}
.btn-outline-light {
  color: #fff;
  border-color: #f8f9fa;
  background-color: #c70000;
}
.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}
.titres {
  color: #c70000;
  font-weight: 600;
}
/* ==========================================================================
   Contact
========================================================================== */
.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* ==========================================================================
   Admin fomrs
========================================================================== */
.marginFixForm {
  margin-top: 2.5rem !important;
}
/* ==========================================================================
   Ajax File Upload
========================================================================== */
.ajax__fileupload {
  padding: 0px !important;
  border: 0px !important;
  overflow: visible !important;
  height: auto !important;
}
.ajax__fileupload .ajax__fileupload_dropzone {
  color: #c70000 !important;
}
.ajax__fileupload .ajax__fileupload_selectFileContainer {
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  overflow: visible !important;
}
.ajax__fileupload .ajax__fileupload_selectFileContainer .ajax__fileupload_selectFileButton {
  white-space: nowrap !important;
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  background-color: #007bff !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}
.ajax__fileupload .ajax__fileupload_selectFileContainer .ajax__fileupload_selectFileButton:hover {
  background-color: #0069d9 !important;
}
.ajax__fileupload .ajax__fileupload_footer {
  line-height: normal !important;
  height: auto !important;
}
.ajax__fileupload .ajax__fileupload_footer .ajax__fileupload_uploadbutton {
  white-space: nowrap !important;
  display: inline-block;
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  background-color: #007bff !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}
.ajax__fileupload .ajax__fileupload_footer .ajax__fileupload_uploadbutton:hover {
  background-color: #0069d9 !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer {
  margin-top: 40px !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: auto !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .filetype {
  display: none !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .pendingState {
  color: #c70000 !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: 1 !important;
          flex-flow: 1 !important;
  width: 100% !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .filesize {
  display: none !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .uploadstatus {
  white-space: nowrap;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .removeButton {
  position: relative !important;
  margin-left: 20px;
  white-space: nowrap !important;
  width: auto !important;
  line-height: normal !important;
  height: auto !important;
  background-color: #dc3545 !important;
  color: #fff !important;
  padding: 0.375rem 0.75rem !important;
  border-radius: 0.25rem !important;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo .removeButton:hover {
  background-color: #c82333 !important;
}
.ajax__fileupload .ajax__fileupload_queueContainer > .ajax__fileupload_fileItemInfo + .ajax__fileupload_fileItemInfo {
  margin-top: 10px;
}
/* ==========================================================================
   Switch visible pas visible
========================================================================== */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #06c225;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #06c225;
          box-shadow: 0 0 1px #06c225;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
