/* Fonts */
@font-face {
	font-family: "BelleAllureCEFin";
	src: url('fonts/BelleAllureCE-Fin.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BelleAllureCEGros";
	src: url('fonts/BelleAllureCE-Gros.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BelleAllureCMFin";
	src: url('fonts/BelleAllureCM-Fin.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "BelleAllureCMGros";
	src: url('fonts/BelleAllureCM-Gros.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: "OpenDyslexicAlta";
	src: url('fonts/OpenDyslexicAlta-Regular.ttf') format("ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "OpenDyslexicAlta";
	src: url('fonts/OpenDyslexicAlta-Regular.ttf') format("ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "OpenDyslexicAlta";
	src: url('fonts/OpenDyslexicAlta-Regular.ttf') format("ttf");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "OpenDyslexicAlta";
	src: url('fonts/OpenDyslexicAlta-Regular.ttf') format("ttf");
	font-weight: bold;
	font-style: italic;
}
*/
/* ng-cloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng.ng-cloak {
    display: none;
}
ul{
	list-style: none;
}
a{
	color: #333;
}
a:hover{
	cursor: pointer;
}
ul.simple-post-list .post-image {
	float: left;
	margin-right: 12px;
}
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.callout-box{
	background-color: #546489;
	color: #fff;
	padding: 10px 20px;
}
.body-title{
	border: 1px solid #e3e3e3;
	border-left: 5px solid #234383;
	padding: 0 20px 20px;
}
.featured-box{
	border: 1px solid #e3e3e3;
	border-top: 5px solid #234383;
	padding: 0 20px 20px;
}
.breadcrumbs {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	background-color: #F5F5F5;
}
.breadcrumb{
	margin-bottom: 0;
}
.cart-btn{
	border-radius:0;
}
.navbar {
	border-radius: 0;
	
/*background: #438EB9;
color: #fff;border: 0;*/

}
/* Removed width:auto from navbar-collapse classs; */
.navbar-collapse {
border-top: 0;
box-shadow: none;
}
.navbar .navbar-brand {
/*color: #FFF;
font-size: 24px;
text-shadow: none;
padding-bottom: 10px;*/
}
.form-group-addon{
	padding-left: -20px;
}

.striked{
    text-decoration: line-through;
}

.panel-group{
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.thumbnail {
	max-width: 200px; max-height: 200px; line-height: 20px; margin-bottom: 5px;
}
.thumbnail-dev {
	max-width: 50px; max-height: 50px; line-height: 20px; margin-bottom: 5px;
}

.panel-shadow {
	padding: 10px;
	margin-bottom: 15px;
	background: #f7f7f7;
	-webkit-box-shadow: 3px 3px 0 0 rgba(0,0,100,.1);
    box-shadow: 3px 3px 0 0 rgba(0,0,100,.1);
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f7f7f7;
    border-color: #ddd;
}

.panel-title-custom {
	color: #db0202;
    text-align: center;
    font-size: 2.4rem;
    font-family: "Fira Sans","Helvetica","Arial",sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
	margin-bottom: 10px;
}

/* Seance */
.panel-title-seance-custom {
	color: gray;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
	font-size: 14px;
}

.seance-num {
	font-size: 45px;
    line-height: 50px;
    width: 50px;
    float: left;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    margin-right: 2%;
	margin-top: -5px;
}

.seance-title {
	text-align : left;
    font-weight: bolder;
}

.seance-icon {
	display: inline-block;
	margin-right: 12px;
	width:32px;
	height:32px;
	background-color: #f7f7f7;
}

.seance-actions{

}
.seance-actions:hover {
    background-color: #666;
    color: #fff;
}

/* Seance */
.panel-heading-seance{
    background-color: #ddd;
    padding: 10.5px;
    font-size: 20px;
}

.panel-heading-seance > a:not(.collapsed) .iconRight {
    display: none;
}
.panel-heading-seance > a.collapsed .iconDown {
    display: none;
}

/* Phases */
.panel-heading-phase{
    padding: 10.5px;
	font-size: 20px;
}
.panel-heading-phase > a{
    color: #fff;
}

.panel-heading-phase > a:not(.collapsed) > .iconRight {
    display: none;
}
.panel-heading-phase > a.collapsed > .iconDown {
    display: none;
}

.phase-infos {
    background: #eee;
    padding: .75em;
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px;
	margin-bottom: 10px;
	height: 55px;
}

/* Boutons phase */
.discrete {
  margin-left: 2px;
  border-radius: 16px;
  border: 1px solid #444;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 2.5px 10.5px 2.5px 12.5px;
}

.discrete:hover {
    color: white;
    border-color: #444;
}

.discrete.red {
  background-color: transparent;
  color: #db0202;
  border-color: #db0202;
}
.discrete.red:hover  {
    background-color: #db0202;
    border-color: #db0202;
    color: white;
}
	
.discrete.blue {
  background-color: transparent;
  color: #00afff;
  border-color: #00afff;
}
.discrete.blue:hover {
    background-color: #00afff;
    border-color: #00afff;
    color: white; 
}

.icon_fondamental{
	background-color: #ffd100;
    line-height: 16px;
    width: 16px;
    -webkit-border-radius: 8px;
    font-size: 11px;
	color: #fff;
    display: inline-block;
    text-align: center;
	-webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
}

.icon_attendu{
	background-color: #7FBA05;
    line-height: 16px;
    width: 16px;
    -webkit-border-radius: 8px;
    font-size: 11px;
	color: #fff;
    display: inline-block;
    text-align: center;
	-webkit-box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
    box-shadow: 3px 3px 0 0 rgba(0,0,0,.2);
}

.table-fondamentales {
	border: 2px solid #004475;
	margin-bottom: 0px;
}

.col-niveau{
	width: 40px;
	background-color: #f3f3f3;
}

.iconCompetenceProgramme {
	color: #fff;
	float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
	padding: 5px 0 0 7px;
    box-shadow: 3px 0 0 0 rgba(0,0,0,.2);
    margin: -3px 5px -5px -15px;
}

.btn-circle.btn-xl {
    width: 60px;
    height: 60px;
    padding: 10px 16px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
	position:fixed;
	/* On place le bloc en bas à droite*/
	right:30px;
	bottom:35px;
	
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle-orange {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: white;
}

.btn-circle-green{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: white;
}

.dragAndDropZone-over-class { 
	background: #5CB85C;
	color: #fff;
	border: 4px dashed #089008;
}

.dragAndDropZone-over-class div { 
	opacity: 90%;
}

.never-disabled[disabled], fieldset[disabled] .never-disabled {
    opacity: 1 !important;
	pointer-events: auto !important;
    cursor: pointer !important;
}

.fileUploaderDiv{
	position: fixed;
    bottom: 12px;
    left: 12px;
	
	-webkit-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1000ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
	
	background-image: url('../img/loader.gif') !important;
	background-size: 30px;
	
	margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    /* -webkit-box-shadow: 0 0 12px #999999; */
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    /* opacity: 0.8; */
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    background-color: #51a351;
}

.fileUploaderDiv.ng-hide {
    opacity: 0;
    transform: scale(0.8);
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  width: 200px;
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #555;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}