
/*************** Chargement **************/
#chargement {
	font-size: 35px;
	text-align: center;
	color: white;
	position: absolute;
	/* left: 50%; */
	/* top: 25%; */
	/* width: 600px; */
	/* margin-left: -300px; */
	margin-top: 10%;
}
	
#chargement-infos {
	font-size: 15px;
	text-align: right;
	color: white;
	white-space: nowrap;
	display: block;
	border-bottom:5px solid #0094FF;
	width: 0%;
}
/*****************************************/

.body {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #000;
}
#body {
	display: none;
}

/***************** Video full *****************/
#bgvid {
	display: none;
	margin-top: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
	right: 50%;
	bottom: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('//nicolas.jpg') no-repeat;
    background-size: cover; 
	transition: 1s opacity;
}
.stopfade { 
   opacity: .3;
}
@media screen and (max-width: 500px) { 
  /* div{width:70%;}  */
}
@media screen and (max-width: 800px) {
  /* html { background: url('//nicolas.jpg') #000 no-repeat center center fixed; } */
  #bgvid { display: none; }
}
/*********************************************/

/********* section d'explication pause video *********/
#info { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  /* width: 33%; */
  margin: auto;
  margin-bottom: 15px;
  float: right;
  font-size: 1.2rem;
}
#info h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
}
#info button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}
#info button:hover { 
   background: rgba(0,0,0,0.5);
}

#info a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .16s background; 
}
#info a:hover{
  background:rgba(0,0,0,0.9);
}
/***********************************************/

/************** Menu latéral gauche ************/
#accordion {
	/* position:fixed; */
	display: none;
	z-index: 1;
}
.glyphicon { margin-right:15px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px; }
.panel-body .table { margin-bottom: 0px; }

#collapseOne {
	background: rgba(255, 255, 255, 0.5)
}
/***********************************************/

/************** Menu haut multi lien ***********/
@media (min-width: 767px) {
  .navbar-nav .dropdown-menu .caret {
		transform: rotate(-90deg);
  }
}
/***********************************************/

/**************** section transparente *********/
#well {
  background: rgba(255, 255, 255, 0.5);
  color: black;
}
/***********************************************/

/*************** KFC ***************************/
#kfc {
	background-image: url("/images/kfc.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:relative;
}
@media (max-width: 100px) and (orientation: landscape) {
	.container {
		margin-top: 200px;
	}
}
@media (max-width: 600px) {
	#kfc {
		background-size:contain;
	}
  .container {
    margin-top: 50px;
  }
}
/***********************************************/


/*********************** LEGRAND ***************/
#alert {
	position: sticky;
	top: 40px;
}
