/* Def des objects HTML */

.txt-blue {
	color: #6091cc;
}

.txt-green {
	color: #a4d555;
}

.txt-red {
	color: #d62728;
}

.txt-orange {
	color: #ff9f19;
}

.txt-grey2 {
	color: #777777;
}


html, body {
	height: 100vh;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	height: 100vh;
	margin: 0;
	padding: 0;
}

a:focus, a:hover {
	cursor: pointer;
	color: var(--color-anchor-hover);
	text-decoration: none;
}

/* Btn-link */
.btn-link:hover, .btn-link:focus, .btn-link.active {
	cursor: pointer;
	color: #9e65b0;
	text-decoration: none;
}


label {
	color: #666666;
}

span.form-control {
    padding-left: 0;
    padding-right: 0;
    border: transparent;
    box-shadow: none;
}

.AppliLogo {
    float: left;
    margin-left: 10px;
    max-height: 50px;
    margin-top: 0px;
    min-height: 30px;
    height: auto;
	margin-top: 3px;
    /*max-width: 125px;*/
}

.AppliLogo-signin {
	float: left;
	margin-left: 10px;
	max-height: 50px;
	margin-top: 3px;
}


.navbar {
	margin-top: 0px;
	min-height: 100px;
	line-height: 100px;
}

.navbar-brand{
	height: auto;
	padding: 0px 15px;
}

ul.nav.navbar-nav {
	margin-top: 4px;
}

