img{
  max-width: 100%;
}
.sidebar-menu>li>a>.fab, .sidebar-menu>li>a>.fas, .sidebar-menu>li>a>.far {
    width: 20px;
}
.fixed-right{
    right:0;
}
.cursor-pointer{
    cursor: pointer;
}
.menuoutil {
 position: fixed;
 bottom: 145px;
 right: 20px;
 z-index: 1000;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.table{
    display: table;
}
.menuoutil .menu-item {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  background: #333;

  transition: background 0.3s ease;
  opacity: 0;
  transform: scale(0);
}

.menuoutil .menu-item:hover {
  background: #555;
}

.menuoutil .menu-open {
  display: none;
}

.menuoutil .menu-open:checked + .menu-open-button .hamburger-1 {
  transform:translate3d(0,0,0) rotate(45deg);
}

.menuoutil .menu-open:checked + .menu-open-button .hamburger-2 {
 transform:translate3d(0,0,0) scale(0.1,1);
}

.menuoutil .menu-open:checked + .menu-open-button .hamburger-3 {
  transform:translate3d(0,0,0) rotate(-45deg);
}

.menuoutil .menu-open:checked ~ .menu-item {
  opacity: 1;
  transform: scale(1);
}

.menuoutil .menu-open-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 50%;
  z-index: 1001;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.menuoutil .hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  transition: background 0.3s ease, transform 0.3s ease;
}

.menuoutil .hamburger-1{
  transform:translate3d(0,-8px,0);
}
.menuoutil .hamburger-2{
  transform:translate3d(0,0,0);
}
.menuoutil .hamburger-3{
  transform:translate3d(0,8px,0);
}
.btn-elegant {
    background-color: #44494d;
    color: #fff!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}
.btn-create-rub{
    position: fixed;
    bottom: 10px;
    right:10px;
    z-index: 999999;
}
.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 25px;
    line-height: 43px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-elegant2 {

    background-color: #EBEFF4;
    color: #44494d!important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
}

  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .checkbox-wrapper-13 input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .checkbox-wrapper-13 input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .checkbox-wrapper-13 input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .checkbox-wrapper-13 input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .checkbox-wrapper-13 * {
    box-sizing: inherit;
  }
  .checkbox-wrapper-13 *:before,
  .checkbox-wrapper-13 *:after {
    box-sizing: inherit;
  }


.container-delete-media-select{
    position: absolute;
    top: 10px;
    left: 10px;
}
.list-group{
	margin-bottom:0px;
}
.color-pick{
  width:79%;//84
}
/* HEADER SITE */
.main-header .sidebar-toggle:before {
    content: "";
}
/* HEADER TABLEAU */
.header-rub li{
  background: #44494d;
  color:#fff;
  border-radius: initial !important;
}
/* RUBRIQUE */
.menu-item-depth-1 {
    margin-left: 30px;
    background: #EDEDED;
}
.menu-item-depth-3 {
    margin-left: 60px;
    background: #EDEDED;
}

/*LISTE*/
.todo-list {
    overflow: initial;
}
.todo-list>li .label {
    margin-left: 0px;
    font-size: 1.2rem;
}
/* LIENS */
.lien-intitule{
	color:#333;
}

/* custom check */
.customcheck{
	font-size:15px;
}

/* formulaire */
label{
  width:100%;
  margin-top:5px;
  font-weight: bold;
}

label.label-check{
  width:auto;
  margin-right:10px;
}
.mb-form{
	margin-bottom: 10px; /*marge pour input */
}
.marge-rub{
  margin-left: 30px; /*marge pour sous rub / sous categorie*/
}
.marge-rub2{
  margin-left: 60px; /*marge pour sous rub / sous categorie*/
}
.btn
{
	border-radius: .125rem;
   /*font-size: 0.9375rem;*/
  padding: .25rem .625rem;
}
.btn-secondary{
	background: #dce7e8;
	color:#333;
}
.btn-secondary:hover{
	background: #e5eeee;
	color:#333;
}
.background-update{
	background: #017a88;
	color: #ffffff;
}
.bgpurple{
    background: #b839e2;
    color: #ffffff!important;
}
.bgpurple:hover{
    background: #9900d6;
    color: #ffffff!important;
}

.btn-mettre-a-jour{
	text-transform: uppercase;
	color: #333333;
	border-radius: .125rem;
}
.btn-mettre-a-jour:hover{
	color: #333333;
}
.btn-save-pos{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}
.btn-brouillon{
	text-transform: uppercase;
	background: #048d9f;
	color: #ffffff;
	border-radius: .125rem;
}
.btn-brouillon:hover{
	background: #2ea0af;
	color: #ffffff;
}
.btn-parcours-media{
	background: #06a1b9;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: .125rem;
}
.btn-parcours-media:hover{
	background: #07b1cc;
	color: #ffffff;
}
.btn-maroon{
  background: #ca195a !important;
  color:#ffffff;
}
.enavant{
	font-weight: bold;
	font-size: 1.5rem;
}

/* identify */

.taggd{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  border: 4px solid #000000;
  display: none;
  border-radius: 3px;
  cursor:pointer;
}

.taggedimg{
  position:relative;
  display:block

}

/* media */


.picto-choisi-hide{
  display: none;
}

.picto-choisi-menu-hide{
  display: none;
}

.picto-choisi-show{
  display: block;
}

.picto-choisi img{
  max-width: 100%;
}



.fichier-choisi-hide{
  display: none;
}

.fichier-choisi-menu-hide{
  display: none;
}

.fichier-choisi-show{
  display: block;
}

.album-choisi-hide{
  display: none;
}

.album-choisi-show{
  display: block;
}

.fichier-choisi img{
  max-width: 100%;
}

/* max number referencement */
.number_max{
  position:   relative;
}
.number_max input{
    padding-right: 32px;
}
.number_max .send_number_max{
  position:   absolute;
  top:  1px;
  right:   1px;
  background:   #EBEFF4;
  height:   32px;
  width:  auto;
  padding:  6px 10px 6px;
}
.send_number_max.max_length{
    color:  #ED5B25;
}
.send_number_max.init{
    color:  #637B8F;
}

/* media */
.hidden-header{
    display: none;
}
.media-album .dossier{
    font-size: 110px;
}
.new-fichier{
    margin-top: 10px;
}
.col-media{
  /*-ms-flex: 0 0 10%;
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
    height:  10%;
    max-height: 10%;*/
    padding-top: 15px;
    padding-bottom: 15px;

   overflow: hidden;
}

.col-media.placeholdermedia{
  background: #ECF0F5;
}
.folder-gallery{
    background:#ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius:4px;
}
.media-album .col-media .img-media {
   width:100%;
   /* height:130px; */
   position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;

}
.media-album .col-media .img-media .table {
    height:130px;
    display: table;
    margin-bottom: 0;

}
.media-album .col-media .img-media .table-cell {
    display: table-cell;
   padding: 0px;
     height:170px;
    vertical-align: middle;

}
.media-album .img-media img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  cursor:pointer;
}

