/*40,53,131*/

nav.navbar{
  background-color: #EBE9FF;

}

.navbar-default .navbar-nav > li > a{
  font-size: 1.2em;
}

.navbar-default .navbar-nav > li:hover{
/*  background-color: white;
*/}

.navbar-default .navbar-nav > .active > a{
  color: black;
  background-color: #EBE9FF;
}

.navbar-default .navbar-nav > .active > a:hover{
  background-color : #EBE9FF;
 }

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
}
.footer {
  padding-top : 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 130px;
  background-color: #eee;
}

/*@media (max-width: 767px){
  footer{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}*/


/*PAGE D'INDEX*/
.btnAchats, .btnDevis {
  border-radius: 60px;
  /*background-color: rgb(255,234,128);*/
}
.btnAchats {
  background: rgb(255,170,0);
  color: white;
}
.btnDevis {
  background: rgb(255,234,128);
  color: rgb(40,53,131);
}
.btnAchats:hover{
  background : rgb(235,130,0);
  color: white;
  /*background: rgb(255,170,0);*/
}
 .btnDevis:hover{
  background : rgb(240,200,80);
  color: rgb(40,53,131);
}
/*#hoverPasBlanc:hover{
  color: rgb(243,146,0);
}*/

.btnDevis, .btnAchats{
  font-family: Arial, sans-serif;
  font-size: 3em;
  margin-top: 50px;

}

@media(max-width: 400px){
  .btn-accueil{
    width: 200px;
    height: 100px;
  }

  #panier{
    width: 0px;
  }
}
@media(min-width: 401px){
  .btn-accueil{
    height: 180px;
    width: 320px;
    padding: 20px;
  }
}  

/*PAGE ACHATS*/
/*.btnFdBleu{
  background : rgb(51,122,183);
  color: white;
}
.btnFdBleu:hover{
  background : rgb(51,80,230);
  color: white;
}*/

#panier{        
  position: fixed;
  bottom: 0;
  right:0;
  text-align: center;
  z-index: 10;
}
/*#panier p{
   color: rgb(40,53,131);
 }*/

.menuDlgAchats, .textDlgAchats{
/*  color: rgb(243,146,0);
*/  font-weight: bold;
}

.textDlgAchats{
  font-style: italic;
  color: rgb(243,146,0);
}

.menuDlgAchats{
  color: rgb(40,53,131);
  margin-bottom : 0;

}

#prenom .form-contro{
  width: 50%;
}


#map {
  height: 400px;
  width: 100%;
}

.titre-achats{
  color: rgb(40,53,131);
}
.sf-underline{
  border-bottom: 2px solid blue;
  border-bottom-color: rgb(243,146,0);
}

.titre-infos{
  font-size: 18px;
  border-bottom: 0px;
}
img{
  width: 100%;
  height: 100%;

}
h3{
  margin-top: 30px;
  margin-bottom: 40px;

}

h4, h5{
  color: rgb(40,53,131);
}



.ajouterFormat{
  margin-bottom: 20px;
  border: 1px solid rgb(40,53,131);
  color: black;
  font-family: Arial, sans-serif;

}

.ajouterFormat:hover{

  border: 2px solid ;
  border-color: rgb(243,146,0);
  color: rgb(243,146,0);
  font-weight: bold;
}

.titre-modeles{
/*  text-align: inherit;
*/
}
.ajouterFormat img{
  margin-top: 10px;
}

.petitBtnFondBleu
{
  background-color: rgb(40,53,131);
  border-color: rgb(40,53,131);
  color: rgb(243,146,0);
  border-radius: 30px;
}
.petitBtnFondBleu:hover, .petitBtnFondOrange:hover
{
  color: white;
}

.petitBtnFondOrange
{
  background-color: rgb(243,146,0);
  border-color: rgb(243,146,0);
  color: rgb(40,53,131);
  border-radius: 30px;
}

.footer a
{
  color: rgb(40,53,131);
}

#confirm-poursuivre
{
  margin-top: 20px;
  margin-bottom: 20px;
}


.go-to-cart
{
  background-color: #EBE9FF;
}
.color-buttons
{
    border-radius: 8px;
    width: 100px;
}

.color-buttons:hover
{
  font-weight: bold;
}


.marge
{
  margin-top: 10px;
  margin-bottom: 20px;

}
a[href="#nbTicket"]{
  color: black;
}

.ajouterCarnet{
  background-color: white;
  color: white;
  border-color: white;
}

.ajouterCarnet img{
  width: 200px;
  height: 100px;
}

.cart-orange-line{
  height: 3px;
}

.modal-content{
  width: 400px;
}

.modal-body{
  text-align: center;
}

#f2, .cart-dropdown
{
  padding-left: 10px;
  padding-right: 10px;
}

.modal-dialog
{
  width: 400px;
  height: 50px;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: -25px;
  margin-left: -200px;
  padding: 20px;  
}
#ticket-pres 
{
  margin-top: 60px;
}

#ticket-pres img
{
  width: -1500px;
}

.titre-index
{
    font-size: 2.4em;

}
.espace-gauche
{
  padding-left: 60px;
}
.espace-gauche-plus
{
  padding-left: 120px;

}
#entire-cart:hover
{
  border: solid 2px white;
  border-radius: 10px;
}