@media screen and (max-width: 910px) {
	ul.nav.navbar-nav {
		margin-left: 80px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-header{
		float: none;
	}

	.navbar-toggle {
		display: initial;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}

	.navbar-right {
		float: none !important;
		margin-right: unset;
		
	}
	
	.navbar-signin {
		margin-top: 0px;
	}
	
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 100px; 
		width: 100vw;
	}
	
	.display-url {
		font-size:150%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
}


.div-pop {
	overflow: hidden;
	background: #ffffff;
	text-align: center;
	/*position: absolute; 
	top: 0;
	left: 0;*/
	width: 100%;
	min-height: 100vh;
}

div#BoxIdent {
	background: #ffffff;
	border: 0px solid #cccccc;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.btn-open-translate {
    height: 34px !important;
    font-size: 22px !important;
}
.btn-open-translate:last-child {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

[class*=all-] {
    min-height: 30px;
    height: auto;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    color: white;
    font-size: 16px;
    width: 300px;
}

.all-alert {
    background: #a94442;
}

.all-success {
    background: #3c763d;
}

.all-warning {
    background: #f0db75;
}

.all-notify {
    background: #9e65b0;
    
}

/* Def button bootstrap */
.btn-default {
	color: #888888;
	background: #f6f6f6;
	border-color: #aaaaaa;
	border-radius: 0px;
}

.btn-default:focus,
.btn-default.focus {
	color: #888888;
	background-color: #f6f6f6;
	box-shadow: none;
	border-color: #aaaaaa;
}

.btn-default:hover {
	color: #888888;
	background-color: #f6f6f6;
	box-shadow: none;
	border-color: #aaaaaa;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	/*color: #888888;
	background-color: #f6f6f6;*/
	border-color: #aaaaaa;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #888888;
	background-color: #f6f6f6;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #f6f6f6;
}

.btn-search {
	background: white;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
	font-size: 140%;
	width: 35px;
	border-radius: 0px;
	margin-top: 15px;
}


/* Panel */

li > .panel-default > .panel-heading {
	color: rgba(101, 101, 101, 1);
	background-color: transparent;
	border: none;
	text-align: left;
	border-radius: 0px;
	font-size: 14px;
	font-family: Calibri, Arial;
}

li > .panel-default > .panel-heading > .panel-title {
	color: #000;
}

li > .panel {
	margin-bottom: 0px;
	border: none;
	border-radius: 0;
	background-color: #fff;
	border-left: 6px solid var(--color-border-left-list);
}

li > .panel-heading {
	padding: 7px 15px;
	text-align: center;
}

li > .panel-title {
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 0;
	color: #909090;
}

li > .panel-footer {
	padding: 10px 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	cursor: default;
	color: var(--color-anchor-hover);
	font-family: Calibri, Arial, Verdana;
	font-weight: bold;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	background-color: #fff;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: #f3f3f3;
}

/* Podium */
.Podium-1 {
	height: 120px;
	font-family: Impact,Calibri, Arial;
	font-size: 400%;
	color: #fed939;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 10;
}

.Podium-2 {
	height: 80px;
	margin-top: 40px;
	font-family: Impact,Calibri, Arial;
	font-size: 300%;
	color: #cccccc;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 6;
}

.Podium-3 {
	height: 60px;
	margin-top: 60px;
	font-family: Impact,Calibri, Arial;
	font-size: 230%;
	color: #e8996e;
	background-image: radial-gradient(circle at center, #f0f0f0, #C0C0C0);
	text-shadow: 4px 4px 6px #7f7f7f;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}



/* Image avec titre */
ul {
	list-style-type: none;
}

.li-img-Caption {
	height: 250px;
	width: 265px !important;
	margin-bottom: 10px;
}
.li-img-Caption.downloading {
	--percent-loading: 0%;
}
.li-img-Caption.downloading > * {
	position: relative;
}
.li-img-Caption.downloading > *:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
	width: var(--percent-loading);
}

.img-Caption {
	width: 250px;
	height: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	cursor: pointer;
}

.img-Caption2 {
	max-width: 100%;
	height: 100%;
	max-height: 200px;
}


.txt-Caption {
	padding: 5px;
	font-size: 95%;
	border-top: 1px solid #cccccc;
}

.txt-Caption-down {
	padding: 5px;
	font-size: 95%;
	border-bottom: 1px solid #cccccc;
}

/* End Image avec titre */

/* Sessions */

.class-box {
	cursor: pointer;
	display: block;
	min-height: 50px;
}

li .active-select {
    border: 5px solid rgb(0, 136, 204);
}

/* End Sessions */
/* Menu */
.navbar-signin {
    background-color: #ffffff;
    border: none;
    font-size: 95%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	min-height: 60px;
	line-height: 60px;
}

.navbar-signin .navbar-nav > .active > a,
.navbar-signin .navbar-nav > .active > a:focus,
.navbar-signin .navbar-nav > .active > a:hover {
	background-color: #ffffff;
	color: #333;
}
.navbar-signin .navbar-nav > .active > a:not(:has(i)),
.navbar-signin .navbar-nav > .active > a:not(:has(i)):focus,
.navbar-signin .navbar-nav > .active > a:not(:has(i)):hover,
.navbar-signin .navbar-nav > .active > a:has(i) span,
.navbar-signin .navbar-nav > .active > a:has(i):focus span,
.navbar-signin .navbar-nav > .active > a:has(i):hover span {
	text-decoration: underline;
}

.navbar-nav > li > a {
	background-color: #ffffff;
	border: none;
	font-size: 90%;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
	color: #333;
}
.navbar-nav > li > a:not(:has(i)):hover,
.navbar-nav > li > a:not(:has(i)):active,
.navbar-nav > li > a:not(:has(i)):focus,
.navbar-nav > li > a:has(i):hover span,
.navbar-nav > li > a:has(i):active span,
.navbar-nav > li > a:has(i):focus span {
	text-decoration: underline;
}
/* End menu */

/* div de commande */

.ToolBarObj {
	height: 35px;
	background: #f6f6f6;
	box-shadow: 3px 3px 10px #c6c6c6;
	margin-top: 20px;
	padding: 4px;
}

.ButToolBar {
	border: 0;
	margin-left: 5px;
	margin-right: 5px;
	background: transparent;
	padding: 0px;
	margin-top: 0px;
}

.ButToolBar > img {
	margin-top: 4px;
	width: 25px;
	background: #ffffff;
}
/* div de commande */

.sublabel {
	font-weight: 100;
	font-size: 90%;
}

.ButProperty {
	padding: 10px 15px 10px 15px;
	background: #f6f6f6;
	text-decoration: none;
	color: #888888;
	font-size: 100%;
}

	.ButProperty > a:hover {
		font-size: 100%;
	}



	.h1-pdf {
		color: #000000;
		font-family: Calibri, Arial, Verdana;
		font-size: 60px;
		line-height: 1;
		text-align: center;
	}

	.h2-pdf {
		color: #000000;
		font-family: Calibri, Arial, Verdana;
		font-size: 50px;
		line-height: 1;
		text-align: center;
	}

	.h4-pdf {
		color: #000000;
		font-family: Calibri, Arial, Verdana;
		font-size: 40px;
		line-height: 1;
		text-align: center;
	}




/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 767px) {
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 110%;
		margin-top: 5px;
	}

	.LabActivity {
		font-size: 18px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}

	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: white;
	}

	.ClsNameStep {
		margin-left: 20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 85%;
	}

	.img-Activity {
		width: 30px;
		height: 30px;
		margin-top: 3px;
	}

	.img-Activity-Param {
		width: 18px;
		height: 18px;
	}

	.li-Activity {
		height: 62px;
	}

	.div-Activity {
		height: 57px;
	}

	.col-sm-10 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.col-xs-10 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.menu-Context {
		width: 80px;
	}

	.btn-default, .btn-info {
		font-size: 80%;
		height: auto;
	}

	.btn-primary {
		font-size: 80%;
		height: auto;
	}

	h1, .h1 {
		font-family: Calibri, Arial, Verdana;
		font-size: 275%;
		letter-spacing: -1px;
		line-height: 1;
		text-align: center;
	}



	.h1-title {
		color: var(--color-h1-title);
		font-family: Calibri, Arial, Verdana;
		font-size: 170%;
		letter-spacing: -1px;
		line-height: 1;
		text-transform: uppercase;
	}
	
	.fc-center > h2 {
		font-size: 130%;
	}
	
	.fc button, .fc table, body .fc {
		font-size: 80%;
	}
	

	h2, .h2 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;
		letter-spacing: -1px;
		line-height: 1;
	}
	
	.h2-title {
		color: #777777;
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
		letter-spacing: -1px;
		line-height: 1;
	}
	

	h3, .h3 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;
	}

	h4, .h4 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}

	h4.panel-title {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
	}

	h5, .h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
	}

	h6, .h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 90%;
		font-weight: bold;
	}

	p, .ptext {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	.text {
		font-size: 85%;
	}

	.lnk-min-add {
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 100px; 
		width: 100vw;
	}
	
	.display-url {
		font-size:110%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 130%;
	}

	.LabActivity {
		font-size: 22px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}

	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color: white;
	}

	.ClsNameStep {
		margin-left: 20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	.img-Activity {
		width: 30px;
		height: 30px;
		margin-top: 3px;
	}

	.img-Activity-Param {
		width: 18px;
		height: 18px;
	}

	.li-Activity {
		height: 62px;
	}

	.div-Activity {
		height: 57px;
	}

	.col-sm-10 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.col-xs-10 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.menu-Context {
		width: 100px;
	}

	.btn-default, .btn-info {
		font-size: 100%;
		height: auto;
	}

	.btn-primary {
		font-size: 100%;
		height: auto;
	}

	h1, .h1 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
		letter-spacing: -1px;
		line-height: 1;
		text-align: center;
	}

	.h1-title {
		color: var(--color-h1-title);
		font-family: Calibri, Arial, Verdana;
		font-size: 170%;
		letter-spacing: -1px;
		line-height: 1;
		text-transform: uppercase;
	}
	

	h2, .h2 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 195%;
		letter-spacing: -1px;
		line-height: 1;
	}
	
	.h2-title {
		color: #777777;
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
		letter-spacing: -1px;
		line-height: 1;
	}
	

	h3, .h3 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 160%;
	}

	h4, .h4 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 130%;
	}

	h4.panel-title {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
	}

	h5, .h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
	}

	h6, .h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
		font-weight: bold;
	}

	p, .ptext {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	.text {
		font-size: 100%;
	}

	.lnk-min-add {
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 100px; 
		width: 100vw;
	}
	
	.display-url {
		font-size:110%;
		margin-top: 20px;
		margin-bottom: 20px;	
	}
	
	
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 140%;
	}

	.LabActivity {
		font-size: 22px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}

	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		color: white;
	}

	.ClsNameStep {
		margin-left: 20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 130%;
	}

	.img-Activity {
		width: 40px;
		height: 40px;
		margin-top: 5px;
	}

	.img-Activity-Param {
		width: 25px;
		height: 25px;
	}

	.li-Activity {
		height: 75px;
	}

	.div-Activity {
		height: 70px;
	}

	.menu-Context {
		width: 150px;
	}

	h1, .h1 {
		font-family: Calibri, Arial, Verdana;
		font-size: 250%;
		letter-spacing: -1px;
		line-height: 1;
		text-align: center;
	}

	.h1-title {
		color: var(--color-h1-title);
		font-family: Calibri, Arial, Verdana;
		font-size: 170%;
		letter-spacing: -1px;
		line-height: 1;
		text-transform: uppercase;
	}
	

	h2, .h2 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;
		letter-spacing: -1px;
		line-height: 1;
	}
	
	.h2-title {
		color: #777777;
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
		letter-spacing: -1px;
		line-height: 1;
	}
	

	h3, .h3 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;
	}

	h4, .h4 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}

	h4.panel-title {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
	}

	h5, .h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
	}

	h6, .h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
		font-weight: bold;
	}

	p, .ptext {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	.lnk-min-add {
		font-size: 80%;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 100px; 
		width: 100vw;
	}
	
	.display-url {
		font-size:150%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
	.TitleActivity {
		font-family: Calibri, Arial, sans-serif;
		font-size: 160%;
	}

	.LabActivity {
		font-size: 24px;
		font-family: Calibri, Arial;
		color: #ffffff;
	}

	.LabCountDown {
		font-family: Calibri, Arial, sans-serif;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
		color: white;
	}
	
	.count-down1 {
		font-family: comics, Arial, sans-serif;
		font-size: 300%;
		font-weight: bold;
		text-decoration: none;
		color: #a9d340;
	}
	.count-down2 {
		color: #f54640;
	}

	.ClsNameStep {
		margin-left: 20px;
		font-family: Calibri, Arial, Verdana;
		font-size: 140%;
	}

	.img-Activity {
		width: 40px;
		height: 40px;
		margin-top: 5px;
	}

	.img-Activity-Param {
		width: 25px;
		height: 25px;
	}

	.li-Activity {
		height: 75px;
	}

	.div-Activity {
		height: 70px;
	}

	.menu-Context {
		width: 150px;
	}

	h1, .h1 {
		font-family: Calibri, Arial, Verdana;
		font-size: 275%;
		letter-spacing: -1px;
		line-height: 1;
		text-align: center;
	}

	.h1-title {
		color: var(--color-h1-title);
		font-family: Calibri, Arial, Verdana;
		font-size: 200%;
		letter-spacing: -1px;
		line-height: 1;
		text-transform: uppercase;
	}
	

	h2, .h2 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 230%;
		letter-spacing: -1px;
		line-height: 1;
	}
	
	.h2-title {
		color: #777777;
		font-family: Calibri, Arial, Verdana;
		font-size: 140%;
		letter-spacing: -1px;
		line-height: 1;
	}
	

	h3, .h3 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 190%;
	}

	h4, .h4 {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 150%;
	}

	h4.panel-title {
		color: #111;
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
	}


	h5, .h5 {
		font-family: Calibri, Arial, Verdana;
		font-size: 120%;
	}

	h6, .h6 {
		font-family: Calibri, Arial, Verdana;
		font-size: 110%;
		font-weight: bold;
	}

	p, .ptext {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	pre {
		font-family: Calibri, Arial, Verdana;
		font-size: 100%;
	}

	.key-number {
		font-family: Impact,Calibri, Arial;
		font-size: 200%;
		color: #9e65b0;
	}

	.text-key-number {
		font-family: Impact,Calibri, Arial;
		font-size: 100%;
		color: #aaaaaa;
	}
	
	.toolbar-signin{
		margin-top:0px;
		z-index: 200;
		height: 45px;
		position: absolute; 
		bottom: 0; 
		width: 100vw;
	}
	
	.vertical-toolbar {
		background: #d6d6d6;
		height: auto;
		width: 102px;
		padding: 3px;
	}
	
	.but-vertical-toolbar {
		margin: 0px;
		padding: 0px;
	}
	
	.img-Caption-Button {
		text-align: center;
		cursor: pointer;
		max-width: 94px;
	}
	
	.txt-Caption-Button {
		padding: 5px;
		font-size: 80%;
		background: #fff;
		border-top: 1px solid #d6d6d6;
	}	
	
	.display-url {
		font-size:150%;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	
}

/*******************************************
	Style card
*******************************************/
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 2px 2px 2px gray;
}

