/* Connexion */
a#myhome {
  padding-bottom: 43px;
  padding-top: 44px;
}
#connection{
  z-index: 10;
  position: fixed;
  background-color: #e54214;
  padding: 5px 5px;
  text-decoration: none;
  cursor: pointer;
  top: 0;
  right: 0;
}
#connection:hover {
  background-color: #9e3010;
}
#connection span{
  color: white;
}

/* Header avec l'image */
#header{
  /*padding-top: 15px;
  padding-bottom: 15px;*/
}

#logo_header{
  max-height: 200px;
  height: 100%;
}

#img_container{
  text-align: center;
}

.containermenu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
@media (min-width: 768px) {
  .containermenu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containermenu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containermenu {
    width: 1170px;
  }
}




.title-1{
  font-size: xx-large;
  color: #c4d4e2;
  font-weight: bolder;
}

.title-2{
  font-size: x-large;
  padding-left: 40px;
  color: #98b4d6;
  font-weight: bolder;
}

.title-3{
  font-size: larger;
  padding-left: 80px;
  color: #f9eded;
  font-weight: bolder;
}

#img_back{
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



/*
.navbar-nav {
    float:none !important;
    margin:0 auto !important;
    display: block !important;
    text-align: center !important;
}

.navbar-nav > li {
    display: inline-block !important;
    float:none !important;
}
*/

/* Bar de naviguation */

/* EXAMPLE 3

line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
.mynavbar{
  position: relative;
  z-index: 5;
}


.mynavbar .navbar-brand {
  height: 100px;
  padding: 0px 0px;
}
.mynavbar .navbar-brand img{
  height: 100px;
  padding-top: -20px
}
.mynavbar .nav >li >a {
  padding-top: 41px;
  padding-bottom: 41px;
  font-weight: bold;

}


}
.mynavbar .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.mynavbar .navbar-header button{
  margin-top: 40px
}

/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
.navbar-alignit .navbar-header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100px;
}
.navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0,-50%);
  margin-right: 15px;
  margin-left: 15px;
}

@media(max-width:767px){
  .mynavbar .nav >li >a {
    padding-top: 7px;
    padding-left: 30px;
    padding-bottom: 7px;
    font-weight: bold;
  }

  .dropdown-menu >li >a {
    padding-top: 7px;
    margin-left: 25px;
    padding-bottom: 7px;

  }


}



/* Générique */

.navbar-default {
  background-color: #ffffff;
  border-color: #e7e7e7;
}





.mynavbar .navbar-icon img {
  height: 20px;
  margin-top: -5px;

}

