html,
body {
	overflow-x: hidden !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	background-color: #F5F5F5;
	font-size: 13px;
}
body.modal-open {
    padding-right: 0px !important;
    overflow-y: auto;
}
.page {
    display: block;
    min-height: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding-left:2px;
	padding-right:2px;
}

/*Mise en page */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #3B81BD;
    font-size: 1.6em;
}
h2 {
    color: #3B81BD;
    font-size: 1.4em;
    margin-top: 0;
}
h3 {
    color: #3B81BD;
	font-size: 1.2em;
    margin-top: 0;
}
.stronger {
	font-size: 1.4em;
	
}
@media screen and (min-width:768px) {
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2em;
	}
}
.filter {
	padding: 7px 12px;
}
a {
    color: #3B81BD;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}

/* MENU HAUT */
.navbar {
	margin-bottom:0px;	
	background-color:#FCFCFC;
	color:#2E2E2E;
}
@media screen and (min-width:768px) {
	.navbar {
		background-color:transparent;
		color:#FFF;
	}
}
.navbar a {
    color: inherit;
}
.navbar-foad {
	background-color:#FCFCFC;
	-moz-box-shadow: 0px 5px 5px 0px #cbcefb;
	-webkit-box-shadow: 0px 5px 5px 0px #cbcefb;
	-o-box-shadow: 0px 5px 5px 0px #cbcefb;
	box-shadow: 0px 5px 5px 0px #cbcefb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cbcefb, Direction=180, Strength=5);
	color:#2E2E2E;
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}
.navbar-nav li a:hover  {
	background-color: transparent;
	color: #3B81BD;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #3b81bd;
}
.navbar-nav .active  {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #008040;
	margin-bottom:5px;
}

/*avatars */
.Avatar {	
	margin:8px;
	width:40px;
	height:40px;
	border-radius:20px;
	overflow:hidden;
}
.Avatar a img {
	width:40px;	
}
.popover {
	color:#3B81BD;	
}
@media screen and (min-width:768px) {
	.Avatar {	
		margin-right:20px;
		width:80px;
		height:80px;
		border-radius:40px;
		overflow:hidden;
	}
	.Avatar a img {
		width:80px;	
	}
}

/* Header */
header {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	width: 100%;
	height: 200px;
	padding-top:95px;
}

.big-header {
}
@media screen and (min-width:768px) {
	.big-header {
		height: 500px;
		padding-top:200px;
	}

}


header h1 small {
	color: #969696;
}

/*contenu */
.content{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFF;
}

/*taille des images dans l editeur*/
.img75 {
	width:75% !important;	
	height:auto;
}
.img50 {
	width:50% !important;	
	height:auto;
}
.img25 {
	width:25% !important;
	height:auto;
}
.img-full {
    min-width: 100%;
}

/* mode plein écran de l'éditeur */
/* ajout d'une marge supérieur pour garder en visu le menu du LMS */
div.mce-fullscreen {
	margin-top: 102px;
}

/*MENU DU BAS*/
/*footer */
footer {
	background-color: #CCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
#infos_cfa {
	padding-top:10px;
	padding-bottom:10px;
}
#menu_bas {
	padding-top:10px;
	padding-bottom:10px;
	background-color: #030303;
}
#menu_bas .page ul li {
    list-style-type: none;
	padding-left:0px;
	color: #fff;
    font-weight: bold;
}

#menu_bas ul li .active {
	color: #D5D5D5;
}

#voice {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3B81BD;
	background-image: url(../img/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	width: 100%;
	color: #FFF;
}
footer fieldset legend {
	font-size:1.2em;
	color:#FFF;
}

@media screen and (min-width:768px) {
	footer fieldset {
		padding-top:50px;
		padding-bottom:50px;
	}
	footer fieldset legend {
		font-size:2em;
		color:#FFF;
	}
}

/* All images should be responsive */
img .reponsive {
    max-width: 100% !important;
}
/*Champs obligatoires */
:required {
    border-color: #F30;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F30;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #F30;
}
/* Display inline */
.inline {
    display: inline;
    width: auto;
}
.row {
	margin:0px;	
}
.margin15 {
	margin-bottom:15px;	
}
/* maintenance */
.maintenance {
    background-image: url(../img/maintenance.jpg);
    background-repeat: repeat-x;
}
.my-group .form-control{
    width:50%;
}

/* ressources list dragable */
.resourceListDraggable {
	padding: 1px;
	width: 100%;
	cursor: pointer;	
    color: #3c763d;
    background-color: #fff;
    border-color: #459845;
}
/* users list dragable */
.connectedSortable {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	margin-bottom: 10px; 
	min-height : 200px; 
	max-height: 200px; 
	overflow: scroll; 
	overflow-x: hidden;	
}

/* Bouton ON / OFF */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 1px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 29px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

/* Traduction */
#traductions {
	padding:15px;
	font-size:2em;
}


/*Ressources FOAD */
#foad hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B81BD;
	margin-bottom:10px;
	
}
#foad li {
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
}
#foad .title1 {
	background-color:#3B81BD;
	padding:5px;
	color:#FFF;
	border-radius:5px;
	margin-top:0px;
}
#foad .title2 {
	color: #FF8000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	margin-bottom:10px;
}
#foad .title3 {
	color: #3B81BD;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3B81BD;
	margin-bottom:10px;
}

#foad .title4 {
	color: #5CB85C;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #5CB85C;
	margin-bottom:10px;
}

/*ARTICLES*/
/*pleine page */
.focus {
    text-align: left;
    vertical-align: top;
    white-space: normal;
    margin-bottom: 25px;
    padding: 5px;
}