.price-card {
	height: 316px;
	max-width: 350px;
	margin-bottom: 1rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0px;
	background-color: #fff;
	border-bottom: none;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	text-align: center;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-top: none;
}

.pricing-card-title {
	color: #ec7111;
}

.btn-buy {
	color: #fff;
	background: #a3d657;
	font-size: 120%;
}

.offer-link {
	color: #ec7111;
	font-size: 120%;
}

.tooltip {
	font-family: Calibri, Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.42857143;
	position: absolute;
	z-index: 2070;
	display: block;
	text-align: left;
	text-align: start;
	white-space: normal;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	word-wrap: normal;
	word-break: normal;
	opacity: 1;
	text-shadow: none;
	line-break: auto;
	filter: alpha(opacity=1);
}

.tooltip-inner {
	max-width: 500px;
	width: max-content;
	padding: 3px 8px;
	text-align: center;
	color: #fff;
	border-radius: 0;
	background-color: #000;
}


.info-box-content-top {
    border-color: #9e65b0;
    text-align: center;
    margin-left: 0px;
    border-color: #9e65b0;
    background-color: #f4f3f4;
    margin-left: 0px;
    border-width: 0px 0px 0px 10px;
    border-style: solid;
}

.info-box-content {
    min-height: 1px;
    text-align: center;
    color: black;
    border-style: solid;
    border-color: #9e65b0;
    background-color: #f4f3f4;
    margin-left: 0px;
    border-width: 0px 0px 0px 10px;
}

