
.enteteDiag{
	display: grid;	
	grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 800px;
}
.saisieDiag{
	max-width: 1200px;
	margin: auto;
	display: grid;	
	grid-template-columns: 20rem 1fr;
    grid-gap: 10px;
}
.questionRow {
	max-width: 800px;
	margin-top: 0.5rem!important;
	margin-bottom: 0.5rem!important;
	padding-bottom: 0.5rem!important;
	border-bottom: 1px solid #dee2e6!important;
	
}
.questionRow > div{
	display: grid;	
	grid-template-columns: 1fr 5rem 5rem;
    grid-gap: 10px;
}

.questionRow > div .fullInput{
	grid-column-start: 1;
    grid-column-end: 4;
}
.questionRow > div .fullInput.unite .form-control{
	display: inline-block;
    width: calc(100% - 2rem);
}

.menuLeftDiag .ulMenu{
	min-height: calc(100vh - 100px - 4rem);
	max-height: calc(100vh - 100px - 4rem);
	overflow-y: scroll;
	 scrollbar-color: rgba(158, 158, 157, 0.2) rgba(158, 158, 157, 0.1);
				scrollbar-width: thin;
	
}

.menuLeftDiag .ulMenu::-webkit-scrollbar {
  width: 5px;
}
.menuLeftDiag .ulMenu::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(158, 158, 157, 0.1);
}
.menuLeftDiag .ulMenu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(158, 158, 157, 0.2);
}

.menuLeftDiag p {
	text-align: center;
	font-weight: 600;
}
.btn-toggle {
    display: inline-flex;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}


.btn-toggle {
  display: inline-flex;
  align-items: left;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
  width: 100%;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(255, 255, 255, .85);
  background-color: #0083ca;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  padding-top: 4px;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }


.btn-toggle.toggleBar > div{
	width: 100%;
	display: grid;	
	grid-template-columns: 1fr 3rem;
    text-align: left;
}
.btn-toggle.toggleBar > div span{
	line-height: 1rem;
}
.text-percent{
	text-align: right;
	font-size: 12px;
}
.btn-toggle.toggleBar > div .progress{
	grid-column-start: 1;
    grid-column-end: 3;
    height: 0.7rem;
    margin-top: 5px;
}

.hasSubMenu{
    margin-left: 1.0rem;
}
.hasSubMenu .btn-toggle{
 	font-weight: 400;
 	color: #1a1e21;
 	font-size: 0.875em;
 	padding: .1875rem .5rem;
 	line-height: 1.8;
	}

	
	
	
/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

#myUL li {
  position: relative;
  line-height: 40px;
}

#myUL li span {
  /*background-image: url(/img/folder2-open.svg);*/
  background-repeat: no-repeat;
  background-size: 25px;
  /*padding-left: 10px;*/
  display: inline-block;
  /*background-position: 0 50%;*/
  width: 100%;

	color:white;
}
#myUL li span:hover {
	background-color: rgba(127,175,246,0.2);
}
#myUL span.file a {
  /*background-image: url(/img/file-earmark.svg);*/
  background-repeat: no-repeat;
  color:#1971c2  !important;
  font-weight: 600;
  font-size:1rem;
  text-decoration: none; 
  padding-left:30px;

}

#myUL li span.file img:hover {

-ms-transform: scale(2); /* IE 9 */
-webkit-transform: scale(2); /* Safari 3-8 */
transform: scale(2);

}
.image-previous {
	position: absolute;
	left: 5px;
	top: 2px;
}

#myUL li span.caret {
  /*padding-left: 50px;*/
  background-position: 20px 50%;
}

#myUL li span.level1 {
  
  background-color: #1971c2 !important;
  font-weight: 600;
  
}
#myUL li span.level2 {

  background-color: #e5e9f0 !important;
  color:#5e81ac;
  font-weight: 600;

}

.interligne {
    color: white !important;
	background-color:green !important;
}
#myUL li div.btnsAction {
  position: absolute;
  right: 10px;
  top: 2px;
  background-color: #0dcaf0 !important;
  color: white !important;
}
#myUL li div.btnsImages {
  position: absolute;
  right: 10px;
  top: 50px;
  background-color: #0dcaf0 !important;
  color
}
#myUL li div.btnsVoir {
  position: absolute;
  left: 10px;
  top: 2px;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
  display: inline-flex;
  position: relative;
  padding-left: 2.5em;
}

/* Create the caret/arrow with a unicode, and style it */
.caret::after {
	position: absolute;
    right: 50px;
   width: 1.25em;
  line-height: 35px;
  content: '\0025BC';
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  padding-top: 4px;
  color:white;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::after {
  transform: rotate(180deg);
}

.tableau1 {

}
.tableau2 {
  border-bottom: 3px solid #dee2e6!important;
  border-top: 3px solid #dee2e6!important;
  border-left: 3px solid #dee2e6!important;
  border-right: 3px solid #dee2e6!important;
  
  border-radius: 5px;
  
}

.images {
	
	background-size: 20px;
	background-position: 0 50%;
	line-height: 120px !important;
}
.documents {
	background-image: url(/img/pdf1.svg);
	background-size: 20px;
	background-position: 0 50%;
}
.documentsxls {
	background-image: url(/img/xls1.svg);
	background-size: 20px;
	background-position: 0 50%;
}
.documentsword {
	background-image: url(/img/word1.svg);
	background-size: 20px;
	background-position: 0 50%;
}
.nested {
  display: none;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}
.btnsAction.solo{
	display: flex;
	width: 160px;
}
.btnsAction a{
	display: inline-block;
	width: 160px;
	color: white;
	font-weight: 600;
}
.btnsAction button{
	width: 80px;
}
.btnsImages.solo{
	display: flex;
	width: 160px;
}
.btnsImages a{
	display: inline-block;
	width: 160px;
	color: white;
	font-weight: 600;
}
.btnsImages button{
	width: 80px;
}




	