.media-album .img-media.full{
 /*height:140px;*/
}

.container-album .fichier .fas{
  font-size: 16px;
  margin: 0px 3px;
}

.dossier{
  color:#26313A;
}

.fichier{
 /* margin-bottom: 15px;*/
}

.envoi-media{
  margin-bottom:20px;
}
.envoi-ok{
  color:#009c00;
}

.click-album{
  cursor:pointer;
  /* margin-bottom:15px; */
}

.back-fichier{
  cursor: pointer
}
.label-file {
    cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
    margin-right:10px;
}
.label-file:hover {
    color: #25a5c4;
}

.input-file {
    display: none !important;
}
.action-img{
  font-size: 20px;
}
.action-img i{
  margin-left: 10px;
  cursor: pointer;
}
.modal-myurl-img{
  margin:auto;
}
.jcrop-holder{
    margin:auto;
}
.btn.btn-dark.focus, .btn.btn-dark:focus, .btn.btn-dark:hover{
    color:#fff;
}

.btn.btn-change{
  margin-bottom: 10px;
}

/* plugins */
.img-plugin{
    max-width: 100%;
}
.btn-white{
  background: #ffffff;
}

/* parametre theme */
.background-logo-white{
    background: #333;
}

/* produit catalogue form */
.caracteriques i.fa-minus-square,
.caracteriques i.fa-plus-square{
  font-size: 2.2rem;
  margin-right: 10px;
  margin-top:0px;
  color: #647B8F;
  cursor: pointer;
}
.background-fixe{
  background: #E8EBEE !important;
}
/* articles */
#brouillon.btn-rub{
  background: #CBCBCB;
  color:#204d74;
  border-color: #CBCBCB;
}

.picto-ad, .picto-ad-titre{
  width:50px;
  height:40px;
  float:left;
  box-sizing: border-box;
  padding:5px;
  border: 1px solid #d2d6de;
  border-right: 0px;
}
.picto-ad:last-child,.picto-ad-titre:last-child{
  border-right:  1px solid #d2d6de;
}
.picto-ad svg, .picto-ad-titre svg{
  max-height:100%;
  height: 30px;
  max-width: 30px;
  margin: auto;
  display: block;
  cursor: pointer;
}
.picto-lst{
  width:50px;
  height:40px;
  float:left;
  box-sizing: border-box;
  padding:5px;
  border: 1px solid #d2d6de;
  border-right: 0px;
}
.picto-lst:last-child{
  border-right:  1px solid #d2d6de;
}
.picto-lst svg{
  max-height:100%;
  height: 30px;
  max-width: 30px;
  margin: auto;
  display: block;
  cursor: pointer;
}
.selected-picto{
  border: 4px solid #367EA8;
}
.selected-picto svg path, .selected-picto svg polygon, .selected-picto svg rect, .selected-picto svg circle, .selected-picto svg line, .selected-picto svg ellipse, .selected-picto svg polyline{
  fill:#616161;
}