.pan-block {
    background-color: #fafafa;
    border-color: #9e65b0;
}

.info-box-text-color {
	color: var(--color-primary);
}

.panel-default.active > .panel-heading > .panel-title {
	color: #ffffff;
}

/* Animation des collapses */
[data-toggle="collapse"] .panel-title:before {
    position: relative;
    top: -2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    margin-right: 5px;
    font-size: 12px;
}

[data-toggle="collapse"][aria-expanded="false"] .panel-title:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: transform .2s ease-in-out;
}

[data-toggle="collapse"][aria-expanded="true"] .panel-title:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

/* box shadow */
.box-shadow-si {
	background: white;
/*    margin-left: 10px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    height: auto;
}

.box-shadow-content {
	text-align: center;
	font-family: sans-serif, Arial;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 170%;
	color: #999;
}
.box-shadow-title {
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 24px;
	font-size:95%;
	color:#999;
}

/* custom fields */
[id^="Tbl_"] ul.array-item:after {
    clear: both;
    content: '';
    display: block;
}

/******** SignIn Content *********/
.SignInDefaultPanel {
    text-align: center;
    background-color: #f4f3f4;
}

tr.CellDataGrid {
    color: black;
    font-family: clibri, arial, verdana;
    font-size: 12px;
}

.SignInDefaultPanelButton {
    text-align: center;
    background-color: #f4f3f4;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-height: 117px;
}

.SignInDefaultPanelButtonActive {
    text-align: center;
    background-color: #f4f3f4;
    border-radius: 10px;
    border: 2px solid #9e65b0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.SignInPrimaryPanel {
	text-align: center;
	background-color: var(--color-back-primary);
}

.SignInDefaultTabTrainee {
    background-color: #9e65b0;
    margin: 0px;
}

.SignInDefaultTab {
    text-align: left;
    background-color: white;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: black;
    font-family: Calibri, Arial, Verdana;
}

.SignInInfosClasse{
    padding: 10px;

}

    .SignInInfosClasse > * {
        background-color: white;
        margin-bottom: 10px;
        padding: 5px 0;
        text-align: left;
    }

    .SignInInfosClasse > * > :nth-child(1){
        padding: 5px;
    }

    .SignInInfosClasse > * > :nth-child(2) {
        font-size: 18px;
        display: flex;
        align-items: center;
        min-height: 45px;
    }

    /*
    .SignInInfosClasse > * > :nth-child(2) > * {
        flex: 1 100%;
        display: flex;
    }
*/
    .SignInInfosClasse :last-child {
        margin-bottom: 0;
    }

    .SignInInfosClasse img {
        max-height: 50px;
    }

    .InfosClassePIN {
        font-size: 40px;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        vertical-align: middle;
    }

.SignInDefaultTitleBox {
    font-family: Calibri, Arial, Verdana;
    font-size: 130%;
    font-weight: 400;
    color: black;
	line-height: normal;
}

.SignInTitleTabs {
	font-family: Calibri, Arial, Verdana;
	font-size: 30px;
	font-weight: 900;
	color: var(--color-primary);
}

.SignInPrimaryTitleBox {
    font-family: Calibri, Arial, Verdana;
    font-size: 30px;
}

.HeaderDataGrid {
    background-color: #f4f3f4;
    color: black;
}

    .HeaderDataGrid td a, .HeaderDataGrid td {
        color: black;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid;
    border-top-color: #ADACAC;
}

.SignInText {
    font-family: Calibri, Arial, Verdana;
    font-size: 12px;
}

.SignInTitleInTab {
    text-align: center;
    font-family: Calibri, Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
}

.SignInMainButtonLabel {
    font-family: Calibri, Arial, Verdana;
    font-size: 45px;
    color: #a580b0;
}

.progress-bar {
	background-color: var(--color-progressbar-back-color);
}


div.Summary{
	position:fixed;
	top:0; 
	bottom: 0; 
	width: 300px; 
	z-index: 250;
	background:#e6e6e6;
}

.circleDiv {
    border-radius: 50%;
    height: 30px;
	border: 1px solid #dddddd;
	margin: 3px;
}

.QuizTimeUp {
	background: #ef3554;
}

.QuizTimeUp2 {
	background: #fd963b;
}

.btnValid {
	background: #6f9fb4;
	color: #ffffff;
}

.btnValid  span{
	font-family: Calibri, Arial;
	font-size: 16px;
	color: #ffffff;
}

.FeedbackBad {
	background: #ef3554;
}

.FeedbackGood {
	background: #66bf39;
}

.popover {max-width:400px;}


/*************************************************************/
/************************ VIDEO CONTROLS CSS *****************/
/*************************************************************/

.videoContainer{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	background:#000;
	color:#ccc;
}

/* video caption css */
.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	color: #ccc;
	font-size: 20px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #1F1F1F; /* fallback */
	background: -moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background: -o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}

