/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 788px) {
  .container {
    max-width: 750px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
.input-group-addon{
  font-size: 20px;
}



/*
 * 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: #000; /* IE8 proofing */
  color: rgba(0,0,0,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #ccc;
  border-bottom-color: rgba(0,0,0,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #000;
  border-bottom-color: #000;
}

.masthead-brand {
  float: left;
}
.masthead-nav {
  float: right;
}

.jumbotron-title{
  background-color: #fd9827;
  color: #fff;
  padding: 10px 15px;
}
.jumbotron-title h1{
  font-size: 36px;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-top:0;
}
.sep{
  border: 1px solid #fd9827;
  margin-top: 40px;
margin-bottom: 40px;

}
#valide{
  margin-top: 25px;
}
.logo-home{
  background-color: #eeeeee;
  width: 105px;
  height: 105px;
  margin-bottom: 2px;
  margin-right: 20px;
}
.logo-home img{
  margin: 30px;
}
.menu-home h4{
  font-weight: bold;
}
.menu-home a{
}
.head{
  padding: 20px;
  margin-bottom: 20px;
}
.head h1,.head h3{
  color: #fff;
}
.head .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}




#btnMenu{
  display: block;
  width:24px;
  height: 20px;
  cursor: pointer;
  margin-top: 10px;
}
#line2 {
  position: absolute;
  width: 24px;
  height: 4px;
}
#line1, #line2, #line3 {
  position: absolute;
  width: 24px;
  height: 4px;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#line2{
  margin-top:8px;
  margin-bottom: 8px;
}
#line3 {
  margin-top: 16px;
}
.closeMenu > #line2 {
  margin-left: 2px;
  opacity: 0;
  width: 20px;
}
.closeMenu > #line3  {
  margin-top: 8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.closeMenu > #line1  {
  margin-top: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu{
  display: none;
}
#menu .content{
    padding:  20px;
    background-color: #fff;
}
#menu h5{
  font-weight: bold;
}
.header{
  clear: both;
  margin-bottom: 0;
}

#cookieHeader {
  min-height: 30px;
  background-color: #ccc;
  color: #777;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
#cookieHeader .close {
  line-height: 30px;
}
#cookieHeader a {
  color: #000;
}