article footer {
    background-color: #F2F2F2;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #3B81BD;
}
.cadre {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:15px;
}
.reactions {
	background-color: #E2E2E2;
}

.reactions .bord {
    padding-top: 5px;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #3B81BD;
}

.reactions dd {
    padding-bottom: 25px;
}

.bande {
    text-align: left;
    vertical-align: top;
    white-space: normal;
    display: block;
    padding: 5px;
	min-height:250px
}

.bande2 {
    margin: 5px;
}
.txt footer {
    background-color: #F2F2F2;
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #3B81BD;
}
.bande img {
	max-height:250px;	
	
}
.journal, .journal2 {
    /*height:60px;*/
    text-align: left;
    vertical-align: top;
    white-space: normal;
    padding: 5px;
	margin-bottom:20px;
    -moz-box-shadow: 10px 10px 5px 0px #EEEEEE;
    -webkit-box-shadow: 10px 10px 5px 0px #EEEEEE;
    -o-box-shadow: 10px 10px 5px 0px #EEEEEE;
    box-shadow: 10px 10px 5px 0px #EEEEEE;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#EEEEEE, Direction=134, Strength=5);
}
.opacity {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.journal h2, .journal2 h2 {
	font-size: 1.75em;
	display:block;
	width:100%;
}
.journal .titre {
    height:220px;
    overflow: hidden;
}
.journal:hover {
	background-color:rgba(51, 122, 183, 0.5);	
	
}
.journal .txt, .journal2 .txt {
    height: 150px;
    overflow: hidden;
}

.journal .foo, .journal2 .foo {
    background-color:#F5F5F5;
}

.journal .foo-progress {
	bottom: 107px;
}

.journal2 .foo-progress {
	bottom: 69px;
}

.foo-progress {
	margin-top:5px;	
	position: relative;
	float: left;
}

.module-title {
	padding: 0px !important;
}

.modal-header.bg-primary {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

/* MEDIA QUERIES */
@media screen and (max-width:319px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left:1px;
		padding-right:1px;
	}
	ul {
		padding-left:1px;
	}
}

@media screen and (max-width:767px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left:5px;
		padding-right:5px;
	}
	ul {
		padding-left:1px;
	}
}
@media screen and (min-width:768px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-left:15px;
		padding-right:15px;
	}
	ul {
		padding-left:5px;
	}
}

video {
	width: 100%    !important;
	max-width:640px;
	height: auto;
	min-width: 250px;
	min-height: 150px;
	resize: both;
	overflow: auto;
}

#verif_session {
	min-height:100px;
 	position: fixed;
  	bottom: 0;
  	right: 0;
  	width: 75%;
	margin-right:-75%;
	margin-bottom:30px;
}
#verif_session h2 {
	color:#2D2D2D;
}

/*page mes resultats */
.badges {
	text-align: center;
	height:270px
}

/* style pour le drag & drop */
#dragandrophandler {
	border-left: 2px dotted #B2DBA1;
	border-top: 2px dotted #B2DBA1;
	border-right: 2px dotted #B2DBA1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
	color: #92AAB0;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	font-size: 200%;
	background-color: #EEE;
	display: block;
}
.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px; 
    overflow: hidden;
    display: inline-block;
    margin: 0px 10px 5px 5px;
    vertical-align: top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px; 
}
.statusbar {
    border-top: 1px solid #A9CCD1;
    min-height: 25px;
    width: 100%;
	display: block;
    padding: 10px;
    vertical-align: top;
	margin-left: 5px;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}
.filesize {
	display: inline-block;
	vertical-align: top;
	color: #30693D;
	width: 100px;
	margin-left: 10px;
	margin-right: 5px;
}
.abort {
    background-color: #A8352F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
    color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: top;
}
.filter {
	padding: 7px 12px;
}
#partenaires {
	width: 100%;
	text-align: center;
	background-color: #3E3E3E;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #778486;
}
#partenaires legend {
	color:#2D2D2D;	
}

/* websphere */
fieldset img {width:125px;}
#websphere {
	width: 100%;
	text-align: center;
	background-color: #424242;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #778486;
}
#websphere legend {
	color: #2D2D2D;
}
.da-thumbs {
	list-style: none;
	margin: 0 auto;
	padding-left: 2px;
	padding-right: 2px;
}
.da-thumbs li {
	float: left;
	margin: 1px;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	text-align: center;	
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
	width:100%;
	height:100%;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 20px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	font-size:1em;
}

.btn-height {
	height: 80px;
}
.btn.active {
	background-color: red;
}
/*produits preferes */
.onoffswitch {
    position: relative; width: 140px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 36px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Préférés";
    padding-left: 27px;
    background-color: #59B559; color: #030303;
}.onoffswitch-inner:after {
    content: "Tous";
    padding-right: 27px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 25px; margin: 5.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 100px;
    border: 2px solid #E3E3E3; border-radius: 36px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/*TA */
.onoffswitch2{
    position: relative; width: 140px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch2-checkbox {
    display: none;
}
.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #E3E3E3; border-radius: 36px;
}
.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 36px; padding: 0; line-height: 36px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch2-inner:before {
    content: "TP";
    padding-left: 27px;
    background-color: #59B559; color: #030303;
}.onoffswitch2-inner:after {
    content: "TA";
    padding-right: 27px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch2-switch {
    display: block; width: 25px; margin: 5.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 100px;
    border: 2px solid #E3E3E3; border-radius: 36px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}
