body[data-roles="simp"] .wrapp-table .table tbody td .nav a.edit-modele-normal-user{
  display: none !important;
}

body[data-roles="normal-user"] .wrapp-table .table tbody td .nav a.delete-modele, body[data-roles="normal-user"] .wrapp-table .table tbody td .nav a.edit-modele{
  display: none !important;
}

body[data-roles="normal-user"] .edit-session, body[data-roles="normal-user"] .close-session{
  display: none !important;
}

body[data-roles="normal-user"] #modal_view_comment_modele #modele-label-commentaire, body[data-roles="normal-user"] #modal_view_comment_modele .commentaire-modele,  body[data-roles="normal-user"] #modele-label-commentaire-createur,  body[data-roles="normal-user"] #modal_view_comment_session .commentaire-session {
  display: none !important;
}


.big-brosse-right .brosse-face img {
  max-width: 200px;
}
body{
  background-color: #fff !important;
}


.brosse-links{
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  padding-right: 15px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 75px;
  text-align: right;
}
.brosse-links img{
  width: 25px;
  height: 25px;
}

#sidebar_user .name{
  margin-bottom: 20px;
}

.brosses.margin-left-0 .margin-left-20 img{
  transform: rotate(90deg);
}

.nav-session-brosse li{
  margin-left: 15px;
}

.brosse-3d .brosse-dessus{
  height: 100%;
}

#modele-config-above-close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  opacity: 1;
}

#graph-progress{
  height: 30px;
  width: 30px;
  border: 1px solid black;
  border-radius: 50%;
  overflow: hidden;
  
}

.modal .modal-header .indicator.red {
    position: absolute;
    margin-left: -23px;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    background-color: red;
    top: 2px;
}

.graph-1 {
  background-color:  #d2007a;
  background-image: linear-gradient(145deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-2 {
  background-color:  #d2007a;
  background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-3 {
  background-color:  #d2007a;
  background-image: linear-gradient(225deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-4 {
  background-color:  #d2007a;
  background-image: linear-gradient(90deg, white 50%, transparent 50%);
}
/* Slices greater than 50% require first gradient
   to be transparent -> green */
.graph-5 {
 background-color:  #d2007a;
  background-image: linear-gradient(145deg, transparent 50%, #d2007a 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-6 {
 background-color:  #d2007a;
  background-image: linear-gradient(180deg, transparent 50%, #d2007a 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-7 {
 background-color:  #d2007a;
  background-image: linear-gradient(225deg, transparent 50%, #d2007a 50%), linear-gradient(90deg, white 50%, transparent 50%);
}

.graph-8 {
  background-image: none;
  background-color: #d2007a;
}


#step-brosse .item.active .number{
  background-color: #000 !important;
}

#step-brosse .item.active.active-pink .number{
  background-color: #d2007a !important;
}

.brosse-links .pdf {
  padding-right: 22px;
}

.step-brosse{
  position: relative;
}

.step-brosse .first, .step-brosse .second{
  background-color: #fff;
  min-width: 50px;
  min-height: 21px !important;
}

.step-brosse .first.active{
  background-color: #f4f4f4;
}

.step-brosse .second.active{
  background-color: #f4f4f4;
}

#step-brosse-progress{
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #d2007a;
}
.user-pass-reset{
  margin-top: 200px;
}
.user-reset #edit-submit{
  margin-top: 50px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  background-color: #d2007a;
  border-radius: 40%;
  padding: 11px 7px 11px 7px;
  border-radius: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #d2007a;
  width: fit-content;
  padding-right: 20px;
}


.subheader .logout{
  position: absolute;
  right: 75px;
  width: 27px;
  height: 25px;
  display: none !important;
}

.navbar .logout{
  width: 27px;
  margin-left: 25px;
  margin-top: 8px;
}

.first.pink-bg{
  background-color: #fdfdfd;
}
.second.pink-bg{
  background-color: #fdfdfd;
}

.step-brosse .item.pink-background .number {
   background-color: #d2007a !important;
}

.step-brosse .active.active-pink{
  /*background-color: #fdfdfd !important;*/
}

.step-brosse .active.active-pink .gray-bg{
  background-color: #ddd !important;
}
.step-brosse .item-1 .number {
   background-color: #d2007a !important;
}


.item.button-to-hide.selected .wrapp:before{
  opacity: 1;
}
/*.big-brosse-background::before {
  content: '';
  width: 100%%;
  background: #ecf6f5;
  background: linear-gradient(90deg, #ecf6f5 0%, #e1ebe7 30%, #e5dfd8 61%, #f5d7cd 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; 
}*/
select {
    border-radius: 50px;
  -webkit-appearance: none;
}
.posting{
  display: none;
  position: fixed;
  height: 90vh;
  width: 50vw;
  top: 10vh;
  left: 25vw;
  background: white;
  z-index: 9999999;

}
.close-model-gallery{
  position: absolute;
  right: 10%;
  top: 10%;
}

.close-model-gallery-in-page{
  position: absolute;
  right: 10%;
  top: 10%;
}

.posting .container-gallery {
  margin: 0 auto;
  padding: 0 10%;
  height: 100%;
  margin: 0 auto;
}

.posting .container-gallery img{
  max-width: 500px;
}

.posting .container-gallery .slick-slide {
  margin-left:27px;
}

.posting .container-gallery .slick-list {
  margin-left:-27px;
}

.posting .container-gallery .modal-photo-slider{
  top: 30%;
}

.posting .container-gallery .slick-track{
  text-align: center;
}

form label.error{
  display: none !important;
}

input.error, select.error{
  border: 2px solid #d2007a;
}

#popup-modele input{
  border: 1px solid white;
}

#popup-modele input.error{
  border: 1px solid red;
}

.modal.modal-fixed{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh !important;
}
.modal.modal-fixed .modal-dialog{
  margin-top: 150px;
}
.brosse-face img{
  max-width: 80px;

}
#modele-config-above{
  display: none;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: #ecf6f5;
  background: linear-gradient(90deg, #ecf6f5 0%, #e1ebe7 30%, #e5dfd8 61%, #f5d7cd 100%);*/
}

input#user_picture{
  display: none !important;
}

.wrapp-table .table tbody .brosses img{
  width: auto;
}

#block-simp-local-tasks {
position: relative;
}
#block-simp-local-tasks ul {
box-shadow: 0 5px 5px 0 rgba(black, 0.15);
position: fixed;
top: 40%;
right: 0px;
width: 110px;
z-index: 1000;
}
#block-simp-local-tasks ul li{
border-bottom: 2px solid #d2007a;
padding: 10px;
}
#block-simp-local-tasks ul li span li {
background: white;
text-align: center;
padding: 5px;
}
#block-simp-local-tasks ul li span li a {
color: #d2007a;
font-weight: normal;
}
#block-simp-local-tasks ul li span li a:hover{
background: none;
color: white;   
}