/* utilisateurs */
.passview {
  position: relative;
}
.passview input{
  width:100%;
}

.passview i{
    position: absolute;
    top: 1px;
    right: 1px;
    background: #EBEFF4;
    height: 32px;
    width: auto;
    padding: 6px 10px 6px;
    font-size: 1.5rem;
    cursor: pointer;
}

#tab-privileges{
  width: 100%;
}
#tab-privileges td{
  padding: 20px;
  border-bottom: 1px solid #ced8e0;
}

#tab-privileges thead{
  background: #44494d;
  color:#fff;
  font-weight: bold;
}
#tab-privileges thead td:first-child{
  font-weight: normal;
}
#tab-privileges tbody td:first-child{
  font-weight: bold;
}


.boxcheck {
    display: block;
    position: relative;
    width: 90%;
    height: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.boxcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark2 {
    /* position: absolute; */
    /* top: 0; */
    position: relative;
    /* left: 0; */
    margin: auto;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.boxcheck:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.boxcheck input:checked ~ .checkmark2 {
    /*background-color: #2196F3;*/
    background: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.boxcheck input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.boxcheck .checkmark2:after {
    left: 0px;
    top: 5px;
    width: 15px;
    height: 24px;
    border: solid #b1bec9;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Transformation*/

.text-lowercase  { text-transform: lowercase !important; }
.text-uppercase  { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }

/* Weight and italics*/
.font-weight-bold   { font-weight: bold !important; }
.font-italic        { font-style: italic !important; }


.jcrop-holder img {
  background: url(../images/patern-transparent.jpg) fixed repeat;
}
.modal-myurl-img{
  background: url(../images/patern-transparent.jpg) fixed repeat;
}

/* MODAL XXL */
@media (min-width: 1200px){
    .modal-xxl {
        max-width: 95%;
    }
}
@media (min-width: 992px){
    .modal-xxl {
        max-width: 95%;
    }
}
@media (min-width: 576px){
    .modal-xxl {
        max-width: 95%;
    }
}
#myModalMedia .modal-xl{
  max-width: 1500px;
}
.clearfix{
    clear:both;
}
.bloc-maj{
    position: fixed;
    display:flex;
    left:230px;
    right:0;
    bottom: 0;
    z-index: 800;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-shadow: 0 0 10px #363a41;
      -webkit-box-shadow: 0 0 10px #363a41;
      -o-box-shadow: 0 0 10px #363a41;
      box-shadow: 0 0 10px #363a41;
      background:#fff;
}
.bloc-maj > div{
    width:100%;
}
.background-update2{
    padding: 15px;
    border-radius: unset;
    border-top-color: #fff !important;
    margin-bottom: 0px;
  background: #ffffff;
}
.btn-mettre-a-jour{
  color: #ffffff;
  font-size: 1.0625rem;
}
.btn-mettre-a-jour:hover{
  color: #ffffff;
}
.blocother{
  background: #ffffff;
  color:#64686d;
}
.blocother .btn-elegant{
     background: #64686d ;
}
.blocborderother{
  border-left: 2px solid #64686d;
  border-right: 2px solid #64686d;
}
.blocother2{
  background: #ffffff;
  color:#787c81;
}
.blocother2 .btn-elegant{
     background: #787c81 ;
}
.blocborderother2{
  border-left: 2px solid #787c81;
  border-right: 2px solid #787c81;
}
.size-action{
    font-size: 14px;
}
.size-visibility{
    font-size: 22px;
}
.size-main-action{
    font-size:19px;
}
.color-green{
    color: #00a65a;
}
.color-red{
    color: #dd4b39;
}
.color-grey{
    color: #979797;
}
.color-orange{
    color: #eea202;
}
#msgSubmit{
    margin-top: 15px;
    color: #6b9d00;
    background: #ffffff;
    font-size: 22px;
    border: 1px solid #6b9d00;
    opacity: 0.8;
    div{
        padding: 15px;
    }
}

#msgSubmitError{
    margin-top: 15px;
    color: #c90005;
    background: #ffffff;
    font-size: 22px;
    border: 1px solid #c90005;
    opacity: 0.8;
    div{
        padding: 15px;
    }
}
.bloc-photo-multi{
    position:relative;
    margin-bottom:5px;
    display: inline-block;
    width: 45%;
    margin:1%;
}

.media-frame .uploader-inline {
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}
.media-frame .uploader-inline {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 4px dashed #b4b9be;
}
.uploader-inline-content {
    /* position: absolute; */
    top: 30%;
    left: 0;
    right: 0;
}
.uploader-inline h2, .uploader-inline h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
.media-frame.mode-grid .uploader-inline-content {
    position: static;
}
.uploader-inline-content .upload-ui {
    margin: 2em 0;
}
.uploader-inline-content .button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    /* height: 28px; */
    margin: 0;
    /* padding: 0 10px 1px; */
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;

    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;

    font-size: 14px;
    height: 46px;
    line-height: 44px;
    padding: 0 36px;
}
