

/* ===== Primary Styles ========================================================
   Author: Sam CANTELE, Dan JOHNSON
   Website: www.cantele.fr
   ========================================================================== */


/* Menu s'ouvre auto */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

.footer-fixed-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}
#cadrinfo{
	background-color:#F99;
	height:50px;
	margin-bottom:80px;
	padding:4px;
	width:950px;
  	position: fixed;
  	bottom: 0;
	z-index: 900;
}
.stlist{
	list-style-type:none;
  padding-top: 4px;
}

.stlist li{
	margin-bottom: 12px;
  padding-top: 5px;
	font-size: 1.4em;
	font-weight: bold;
}

.stlist li a{
  text-decoration: none;
  color: #484848;
}
.stlist li a:hover{
  color: #e2001a;
}

.stlist_s{
  list-style-type:none;
  padding-top: 4px;
}

.stlist_s li{
  padding-top: 5px;
  font-size: 1em;
  font-weight: bold;
}

.stlist_s li a{
  text-decoration: none;
  color: #484848;
}
.stlist_s li a:hover{
  color: #e2001a;
}
/* Colors block pour titres */
.colbloc_violet{
  border-left: 14px solid #750d67;
  padding:20px 0 0 4px;
}
.colbloc_jaune{
  border-left: 14px solid #ffed00;
  padding:20px 0 0 4px;
}
.colbloc_bleu{
  border-left: 14px solid #01b5dd;
  padding:20px 0 0 4px;
}
.colbloc_orange{
  border-left: 14px solid #f18e00;
  padding:20px 0 0 4px;
}
.colbloc_vert{
  border-left: 14px solid #83b817;
  padding:20px 0 0 4px;
}
/* Formulaire */
input[type=radio]{
  display: inline;
}

/*
.stlist li a:hover{
  text-decoration: none;
  border-bottom: 2px solid #999;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
e2001a
*/
#news-centre{
	position:absolute;
	z-index:100;
	width:620px;
	height:359px;
}
#news-centre img{
	border:#000 solid 10px;
}
@-webkit-keyframes transnews{
	0% {
		padding-left:0px;
		
	}
	100%{
		padding-left:620px;
		padding-top:160px;
		opacity: 0;
		transform : scale(0.5);
		iteration-count:1;
	}
}
@-moz-keyframes transnews{
	0% {
		padding-left:0px;
		
	}
	100%{
		padding-left:620px;
		padding-top:160px;
		opacity: 0;
		transform : scale(0.5);
		iteration-count:1;
	}
}
@-o-keyframes transnews{
	0% {
		padding-left:0px;
		
	}
	100%{
		padding-left:620px;
		padding-top:160px;
		opacity: 0;
		transform : scale(0.5);
		iteration-count:1;
	}
}
@keyframes transnews{
	0% {
		padding-left:0px;
		
	}
	100%{
		padding-left:620px;
		padding-top:160px;
		opacity: 0;
		transform : scale(0.5);
		iteration-count:1;
	}
}
#news-centre{
	-webkit-animation: transnews 1s ease-out 2s forwards;
	-moz-animation: transnews 1s ease-out 2s forwards;
	-o-animation: transnews 1s ease-out 2s forwards;
	animation: transnews 1s ease-out 2s forwards;
}

.round_border{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#darkcase{
  background-color: rgba(120, 120, 120, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#lightbande{
  background-color: #DDD;
  padding: 10px 4px 0px 4px;
  height: 30px;
  text-shadow:1px 1px 1px #888;
}
#darkvideo{
  background-color: rgba(0, 0, 0, 0.85);
}
#darkvideo .fontwhite{
  color: #FFF;
}
#lightbluecase{
  background-color: rgba(145, 215, 242, 0.67);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#greencase{
  background-color: rgb(192, 212, 133);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bluecase {
  background-color: rgb(204, 235, 249);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.bluecaselowarrow {
  position:relative;
  background-color: rgb(204, 235, 249);
  width:100% !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.bluecaselowarrow:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px rgb(204, 235, 249);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}
#yellowcase{
  background-color: rgb(255, 255, 204);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.justif{
  padding: 6px;
  text-align: justify;
}
video{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.maincontainer{
  border: 1px solid #999;
  background-color: #FFF; /*attention à cette propriété*/
}
.mainfoot{
  background-color: #EBDFCE;
  padding: 4px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.mediabloc{
  display: block;
  margin: 4px;
  padding: 4px;
  /*bord rond*/
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /*dégradé*/
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.rightband{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #EBDFCE;
}
.mediabloc .vimg {
  float: right;
  display: block;
}
th{
  vertical-align: middle;
}
/*Icone pour la page multimédia*/
.icones-audio{
  display: inline-block;
  width: 52px;
  height: 50px;
  background-image: url(../img/icones.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.icones-video{
  display: inline-block;
  width: 52px;
  height: 50px;
  background-image: url(../img/icones.png);
  background-position: -55px 0;
  background-repeat: no-repeat;
}
.icones-ppt{
  display: inline-block;
  width: 52px;
  height: 50px;
  background-image: url(../img/icones.png);
  background-position: -110px 0;
  background-repeat: no-repeat;
}
.icones-pdf{
  display: inline-block;
  width: 52px;
  height: 50px;
  background-image: url(../img/icones.png);
  background-position: -165px 0;
  background-repeat: no-repeat;
}
/*NB Icons*/
.ico-nb-ppt{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/file-icon-nb.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ico-nb-pdf{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/file-icon-nb.png);
  background-position: -30px 0;
  background-repeat: no-repeat;
}
.ico-nb-audio{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/file-icon-nb.png);
  background-position: -60px 0;
  background-repeat: no-repeat;
}
.ico-nb-video{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/file-icon-nb.png);
  background-position: -90px 0;
  background-repeat: no-repeat;
}
audio{width:50%;
      background-color: #95B9C7;}

/* Buttons */
.buttons {
    float: left;
    padding-bottom: 0px;
    clear: both;
}
.mediabutton {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-right: 10px;
}
.mediabutton:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
  -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.mediabutton:active {
    color: #000;
    border-color: #444;
}
.mediabuttonleft {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
.mediabuttonmiddle:hover,
.mediabuttonright:hover { border-left: solid 1px #999 }
.mediabuttonright {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

#myInput {
    /*background-image: url('/css/searchicon.png'); /* Add a search icon to input */*/
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}
#myInput:before{
  content:"\2b";
  font-family:"Glyphicons Halflings";
  line-height:1;
  margin:5px;
}

/* Google calendar */
.gCal{
  width: 100%
}
.columnchart_material{
  width: 100%
}