#user-login-form .description, #user-login-form label{
	display: none;
}

#create_session ul li img {
	max-height: 100%;
    width: auto;
}
#create_session input[type=radio] { 
  position: absolute;
  opacity: 0;
}

#create_session input[type=radio] + img {
  cursor: pointer;
}

.modal{
	top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: transparent;
}

.modal.background-white{
  background-color: white;
}

textarea{
  resize: none;
}

.table > tbody > tr {
  
}

.brosse-dessus #sup, 
.brosse-dessus #loadBrosse,
.brosse-dessus #loadPeigneClassique,
.brosse-dessus #loadPeignePrecis,
.brosse-dessus #loadPeigne2022,
.brosse-dessus #loadMiniPeigneClassic,
.brosse-dessus #loadMiniPeigneDouble
{
  display: none;
}

#renderCanvas{
  width: 100%;
  height: 100%;
}

table .edit-nav{
  z-index: 9999;
}

form#user-form{
  margin-top: 200px;
}
form#user-form .description, form#user-form #edit-field-deleted-value,  form#user-form #edit-language, form#user-form #edit-contact, form#user-form #edit-timezone{
display: none;
}

form#user-form input.username.form-text.required.margin-top-100{
margin-top: unset;
}

form div[role=alert], form .tabledrag-toggle-weight-wrapper, form .description{
  display: none;
}

.no-comment{
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: all !important;
}

/* .brosse-3d .brosse-dessus{
    width: 100%;
    height: 100%;
} */

.brosse-3d .brosse-face img {
  max-width: 250px;
}
#fps{
  display: none;
}

.images-wrapper .image-wrapper{
  position: relative;
  display: inline-block;
}
.images-wrapper .image-wrapper .remove_image{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 10px;
  background: white;
}

.user-disabled .picture{
  opacity: 0.5;
}

.user-disabled .onoffswitch-label{
  border-color: gray;
}