/* control holder */
.control{
	background:#333;
	color:#ccc;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
	display:none;
}
/* control top part */
.topControl{
	height:11px;
	border-bottom:1px solid #404040;
	padding:1px 5px;
	background:#1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
/* control bottom part */
.btmControl{
	clear:both;
	background: #1F1F1F; /* fallback */
	background:-moz-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-webkit-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
	background:-o-linear-gradient(top,#242424 50%,#1F1F1F 50%,#171717 100%);
}
.control div.btn {
	float:left;
	width:34px;
	height:30px;
	padding:0 5px;
	border-right:1px solid #404040;
	cursor:pointer;
}
.control div.text{
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	font-family:verdana;
	width:20px;
	border:none;
	color:#777;
}
.control div.btnPlay{
	background:url('../images/img/controlvideo.png') no-repeat 0 0;
	border-left:1px solid #404040;
}
.control div.paused{
	background:url('../images/img/controlvideo.png') no-repeat 0 -30px;
}
.control div.btnStop{
	background:url('../images/img/controlvideo.png') no-repeat 0 -60px;
}
.control div.spdText{
	border:none;
	font-size:14px;
	line-height:30px;
	font-style:italic;
}
.control div.selected{
	font-size:15px;
	color:#ccc;
}
.control div.sound{
	background:url('../images/img/controlvideo.png') no-repeat -88px -30px;
	border:none;
	float:right;
}
.control div.sound2{
	background:url('../images/img/controlvideo.png') no-repeat -88px -60px !important;
}
.control div.muted{
	background:url('../images/img/controlvideo.png') no-repeat -88px 0 !important;
}
.control div.btnFS{
	background:url('../images/img/controlvideo.png') no-repeat -44px 0;
	float:right;
}
.control div.btnLight{
	background:url('../images/img/controlvideo.png') no-repeat -44px -60px;
	border-left:1px solid #404040;
	float:right;
}
.control div.lighton{
	background:url('../images/img/controlvideo.png') no-repeat -44px -30px !important;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress_video {
	width:85%;
	height:10px;
	position:relative;
	float:left;
	cursor:pointer;
	background: #444; /* fallback */
	background:-moz-linear-gradient(top,#666,#333);
	background:-webkit-linear-gradient(top,#666,#333);
	background:-o-linear-gradient(top,#666,#333);
	box-shadow:0 2px 3px #333 inset;
	-moz-box-shadow:0 2px 3px #333 inset;
	-webkit-box-shadow:0 2px 3px #333 inset;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.progress_video span {
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.timeBar{
	z-index:10;
	width:0;
	background: #3FB7FC; /* fallback */
	background:-moz-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-webkit-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	background:-o-linear-gradient(top,#A0DCFF 50%,#3FB7FC 50%,#16A9FF 100%);
	box-shadow:0 0 1px #fff;
	-moz-box-shadow:0 0 1px #fff;
	-webkit-box-shadow:0 0 1px #fff;
}
.bufferBar{
	z-index:5;
	width:0;
	background: #777;
	background:-moz-linear-gradient(top,#999,#666);
	background:-webkit-linear-gradient(top,#999,#666);
	background:-o-linear-gradient(top,#999,#666);
	box-shadow:2px 0 5px #333;
	-moz-box-shadow:2px 0 5px #333;
	-webkit-box-shadow:2px 0 5px #333;
}
/* time and duration */
.time{
	width:15%;
	float:right;
	text-align:center;
	font-size:11px;
	line-height:12px;
}

/* VOLUME BAR CSS */
/* volume bar */
.volume{
	position:relative;
	cursor:pointer;
	width:70px;
	height:10px;
	float:right;
	margin-top:10px;
	margin-right:10px;
}
.volumeBar{
	display:block;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#eee;
	z-index:10;
}

/* OTHERS CSS */
/* video screen cover */
.loading, #init{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/img/loading.gif') no-repeat 50% 50%;
	z-index:2;
	display:none;
}
#init{
	background:url('../images/img/bigplay.png') no-repeat 50% 50% !important;
	cursor:pointer;
}


.ToolBarObject {
	height: 40px;
	background: #f6f6f6;
	position: absolute; 
	box-shadow: 3px 3px 10px #c6c6c6;
}

.ButToolBarCanvas {
	margin-left: 5px;
	margin-right: 5px;
	min-width: 30px;
	width: 30px;
	background: transparent;
}

.LabPanButToolBar{
	color: #a9a9a9;
	font-family: arial, times;
	font-size: 14px;
}

.panel-box {
    border-color: #ddd;
}

.panel-box > .panel-heading {
    color: rgba(101, 101, 101, 1);
    background-color: #ffffff;
    border-color: #ddd;
	text-align: left;
	border-radius: 0px;
	font-size: 14px;
	font-family: Calibri, Arial;
}

.sortable-box {
	cursor: pointer;
	display: block;
}


.ButActivity {
	text-align:center;
	cursor: pointer;
}

.ButColor{
	min-width: 30px;
	width: 30px;
}

.ButColor:active, .ButColor:hover, .ButColor:focus, .ButColor.active, .ButColor.hover .ButColor.focus {
	min-width: 30px;
	width: 30px;
}


/***************************************************
Styles pour la gestion des pages du portail
****************************************************/

div.info {
	border-radius: unset;
}

.div-add-elem-page {
	padding: 5px;
	border: 1px dashed #a2cf31;
	cursor: pointer;
}

.div-elem-page {
	padding: 5px;
	cursor: pointer;
}

.div-elem-page :hover {
	outline: 1px solid #ff9811;
}


.div-object-elem {
	width: 100%;
	text-align: left;
	color: #aaaaaa;
	background: #fafafa;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}

.elem-text {
	margin-top: 5px;
	margin-bottom: 5px;	
	padding: 5px;
}

.btn-collapse {
	width: 100%;
	border-radius: unset;
}

.div-collapse {
	border: 1px solid #aaaaaa;
}

.responsive-image {
	max-width: 100%;
	height: auto;
}

.col-row-img-wall {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;	
}

.column-img-wall {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column-img-wall img {
  margin-top: 8px;
  vertical-align: middle;
}

.ToolBarVerticalRight {
	position:fixed;
	top:0; 
	bottom: 0; 
	background:#e6e6e6;
	padding-top: 5px;
	z-index: 1100;
	right: 0px;
	border-left: 1px solid #e6e6e6;
	background:#fafafa;
	width: 240px;
	overflow-y: auto;
}

/* width */
#PanToolBarRight::-webkit-scrollbar, #PanToolAnnotation::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#PanToolBarRight::-webkit-scrollbar-track, #PanToolAnnotation::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
#PanToolBarRight::-webkit-scrollbar-thumb, #PanToolAnnotation::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
#PanToolBarRight::-webkit-scrollbar-thumb:hover, #PanToolAnnotation::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.box-verticalbar {
	width: 235px;
	background-color: var(--color-back-box-vertical);
	margin-top: 5px;
	min-height: 100px;
	padding: 5px;
	text-align: left;
}

.title-verticalbar {
	color: #ffffff;
	font-family: Calibri, Arial, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
}

.content-verticalbar {
	color: #ffffff;
	font-family: Calibri, Arial, sans-serif;
	font-size: 95%;	
}

.btn-verticalbar {
	background: #581d74;
	color: #ffffff;
	font-family: Calibri, Arial, sans-serif;
	font-size: 95%;	
	text-transform: uppercase;
	border-radius: unset;
	border: none;
}

.li-img-menu {
	height: 100px;
	width: 115px !important;
	margin-bottom: 10px;
}

.img-menu {
	width: 100px;
	height: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	cursor: pointer;
}

.img-menu2 {
	max-width: 100%;
	height: 100%;
	max-height: 100px;
}


.txt-menu {
	padding: 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}


.h5-title {
	color: #000000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 120%;	
	text-transform: uppercase;	
}


@media screen and (max-width: 800px) {
  .column-img-wall {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  
	.ToolBarVerticalRight {
		position: initial; 
		height: auto; 
		width:50px; 
		top:165px;
		right:0px; 
		z-index: 120;
		text-align:center;
		float: right;
	}
  
  
}

@media screen and (max-width: 600px) {
  .column-img-wall {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: @screen-md) {
    .PanLabConsoleTrainer {
        font-size: 75%;
    }
}

.PanLabConsoleTrainer {
    font-size: 71%;
}

.PanLabConsoleActivate {
	border-bottom: 2px solid var(--color-class-background);
}

.PanLabConsoleDesactivate {
    border-bottom : 2px solid #f4f4f4;
}

.BackgroundClass {
	background: var(--color-class-background);
}

@media screen and (max-width: @screen-lg) {
    .PanLabConsoleTrainer {
        font-size: 90%;
    }
}


.head-model {
    height: 10vh;
    background: #ffffff;
    border: 1px solid #ccc;
}

.menu-model {
	height: 5vh;
	background: #ffffff;
	border: 1px solid #ccc;	
}

.body-model {
	min-height: 80vh;
	background: #ffffff;
	border: 1px solid #ccc;
}

.footer-model {
	height: 5vh;
	background: #ffffff;
	border: 1px solid #ccc;
}

.ToolBarVertical {
	position: fixed; 
	height: auto; 
	width:40px; 
	top:65px;
	left:0px; 
	z-index: 120;
	text-align:center;
	background: #fafafa;	
	border: 1px solid #aaa;
}

.textarea-editor {
	width: 200px;
	height: 150px;
}

.manpage {
	width: 100%;
	height: 75px;	
}














/* Apparence des datatables personnalisés */
.datatable-custom {
    margin-bottom: 15px;
}

.datatable-custom th {
    background-color: #f6f6f6;
    color: #777777;
}

.datatable-custom .spacer {
    background-color: #e9e9e9;
}

.datatable-custom .spacer td {
    padding: 3px;
}

.datatable-custom .primary-color {
    background-color: #c9c9c9;
    color: #333333;
}

.datatable-custom .secondary-color {
    background-color: #d6d6d6;
    color: #333333;
}

/* Affichage en module */
.main-module, .submodule {
    margin-top: 15px !important;
}

.module-header {
    text-align: left;
    padding-left: 30px;
    margin-bottom: 15px;
}
.module-header > .module-back {
    background: transparent;
    border: none;
}
.module-header > .module-back > .glyphicon {
    top: 3px;
}
.module-header > .module-back + button:nth-child(2) {
    padding-left: 0;
}
.module-header > span:first-of-type {
    font-size: 2.3rem !important;
}
.module-header > span.no-title:first-of-type {
    font-size: inherit !important;
}
.module-header > span {
    position:relative;
    top: 3px;
}
.module-header > span.no-change {
    position: initial !important;
    font-size: inherit !important;
}
.module-header > :first-child {
    margin-left: -30px;
}
.module-header > :first-child[class*="hidden"]+* {
    margin-left: -30px;
}
.module-header.h1-title {
    font-size: 3.2rem !important;
}
.module-header.h1-title > span:first-of-type {
    font-size: inherit !important;
}
.module-header.h1-title > .module-back {
    font-size: 65%;
}

.module-footer {
    margin-top: 30px;
    text-align: center;
}
.module-footer button + button {
    margin-left: 30px;
}

.module .list-thumbs > ul {
    margin: 0 15px;
    padding: 0;
}

.module .list-items > ul {
    margin: 0 15px;
    padding: 0;
}

.module .tab-content {
    margin-top: 15px;
}
.module .tab-pane {
    padding-top: 15px;
}
.module .toolbar-element,
.module-list-elements .add-element,
.module-list-sub-elements .add-element {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

.module-list-elements .list-elements,
.module-list-elements .list-sub-elements,
.module-list-sub-elements .list-elements {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    padding-left: 0;
}

.search-form {
    background-color: #f4f3f4;
    text-align: left;
    padding: 15px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.search-form .actions {
    margin-top: 15px;
    text-align: center;
}

table.table-list-items {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    text-align: left;
}
table.table-list-items > thead:first-of-type > tr > * {
    background: #f4f3f4;
}
table.table-list-items > thead:first-of-type > tr > *.sort {
    background: #f4f3f4 url('../images/img/sort_both.png') right center no-repeat;
    cursor: pointer;
}
table.table-list-items > thead:first-of-type > tr > *.sort-asc {
    background: #f4f3f4 url('../images/img/sort_asc.png') right center no-repeat;
    cursor: pointer;
}
table.table-list-items > thead:first-of-type > tr > *.sort-desc {
    background: #f4f3f4 url('../images/img/sort_desc.png') right center no-repeat;
    cursor: pointer;
}
table.table-list-items > thead > tr > * {
    padding: 10px 18px;
    text-align: center;
}
table.table-list-items > tbody > tr > * {
    padding: 8px 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
table.table-list-items > tbody > tr > *:first-child {
    border-left: 6px solid #dddddd;
}
table.table-list-items > tbody > tr > *:last-child {
    border-right: 1px solid #dddddd;
}
table.table-list-items .no-result {
    border: 1px solid #dddddd !important;
}
table.table-list-items .action {
    cursor: pointer;
}
/* fin affichage en module */


.btn-menu {
    border-radius: unset;
    margin-top: 5px;
	border-color: #f4f4f4;
}


.head-table {
	height: 40px;
	font-weight: 700;
	background: #808794;
	line-height: 40px;
	border: 1px solid #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	color: #fff;
}

.body-table {
	min-height: 40px;
	font-weight: 300;
	background: #fafafa;
	line-height: 40px;
	border: 1px solid #eeeeee;
	padding-left: 4px;
	padding-right: 4px;
display: flex;
  flex-direction: column;	
}

.row-table {
	min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;	
}


.stripe-2 {
  color: black;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #ccc 10px,
    #ccc 20px
  ),
  linear-gradient(
    to bottom,
    #eee,
    #999
  )
}

.file-upload {
	background: linear-gradient(to bottom, #eee, #ddd);
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: inherit;
	font-size: 75%;
	border-radius: 20px;
	box-shadow: 0 0 6px rgba(35, 173, 255, 1);
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ins {
  background: lightgreen;
}

del {
  background: pink;
}


.btn-primary {
	color: var(--btn-primary-color);
	border-color: var(--btn-primary-border-color);
	background-color: var(--btn-primary-background-color);
	border-radius: 0px;
}

.btn-primary:focus,
.btn-primary.focus {
	color: var(--btn-primary-color-hover);
	border-color: var(--btn-primary-border-color-hover);
	background-color: var(--btn-primary-background-color-hover);
}

.btn-primary:hover {
	color: var(--btn-primary-color-hover);
	border-color: var(--btn-primary-border-color-hover);
	background-color: var(--btn-primary-background-color-hover);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: var(--btn-primary-color-hover);
	border-color: var(--btn-primary-border-color-hover);
	background-color: var(--btn-primary-background-color-hover);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: var(--btn-primary-color-hover);
	border-color: var(--btn-primary-border-color-hover);
	background-color: var(--btn-primary-background-color-hover);
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	border-color: #aaaaaa;
	background-color: #f6f6f6;
}

.btn-info {
	color: #777777;
	border-color: #f0f0f0;
	background-color: #f0f0f0;
	border-radius: 0px;
}

.btn-info:focus,
.btn-info.focus {
	color: #f0f0f0;
	border-color: #777777;
	background-color: #777777;
}

.btn-info:hover {
	color: #f0f0f0;
	border-color: #777777;
	background-color: #777777;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #f0f0f0;
	border-color: #777777;
	background-color: #777777;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #f0f0f0;
	border-color: #777777;
	background-color: #777777;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	border-color: #777777;
	background-color: #777777;
}

/* Animation glyphicon */
.glyphicon-refresh-animate {
    animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


/**** Video Responsive ****/
.video-responsive {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.dropssmenu-treso {
	background:#f4f4f4;
	position: absolute !important;
	border: 1px solid rgba(0, 0, 0, .15) !important;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
	webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;

}


.page-container {
	  box-shadow: 0 1px 3px #444;
	  position: relative;
	  font-size: 1px;
	  line-height: 1;
	  margin-bottom: 10px;
	  margin-left: auto;
	  margin-right: auto;
}

/*******************************************
 HomePageTrainee
*******************************************/
.portal-container {
	margin-top: 20px;
	flex-direction: row;
	min-height: 600px;
}

.portal-flex-col {
	display: flex;
	flex-direction: column;
}

.portal-flex-row {
	display: flex;
	flex-direction: row;
}

.portal-col-left {
	width: 75%;
	padding: 10px;
}

.portal-col-right {
	width: 30%;
	max-width: 280px;
	padding-left: 15px;
}

/***** Box outil ***/
.card-portal {
	background-color: #fff;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	/*border-radius: 10px;
	box-shadow: 0px 1rem 1.5rem rgba(161,161,161,0.5);*/
	border: 1px solid #ccc;
}

	.card-portal .banner {
		/*background-image: linear-gradient(to right top, #444444, #6b6b6b, #959595, #c2c2c2, #f0f0f0);*/
		background: var(--color-training);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 6rem;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		box-sizing: border-box;
	}

		.card-portal .banner img {
			background-color: #fff;
			width: 8rem;
			height: 8rem;
			box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
			border-radius: 50%;
			transform: translateY(50%);
			transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
		}

			.card-portal .banner img:hover {
				transform: translateY(50%) scale(1.3);
			}

	.card-portal .menu {
		width: 100%;
		height: 5.5rem;
		padding: 1rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		position: relative;
		box-sizing: border-box;
	}

		.card-portal .menu .opener {
			width: 2.5rem;
			height: 2.5rem;
			position: relative;
			border-radius: 50%;
			transition: background-color 100ms ease-in-out;
		}

			.card-portal .menu .opener:hover {
				background-color: #f2f2f2;
			}

			.card-portal .menu .opener span {
				background-color: #404040;
				width: 0.4rem;
				height: 0.4rem;
				position: absolute;
				top: 0;
				left: calc(50% - 0.2rem);
				border-radius: 50%;
			}

				.card-portal .menu .opener span:nth-child(1) {
					top: 0.45rem;
				}

				.card-portal .menu .opener span:nth-child(2) {
					top: 1.05rem;
				}

				.card-portal .menu .opener span:nth-child(3) {
					top: 1.65rem;
				}

	.card-portal h2.name {
		text-align: center;
		padding: 0 2rem 0.5rem;
		margin: 0;
		font-family: arial;
		font-size: 120%;
		color: #777777;
		font-weight: 600;
	}

	.card-portal h3 {
		text-align: left;
		font-family: arial;
		font-size: 120%;
		color: #777777;
		font-weight: 200;
	}

	.card-portal .title {
		color: #a0a0a0;
		font-size: 0.85rem;
		text-align: center;
		padding: 0 2rem 1.2rem;
	}

	.card-portal .actions {
		padding: 0 2rem 1.2rem;
		display: flex;
		flex-direction: column;
		order: 99;
		border-top: 1px solid #cccccc;
		margin-top: 10px;
	}

		.card-portal .actions .follow-info {
			padding: 0 0 1rem;
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			margin-top: 10px;
		}

			.card-portal .actions .follow-info h2 {
				text-align: center;
				width: 50%;
				margin: 0;
				box-sizing: border-box;
			}

				.card-portal .actions .follow-info h2 a {
					text-decoration: none;
					padding: 0.8rem;
					display: flex;
					flex-direction: column;
					border-radius: 0.8rem;
					transition: background-color 100ms ease-in-out;
				}

					.card-portal .actions .follow-info h2 a span {
						color: #1c9eff;
						font-weight: bold;
						transform-origin: bottom;
						transform: scaleY(1.3);
						transition: color 100ms ease-in-out;
					}

					.card-portal .actions .follow-info h2 a small {
						color: #afafaf;
						font-size: 0.85rem;
						font-weight: normal;
					}

					.card-portal .actions .follow-info h2 a:hover {
						background-color: #f2f2f2;
					}

						.card-portal .actions .follow-info h2 a:hover span {
							color: #007ad6;
						}

		.card-portal .actions .follow-btn button {
			color: inherit;
			font: inherit;
			font-weight: bold;
			background-color: #ffd01a;
			width: 100%;
			border: none;
			padding: 1rem;
			outline: none;
			box-sizing: border-box;
			border-radius: 1.5rem/50%;
			transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
		}

			.card-portal .actions .follow-btn button:hover {
				background-color: #efb10a;
				transform: scale(1.1);
			}

			.card-portal .actions .follow-btn button:active {
				background-color: #e8a200;
				transform: scale(1);
			}

	.card-portal .desc {
		text-align: justify;
		padding: 0 2rem 2.5rem;
		order: 100;
	}

.sublabel85 {
	font-weight: 100;
	font-size: 85%;
}

/* Boite pour formation */
.sec-training {
	float: left;
	margin-right: 20px;
	width: 250px;
	height: 200px;
	background: #249ed7;
	background-size: 280px 200px;
	box-shadow: 0 4px 15px -4px #000;
	margin-top: 20px;
}

	.sec-training:hover {
		box-shadow: 0 4px 15px -4px #aaaaaa;
	}

.div-training {
	background: var(--color-training);
	width: 170px;
	height: 200px;
	float: right;
	padding: 0 7px 0 7px;
	position: relative;
	opacity: 0.9;
}

	.div-training h1 {
		font-size: 1em;
		color: #ffffff;
		font-family: 'Raleway', sans-serif;
		font-weight: 100;
		margin-top: 10px;
		text-align: left;
	}

	.div-training p {
		background: rgba(255, 255, 255, .2);
		margin: 35px 0 0 7px;
		width: 155px;
		color: #ffffff;
		font-family: sans-serif;
		font-weight: 100;
		font-size: .7em;
		padding: 8px 0px 8px 24px;
		border-radius: 50px 0 0 0px;
		position: absolute;
		bottom: 0;
		cursor: pointer;
	}

.div-training-duration {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	color: #ffffff;
}

.div-training-duration-v {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.sp-duration {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.isi-box-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #ffffff;
	padding: 20px;
}

.isi-box {
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	margin-top: 15px;
}

.isi-box-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px;
	background: #eee;
	align-items: center;
}

.lst-class {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 1px solid #cccccc;
	height: 50px;
	align-items: center;
	margin-top: 5px;
	padding: 5px;
}

.card-article {
	width: 250px;
	height: 200px;
	border-radius: 15px;
	padding: 1.5rem;
	background: white;
	position: relative;
	display: flex;
	align-items: flex-end;
	transition: 0.4s ease-out;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.card-article:hover {
	transform: translateY(20px);
}

.card-article:hover:before {
	opacity: 1;
}

.card-article:hover .info {
	opacity: 1;
	transform: translateY(0px);
}

.card-article:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	transition: 0.5s;
	opacity: 0;
}

.card-article img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}

.card-article .info {
	position: relative;
	z-index: 3;
	color: white;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s;
}

.card-article .info h1 {
	margin: 0px;
	color: #ffffff;
	font-size: 130%;
}

.card-article .info p {
	letter-spacing: 1px;
	font-size: 15px;
	margin-top: 8px;
	color: #ffffff;
}

.card-article .info button {
	padding: 0.6rem;
	outline: none;
	border: none;
	border-radius: 3px;
	background: white;
	color: black;
	font-weight: bold;
	cursor: pointer;
	transition: 0.4s ease;
}

.card-article .info button:hover {
	background: white;
	color: black;
}

.img-round {
	object-fit: cover;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.info-trainer {
	width: 260px;
	position: absolute;
	bottom: 25px;
	margin-left: 35px;
	cursor: pointer;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.panel-title {
	font-style: unset;
}

@media (max-width: 480px) {
	.portal-col-left {
		width: 100%;
	}

	.portal-col-right {
		width: 100%;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.portal-col-left {
		width: 100%;
	}

	.portal-col-right {
		width: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.portal-col-left {
		width: 75%;
	}

	.portal-col-right {
		width: 30%;
	}
}