.reverse { 
    unicode-bidi: bidi-override;
    direction: rtl;
}

th:first-child, td:first-child
{
  position:-webkit-sticky;
  position:sticky;
  left:0px;
  
 
}




/* th:last-child, td:last-child
{
  position:-webkit-sticky;
  position:sticky;
  right:0px;
 
} */


.boutonmodif {
   position: absolute ;
   right: 2px ;
   top: 5px;
   color: #ffc107;
}

.navbar {
padding: 0px !important;
}

.mapsliste{
height: calc(100vh - 150px) !important;
top: 120px;
position: fixed !important;
left: 0px;

}

.titrezone{
  border-radius: 3px;
background-color: #343a40!important;
height: 32px;
}

.crit{
 font-weight: bold;
 
}
.crit50{
 font-weight: bold;
 width: 120px;
 display: inline-block;
}

.critvaleur {


}
.modal-body{
overflow: scroll;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
      max-width: 100% !important;
      min-height: 100% !important;
}

.modal-content {
  height: 100%;
  /*min-height: 100%;
  border-radius: 0;*/
}
.cardselect {
    border-color: #FFC107;
    border-width: thick;
}

.badge-droit {
	right: 20px;
	top: 8px !important;
	height: 18px;
	position: absolute !important;
	border-radius: 0px;
}

.badge-gauche {
	color: black;
	background-color: #b8c4f5 !important;
	margin-right: 5px;
}

.navbar-toggler-icon {
    
     width: 1em !important; 
     height: 1em !important;
    }

svg {
  width: 100%;
}
#dpe {
  width: 50%;
}
#ges {
  width: 50%;
}

.titrevignette {
    position: absolute;
    top: 0px;padding-left: 5px;
    left: 0px;
    width: 50%;
    height : 20px;
    background-color: #00000091;
    overflow: hidden;
    color: #FFFFFF;
}

.titrevignettebas {
    position: absolute;
    padding-left: 5px;
    bottom: 0px;
    width: 50%;
    height : 20px;
    background-color: #00000091;
    overflow: hidden;
    color: #FFFFFF;
}

.messagevignette{
  position: absolute;bottom: 0px;padding-right: 5px;
    right: 0px;
 
    height : 20px;
    
    overflow: hidden;
    color:white;

}
.prixvignette {
    position: absolute;
    bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
   
    background-color: #ffffff;
    color: #2639a2;
    font-weight: 600;
    text-align: center;
}

.detailvignette {
    position: absolute;
    top: 0px;
    padding-right: 5px;
    right: 0px;
    color: #FFFFFF;
     height : 20px;
    background-color: #00000091;
    overflow: hidden;
    width: 50%;
    text-align: right;
}

.detailvignettebas {
    position: absolute;
    bottom: 0px;
    padding-right: 5px;
    right: 0px;
    color: #FFFFFF;
     height : 20px;
    background-color: #00000091;
    overflow: hidden;
    width: 50%;
    text-align: right;
}

.maselectionvignette {
    position: absolute;
    top: 0px;
    padding-right: 5px;
    right: 0px;
    color: #FFFFFF;
     height : 20px;
    background-color: #00000091;
    overflow: hidden;
    width: 50%;
    text-align: right;
}

/*! SIDE BAR
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}


#sidebar-wrapper-right {
  min-height: 100vh;
  /*margin-right: 15rem
 */
  -webkit-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper-right .sidebar-heading,
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper-right .list-group,
#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

#wrapper.toggled-right #sidebar-wrapper-right {
  margin-left: 0;
}

@media (max-width: 600px) {
.pasdepadding {
    padding-right: 0px !important;
    padding-left: 0px !important;

}
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #sidebar-wrapper-right {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

  #wrapper.toggled-right #sidebar-wrapper-right {
    margin-right: -15rem;
  }

}


/* CHECKBOX */



		input[type=checkbox].selection {
      -webkit-appearance: none;
			-moz-appearance: none;
			-ms-appearance: none;
			-border-radius: 4px;
			height: 13px;
			width: 13px;
			background: #fff;
			border: 1px solid #ccc;
		}

		input[type="checkbox"].selection:checked {
			background: #FFC107;
			margin: 0px;
			position: relative;

			&:before {
				/*font-family: "FontAwesome";*/
				content: 'X';
				display: block;
				color: grey;
				font-size: 13px;
				position: absolute;
			}
		}


/* CAROUSSEL */
.photoslide  {
    display: block; 
    /*height: 650px !important; */
    width: 100%; 
    height: auto;

}
.miniphotoslide  {
    max-width: 80px; 
    max-height: 60px;

}



#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

.carousel-indicators li {
  opacity: 1 !important;
}
