*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  background-color: #f0f0f0;
}
body {
  color: #999999;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.btn {
  background-color: #337ab7;
  border: 1px solid #cccccc;
  color: white;
  padding: 0.5rem;

}
.btn--block {
  display: block;
  width: 100%;
}
.cards {
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  transition: transform .2s;
}
.cards__item:hover{
	 transform: scale(1.03);
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 33.3333%;
  }
}
.card {
  width:100%;
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  background-color: #337ab70a;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(85%);
          filter: contrast(85%);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}

.card__title {
  color: #696969;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.border-line{
  padding-bottom: 5px;
  margin-top: 50px;
  border-bottom: 0.5px solid rgba(200,200,200,1);
}
.btn-link:hover{
  cursor: pointer;
  text-decoration: none;
}
.commentpanel{
  margin: 10px 0;
}
.loadmore{
  margin-top: 10px;
}
.avisfull{
  color:#F59B1A;
}
.noterr{
  cursor: pointer;
}

.card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.heureRestant{
	width:100%;
	border:0.1px rgba(0,0,0,0.3) solid;
	padding:10px;
	background-color:rgba(0,0,0,0.5);
	color:rgb(255,45,255);
	font-size:25px;

	position:absolute;
	bottom:20px;
	text-align:center;


}
.participebtn:hover{
	color:#fafafa;
	text-decoration:none;
	background-color:rgba(0,67,0,0.3);
}

.promo_card{
	font-size:20px;
	font-weight:700;
	color:red;
}

/*bar de recherche style*/
#imaginary_container{
  margin-top:20px; /* Don't copy this */
  display:block;
  width:50%;
}
.ull{
    background-color:#eee;
    cursor:pointer;
 }
 .lii{
    padding:12px;
    text-align: left;
 }
 .lii:hover{
   background-color:#ccc;
   color:#000;
 }
 .ull a{
   color:#666;
 }
 .ull a:hover{
   color:#666;
   text-decoration: none;
 }
 .containerRecherche{
   position: relative;
   width: 100%;
   display: block;
 }
 .resultatRecherche{
   position: absolute;
   margin-left: 25%;
   margin-right: 25%;
   display: block;
   z-index: 5;
   width: 50%;
 }
.stylish-input-group .input-group-addon{
  background: white !important;
}
.stylish-input-group .form-control{
  border-right:0;
box-shadow:0 0 0;
border-color:#ccc;
}
.stylish-input-group button{
  border:0;
  background:transparent;
}
.input-append{
	margin-left:auto;
	margin-right:auto;
}
/*bar de recherche style*/