.user-disabled .onoffswitch-label:before{
  border-color: gray;
  background: gray;
}

.user-disabled .onoffswitch-checkbox:checked + .onoffswitch-label{
  border-color: gray;
}

.user-disabled .onoffswitch-checkbox:checked + .onoffswitch-label:before{
  border-color: gray;
}

input.onoffswitch-checkbox{
  pointer-events: all !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px !important;
}

#modal_user_edit{
  height: 100% !important;
  width: 100% !important;
}

#notification{
  transform:translateX(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out 
}
#notification.show{
  transform:translateX(0%);
}

#view-nothing-1-table-column {
  cursor: pointer;
}

.separator {
  border-right: 1px solid #dad9d9;
  margin-left: 15px;
}


.wrapp-table .table tbody .active_session.no-user td:first-child .users::before{
  animation: unset;
  background: none;
}

/*.wrapp-table .table tbody .active_session.no-user td:first-child .users img{
  border: 0px;
}*/

#modele-clone, #modele-submit {
  background-color: #000000;
  border-color: #000000;
}
#modele-clone:hover, #modele-submit:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.selection .active {
  cursor: pointer;
}

#popup-modele .label{
  display: block;
}

.brosse-materials div{
  display: block;
  text-align: right;
}

.brosse-materials div span{
  text-transform: uppercase;
}

#modele-save-modal .select-container{
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

#modele-save-modal .select-container .select-mat{
  width: 50%;
}

#modele-save-modal .select-container .select-mat p{
  text-transform: uppercase;
  margin-bottom: 20px;
}

#modele-save-modal .select-container .select-mat p, #modele-save-modal .select-container .select-mat label{
  color: #fff;
}


#modele-save-modal ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

#modele-save-modal :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

#modele-save-modal ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

#modele-save-modal #field_title, #modele-save-modal #field_reference{
  display: inline-block;
  width: 49%;
}

#pass-error{
  display: block !important;
  color: #d2007a;
  margin-top: -15px;
  margin-left: 10px;
}

div[data-drupal-messages]{
  color: white;
  background-color: #d2007a;
  width: 100vw;
  min-height: 100px;
  padding: 40px;
  text-align: center;
}

div[data-drupal-messages] a{
  color: #d2007a;
  text-decoration: underline;
}

.wrapp-type-external{
  overflow: hidden !important;
}

.section_name {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d2007a;
  align-items: center;
}

#myButtons .tab-content {
  margin-left: 14px;
}
.sidebar-type .nav-tabs{
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99999;
  background-color: white;
}

#myButtons span.icon{
  margin-right: 7px;
  background-color: #fff;
  border: 1px solid #111;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

#myButtons span.icon img{
  height: 20px;
  width: 20px;
}

.modal {
  z-index: 999999 !important;
}

.share-session{
  margin-right: 30px;
  height: 27px;
  width: 27px;
}

#share_link{
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

#share_link span {
  color: white;
}

#share_link button {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px;
}

#step-brosse .highlight-section , .brosse-dessus .highlight-section {
  color: #d2007a;
  font-weight: 800;
}

#step-brosse .highlight-section-click , .brosse-dessus .highlight-section-click {
  color: #d2007a;
  font-weight: 800;
}


#modele-hcp .choose-brosse{
  margin-bottom: 30px;

}
#modele-hcp .label_brosse{
  border: 1px solid white;
  padding: 20px;
  text-align: center;
}

#modele-hcp [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#modele-hcp [type=radio] + img {
  cursor: pointer;
}

#modele-hcp .label_brosse [type=radio]:checked{
  background: white;
}

.big-brosse-right .brosse-face{
  height: 80% !important;
}

.duplicate-icon{
  display: none;
}

.number{
  margin-left: 5px;
  margin-right: 5px;
}

#step-brosse .item.duplicate{
  border: 1px solid #d2007a;
  position: relative;
}

#step-brosse .item.duplicate-no-left{
  border: 1px solid #d2007a;
  border-left: 0px;
  position: relative;
}

#step-brosse .item.duplicate-no-right{
  border: 1px solid #d2007a;
  border-right: 0px;
  position: relative;
}

#step-brosse .item.duplicate-no-left-right{
  border: 1px solid #d2007a;
  border-right: 0px;
  border-left: 0px;
  position: relative;
}

