/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.06.2019, 15:37:16
    Author     : HP
*/
body{
    background-color:white;
    font-family: 'Montserrat', sans-serif;
}
.article img{
    max-width:70%;
    display:block;
    margin:auto;
}
.article .text{
    padding:1em;
}
.card img{
    max-width: 250px;
    display:block;
    margin:auto;
}
.article{
    margin-bottom:1em;
    margin-top:1em;
}
.containerArticles{
    margin-top:2em;
    background-color:white;
    padding:2em;
}
.btn.btn-primary{
    background-color:#00ABDF;
}
.montitre{
    font-family: 'Gloria Hallelujah', cursive;
}
.premierContainer {
    background: linear-gradient( to bottom right, #00ABDF,  navy);
    color: white;
    width:100%
}
.premierBanner {
    background: linear-gradient( to bottom right, #00ABDF,  darkblue);
    color:white;
    width:100%
}
.navbar.navbar-default{
    background-color:white;
    margin-bottom:0px;
}
.nav.navbar-nav>li>a:hover{
    color:#00ABDF;
    border-bottom:2px solid #00ABDF;
    padding-bottom: 5px;
}
.monfooter{
    width:100%;
    background-color:white;
    border-top:2px solid #00ABDF;
    margin-top:3em;
   
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
  color:#777777;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.grosBouton{
    width:20%;
    min-width:100px;
    margin-top:1em;
    border: solid 1px #00ABDF;
    color: #00ABDF!important;
    background-color:white;
    margin-bottom:1em;
}
.grosBouton:hover{
    background-color:#00ABDF;
    color:white!important;
}
.resultThumb{
    background-color:white;
    border-radius: 10px;
    border: solid 2px #00ABDF;
    margin-bottom:1em;
    padding:1em;
    margin:1em;
}
.input-group.autocomplete{
    margin-top:1em;
    margin-bottom:1em;
}
.premierBanner  h2{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.input-group.autocomplete{
    z-index:1000;
}
.typePrise{
    background-color:white;
    border-radius:10px;
    border:solid 2px #00ABDF;
    padding-top:1em;
} 
ul.formRating{
    list-style-type: none;
      margin: 0;
  padding: 0;
  overflow: hidden;
}
.formRating li {
  float: left;
  display: block;
  width:32px;
  background-image:url('/img/star-Gray.png');
  height: 32px;
  background-position: center;
  background-size: contain;
}
.formRating li.active{
  float: left;
  display: block;
  width:32px;
  background-image:url('/img/star.png');
  height: 32px;
  background-position: center;
  background-size: contain;
}
.breadcrumb{
    margin-bottom: 0px;
}
.navbar-brand img{
    width:auto;
    height:40px;

}
.navbar-brand{
    padding-top:0;
    padding-bottom:0;
}