html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 100px;
  color: #5a5a5a;
  font-family: 'Open sans', sans-serif;
  background: transparent;
}
a:focus { outline: none;}
a {
	color: #ee332e;
}
a:hover {
	color: #333;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
.panel h3 {
	padding-top: 0;
	margin-top: 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: #ffffff;
}
.header {
width: 100%;
top: 0;
text-align: center;
position:fixed; 
height: 120px;
background-color: #fff; 
z-index: 1000;
}
header .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
ul.qtranxs_language_chooser {
	list-style: none;
	margin-right: 0;
	padding-right: 0;
	text-align: right;
}
ul.qtranxs_language_chooser li a {
	list-style: none;
	float: right;
	margin-right: 10px;
}

@media (min-width: 768px) {
 header .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  header .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  header .container {
    width: 1170px;
  }
}
body > .container1 {
	margin-top: 110px;
}
.breadcrumb {
	background: transparent;
}
ul.nav {
	list-style: none;
}
ul.nav li {
	border-bottom: 1px dotted #ccc;
	list-style: none;
}
ul.nav li ul {
	visibility: hidden;
	height: 0;
}
ul.nav li.current_page_item {
	background-color: #fff;
}
ul.nav li.current_page_item ul, ul.nav li.current_page_parent ul {
	visibility: visible;
	height: auto;
	font-size: 90%;
	margin-left: -10px;
}

.col-md-6 ul {
	list-style-image: url('images/liste.png');
	margin-bottom: 10px;
}
.footer a {
color: #fff;
}
.footer .text-muted {
	color: #fff;
}
h1, h1 a {
	text-transform: uppercase;
}
h2, h2 a {
	color: #666;
	text-transform: uppercase;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.navbar {

}
.bs-sidebar .nav > .active > ul {
    display: block;
    margin-bottom: 8px;
}
figure.fixedratio {
	padding-top: 100%;
	background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: center;
}
.excerpt {
	color: #5a5a5a;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.col-md-6 img, .col-xs-12 img {
	max-width: 100%;
	height: auto;
}
.wpcf7-form-control {
	max-width: 100%;
}