#step-brosse .item.duplicate .duplicate-icon, #step-brosse .item.duplicate-no-right .duplicate-icon{
  display: block;
  position: absolute;
  left: -1px;
  top: -30px;
  border: 1px solid #d2007a;
  padding: 5px;
  padding-bottom: 0;
}
  

#step-brosse .item.duplicate .duplicate-icon img, #step-brosse .item.duplicate-no-right .duplicate-icon img{
  width: 15px;
  height: auto;
}

#duplicate-bar{
  border: 1px solid white;
  border-radius: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

/*#duplicate-bar:after{
  content: " ";
  width: 0;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}*/

#duplicate-bar.bar-12:after{
  content: " ";
  width: 12.5%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#duplicate-bar.bar-25:after{
  content: " ";
  width: 25%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
#duplicate-bar.bar-50:after{
  content: " ";
  width: 50%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.duplicate-radio-container{
  display: inline-flex;
  height: 40px;
  z-index: 10;
}

.duplicate-label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  border-right: 1px solid white;
  padding-right: 25px;
  padding-left: 36px;
  height: 100%;
  line-height: 40px;
}


.duplicate-radio-container.in-range{
  background: white;
}

.duplicate-radio-container.in-range .duplicate-label{
  color: #d2007a !important;
  border-color: #d2007a;
}
.duplicate-radio-container:last-of-type .duplicate-label{
  border-right: 0px;
}

.duplicate-radio {
  display: none;
}

.duplicate-radio:disabled+label {
  opacity: 0.5;
  cursor: not-allowed;
}

.duplicate-radio:checked+label {
 color: #d2007a;
 background-color: white;
 /* 
  border-color: #d2007a;*/
  /*font-weight: 800;
  font-size: 20px;*/
}
.duplicate-radio:checked+label:before {
  
}
/*
#step-brosse .item.duplicate:before{
  content: "";
  background-image: url("../img/icon-copy.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -12px;
  top: -22px;
  height: 20px;
  width: 20px;
}*/

#confirm-duplication{
  color: black;
}

#confirm-duplication:hover{
  color: black;
}

.button_save_comment_modele{
  float: right;
  margin-top: -10px;
  color: #d2007a;
}

a.button_save_comment_modele:hover{
  font-weight: 800;
  color: #d2007a !important;
}

a.saving{
  float: right;
  margin-top: -10px;
  opacity: 0.5;
}

.div_brosse{
  position: relative;
  min-height: 420px;
}

.div_brosse > img{
  position: absolute;
  bottom: 0;
}
.div_brosse_radio{
  text-align: center;
  border: 1px solid white;
  padding: 20px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 85px;
  height: 350px;
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.small_brosse{
  height: 200px;
  margin-top: 88px;
}

.big_brosse{
  height: 300px;
}

.div_brosse_radio.selected{
  background: white;
}

.div_brosse img{
  /* max-width: 200px; */
}

.duplicate-radio:not(disabled)+label:hover{
  color: #d2007a;
  background-color: white;
}

.menu.submenu{
  position: absolute;
  left: -50%;
  display: none !important;
  width: max-content !important;
  height: max-content !important;
  background: #d2007a;
  width: 100%;
  padding: 0px !important;
}

.menu.submenu li {
  display: block !important;
  padding: 15px 15px 15px 10px;
  border-bottom: 1px solid;
  border-color: rgba(255,255,255,0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu.submenu li a {
  color: white;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu.submenu li:hover{
  background: white !important;
}
.menu.submenu li:hover a, .menu.submenu li:hover a:hover{
  color: #d2007a !important;
  text-decoration: none;
}


li.dropdown:hover .menu.submenu {display: block !important;}

.header .navbar .menu li span {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.modal-peigne{
  position: absolute;
  bottom: -70px;
  color: white;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  left: 0;
}

.modal-peigne p {
  color: white;
  text-transform: uppercase;
}

#modele-hcp .modal-content{
  /* padding: 50px 100px; */
  /* min-width: 90vw; */
}

#modele-hcp .line{
  height: 400px;
  width: 1px;
  background: black;
  position: absolute;
  top: -35px;
  left: 50%;
}



@media (min-width: 1201px) {
  #modele-hcp .modal-content{
    min-width: 1000px ;
  }
}

.disabled-click{

  color: gray;
  cursor: not-allowed;
}

.header .navbar .menu.submenu li a.is-active{
  color: white !important;
}

.header .navbar .menu.submenu li a.is-active:hover{
  color: #d2007a !important;
}


.tab_content_element{
  display: flex;
}