/* MGH BEGIN from COVER */
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #ECA527;   
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333; 
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #f1f1ff; /* MGH ex fff */
  border: 1px solid #fff ; 
}
/* MGH END from COVER */

/*
 * Base structure
 */

body {
  padding-top: 70px;
  padding-bottom: 30px;
  /* MGH BEGIN from COVER */
  height: 100%;
  background-color: #000;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  /* MGH END from COVER */
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

/* MGH BEGIN from COVER */

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}


/* MGH END from COVER */

.jumbotron{padding:1px 0}

/* MGH BEGIN from CAROUSEL */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 350px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 0;
  bottom: auto;
  z-index: 10;
  color: #000;
  font-weight: bold;
  text-shadow:none;
  /* text-shadow:2px 2px 2px #ECA527; */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 350px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 350px;
}

.carousel-indicators {
   bottom: 0px;
}

/* MGH END from CAROUSEL */


/* MGH BEGIN custom */
.navbar-inverse .navbar-brand {
    color: #5F9BB3;
}

img {
display:block;
height: auto;
max-width: 100%;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: white;
	/* blanc */
	text-align: left;
	page-break-after:avoid;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #ECA527;
	/* orange */
	text-align: left;
	page-break-after:avoid;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #5F9BB3;
	/* bleu clair */
	page-break-after:avoid;
}

h4 {
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	color: #FCE567;
	/* jaune */
}

.accent {
	color:#5F9BB3;
}


.cartex{
	font-size: 18px;
}

.cartexb{
	font-size: 18px;
	color:#fff;
}

.cartexy{
	font-size: 18px;
	color:#FCE567;
}

.title1 {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	text-align: center;
}

.title2 {
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-align: left;
}


.entete {
	font-size: 0.75em;
	font-weight: bold;
	color: #1F5B73;
	text-align: left;
}

.footer {
	background-color:black;
	padding: 0.5em;
}

.note {
	color: white;
	font-size: 0.5em;
	line-height: 100%;
}

.inscription {
	color: white;
	font-size: 1em;
	line-height: 100%;
}

.tags {
	color: black;
	background-color:black;
	font-size: 0.1em;
}

/* panel */
.panel-primary {
border-color: #232323;
background-color:#232323;
}

/* non custom 
.panel-primary>.panel-heading{
color:#fff;
background-color:#337ab7;
border-color:#337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color:#337ab7 }

.panel-primary>.panel-heading .badge {
color:#337ab7;
background-color:#fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color:#337ab7
}
*/

/* Faciliware Attidude */

.videoWrapper {
position: relative;
padding-bottom: 70%; /* 56.25% pour 16:9 */
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
 

/* buzz twitter */
.twtr-widget	{
	font-size: 1em;
	}
.twtr-widget-profile	{
	font-size: 1.5em;
	}
.twtr-doc	{
	font-size: 1.5em;
	}
.twtr-hd	{
	font-size: 1.5em;
	}
.twtr-bd	{
	font-size: 1em;
	}
.twtr-timeline	{
	font-size: 1em;
	}
.twtr-tweets	{
	font-size: 1em;
	}
.twtr-tweet	{
	font-size: 1em;
	}
.twtr-tweet-wrap	{
	font-size: 1em;
	}
.twtr-tweet-text	{
	font-size: 1em;
	}
.twtr-ft	{
	font-size: 1em;
	}
