body{
	background-color: #f2f5f7;
    color: #5f7676;
}
a:hover{color:#0366d6;}
li a{ color:#607d8b }
li a:hover { color:#000 !important; }

li {
    border-radius: 2px;
	display:block;
    text-align: left;
    vertical-align: middle;
}
ul>li {
	padding:2px 0 2px 0
}
.collapsible-body p{ padding:2px 5px 2px 15px }
.collapsible-header {padding-right:5px}
.btn, .btn-large, .btn-flat {
    border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0 none;
    padding: 0 1rem;
    text-transform: none;
    vertical-align: middle;
}
nav,nav .nav-wrapper i{
    line-height: 60px;
    height: 60px;
    box-shadow: none;
}
nav{
	background:#5f7676;
}

nav .nav-wrapper i.navcss {
	font-size:17px
}
select{ 
	display:block !important
}
.butadmin{ border-radius:6px; border:1px #e6e6e6 solid; margin:0 10px 0 0}
.traduc{ color:#b0bec5; padding-left:160px; margin:-12px 0 12px }
.tradtexte{ color:#78909c; padding-left:20px; margin:-12px 0 12px }
#logo {display:block; background:url(logo.png) no-repeat; width:275px; height:121px }
#main { padding:20px; background:#fff; border-radius:4px; border:1px solid #dadfe3 }
#menuglobal { background:#5f7676; width: 100%; z-index: 50000; position:fixed;}
.breadcru { position:fixed;background:#f9f9f9;margin-bottom:0;line-height:50px; height:50px; }
.breadcrumb::before{color:#888}
.breadcrumb a{ color:#000}
.breadcrumb:last-child {
  color: #000;
  font-weight:bold;
}
nav ul a {
    color: #fff;
}

h1{font-size:1.4rem; margin-bottom:20px;font-weight:bold; color:#000}
h1.header{ margin-top:2em;margin-bottom:0;font-size:3rem}
h5.header{ margin-top:4px;font-size:2.5rem }
h6{ text-transform:uppercase; color:#888; font-size:1rem}
td,th {
	padding:2px
}
b{color:#2fa7bd}
.caret{font-size:1.3rem;margin-right:25px}
p {
	font-family:'open sans',sans-serif; font-weight:300; 
	font-size:0.95rem !important;
	line-height: 1.35rem;
}
li>div>p:hover { background:#000;  }
.imgbase64{ width:200px }

nav a{ color:#888}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
select[name=date_jour],select[name=datef_jour]{ float:left; margin-left:10px; width:50px }
select[name=soucat]{ float:left; width:150px }
select[name=titre]{ float:left; width:150px }
select[name=diametre]{ float:left; width:150px }
select[name=date_mois],select[name=datef_mois] { float:left; margin-left:10px; width:120px }
input[name=date_an],input[name=datef_an] { width:100px;text-align:center;margin-left:10px;}

label { display:block; float:left; width:160px; font-size:1rem;padding:4px 0; clear:left }

.grayscale { -webkit-filter: grayscale(1); filter: grayscale(1); }
span.badge {
    box-sizing: border-box;
    color: #757575;
    float: right;
    font-size: 1rem;
    line-height: inherit;
    min-width: 3rem;
    padding: 0 6px;
    float:right;
	position:relative;
    margin-right: 5px;
    text-align: center;
}
::placeholder{font-style:italic; color:#9b787e}