#scrollUp{
position: fixed;
bottom : 60px;
right: -100px;
opacity: 0.5;
}
.td_formation_3 {border:1px;border-style:solid; border-color:black; vertical-align:middle; font-size: 12pt; font-family:Arial, Helvetica, sans-serif; text-align: justify; border-collapse: collapse;}
.table_formation {margin-top:20px; margin-right:auto; margin-bottom:30px; margin-left:auto; border-width: 2pt; border-color: black; border-style: solid; font-family:Arial, Helvetica, sans-serif; text-align: center; border-collapse: collapse;}
/*detail parcours*/
.container_global_trans{display :flex;align-items:center;justify-content:space-around;justify-content:space-evenly;margin-top : 5px;margin-bottom : 10px;flex-wrap : wrap;}
.container-trans{margin-bottom:10px;width : 300px;height: 40px;border : 1px solid black;background-color: rgba(252, 78, 2,0.7);background-color:var(--div-bg-color);font-size:1.6em;font-weight:bold;text-align:center;border-radius:20px;transition:background-color 2s;}
.container-trans:hover{margin-bottom:10px;width : 300px;height: 40px;border : 1px solid black;background-color: rgba(252, 78, 2,1);background-color:var(--div-bg-color-hover);font-size:1.6em;font-weight:bold;text-align:center;transition:background-color 2s;}
/*barre de progression accueil et recap module*/
#barre{width:80%;background-color:transparent;border-width:1px 1px 1px 1px; border-style:solid;height:20px;margin-left:auto;margin-right:auto;}
.barre_progress{float:left;	background-color: #0d6efd;height:100%;padding-left:0px;padding-top:0.5px;padding-bottom:-1px;margin-left:0px;}
.stage_general_1{display :flex;align-items:center;justify-content:space-around;justify-content:space-evenly;margin-top : 20px;margin-bottom : 20px;flex-wrap : wrap;}
.stage_1{background-color: #0d6efd;width : 300px;height: auto;border : 1px solid black;font-size:1em;text-align:center;transition:background-color 2s;margin-top:10px;}
.stage_1:hover{background-color: #0d6efd;transition:background-color 2s;}
.stage_1_b{background-color: rgba(65, 110, 251,0.8);width : 300px;height: auto;border : 1px solid black;font-size:1em;text-align:center;transition:background-color 2s;margin-top:10px;}
.stage_1_b:hover{background-color: rgba(65, 110, 251,0.8);width : 300px;height: auto;border : 1px solid black;font-size:1em;text-align:center;transition:background-color 2s;margin-top:10px;}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */