.tableBorder {
  border: 1px solid black;
}

#myImg5{

    width:32px;
    height:32px;
}

.bleutext{ color: #00BFFF;  }
.headerSectionForm{ background-color: black; color:white;  }

.container-fluid {
      padding-top: 35px;
      padding-bottom: 50px;
  }
.police-inv {
font-size: 12px;
}	
.retour{
word-wrap: break-word;
}

.divConteneur{
overflow-x:hidden;
}
table, th, td,thead {
    /*border: 1px solid black;*/
	text-align:center;
}
.vert {
    color: green;
}
.rouge {
    color: red;
}
.label {
	width:100px;
	height:100px;


}
p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid;}
p.double {border-style: double;}
p.groove {border-style: groove;}
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}

#header .search{
  display: inline-block;
  margin-left: 20px;
}
hr.style18 { 
border-top: 1px dashed #8c8b8b;
} 
#country_list_id {
	display: none;
}

  /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
	#marginBtnRead{
		
		margin-top:-8%;
	}
	#margintext{
		
		margin-top:-3%;
	}
img
{
max-width: 550px;
max-height: 550px;
}
.progress2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem;
}
.progress-bar2 {
    height: 1.5rem;
    color: #fff;
    background-color: #008001;/*#150f0f;*/
}

.progress-barStep {
    height: 1.5rem;
    color: #fff;
    background-color: 	#961713;/*#150f0f;*/
}


.progress-bar-striped2 {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 1rem 1rem;
    background-size: 1rem 1rem;
}
/*rsgvfbdbtgdb*/

.container-fluid {
      padding-top: 35px;
      padding-bottom: 50px;
 }
 
 .divConteneur{
overflow-x:hidden;
overflow-y:hidden;
}

.caseimg 
{
max-width: 100%;
max-height: 550px;
background-image:url(../image/image_de_fond.jpg);
}
.doubleimg
{
	/*margin-top: 4cm;*/
	max-width: 100%;
	max-height: 550px;
	background-image:url(../image/image_de_fond.jpg);
}
.quatrupleimg
{
	width: 375px;
	height: 275px;
	background-image:url(../image/image_de_fond.jpg);
}
.caseimgS1
{
max-width: 100%;
max-height: 600px;
background-image:url(../image/image_de_fond.jpg);
}
.doubleimgS1
{
	
	max-width: 100%;
	max-height: 1000px;
	background-image:url(../image/image_de_fond.jpg);
}
.quatrupleimgS1
{
	width: 500px;
	max-height: 300px;
	background-image:url(../image/image_de_fond.jpg);
}
/*a mettre dans case classification */
.newh2{
color:#4e4e4e;
text-align:center;

font-size: 36px;

}
.police{
	font-size: 18px;
}
.policeTitleCase {
    color: white;
}
.hiddenDiv {
  display: none;
}

.slider-container {
  position: relative;
  width: 100%;
}

.form-range {
  width: 100%;
  margin: 0;
}

.slider-value {
  font-weight: bold;
  color: #0d6efd;
}

.value-row th {
  text-align: center;
}

.legend {
  margin-top: 10px !important;
  font-size: 11PX !important;
  color: #6c757d !important;
  text-align: center !important;
}

.plaque-index {
  text-align: left;
  font-size: 13px;
  border: 1px solid black;
  border-top: 1px solid #ddd;
  margin-top: -20PX;
  margin-bottom: 20px;
}

canvas { 
  width: 100%; 
  margin: 20px auto; 
}
.test-banner {
  width: 100%;
  background-color: #c52d2f;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}