nav {
    background-color: transparent;
    transition: background-color 200ms linear;
}
nav.scrolled {
  background-color: #fff !important;
}
.navbar-fixed {
    position: absolute;
    height: 75px;
}
.pageContent {
    position: relative;
    top: 0;
}
.paprikalogo {
     
  max-height: 64px;
}
.carousel-caption {
    position: absolute;
    z-index: 1;
    display:table;
    width:100%;
    height:100%;
}
#testimonial{
    background: url(../pictures/background.webp) center;
}

.bg_card {
   background: url(../pictures/bg_carte_black.webp) center 0; 
}

.card .card-image img {
    max-width: 300px; 
}

.ok{
    background: green !important;
    border: solid 2px green !important;
    color: white;
} 
#depots  {
        font-size: 1em;
    }

@media screen and (max-width: 1540px) {
    #depots  {
        font-size: 0.8em;
    }
    .card .card-title {
        font-size: 1.8em
    }
}

@media screen and (max-width: 550px) {
    .stars {
        margin-top: -80px;
    }
    .hidden  {
        display: none;
    }
    #depots  {
        font-size: 1em;
    }
	
	#testimonial {
		display:none;
	}
    
}
@media screen and (min-width: 550px) {
   .carousel-caption.temoignage {
    margin-top: -2rem;
    }
}

.carousel-caption div {
    display:table-cell;
    vertical-align: middle;
    text-align:center;
}
.carousel-caption-top div {
    display:table-cell;
    vertical-align: top;
    text-align:center;
}
.carousel-caption-bottom div {
    display:table-cell;
    vertical-align: bottom;
    text-align:center;
}
.custom1 {
    border: 2px solid white;
    margin-top: 5vh
}
.coche, .coche>li {
    color: #2A5F8E;
    list-style-type: disc !important;
}
.carousel .indicators .indicator-item.active {
    background-color: #B8311B;
}
.carousel .indicators .indicator-item {
    background-color: #2A5F8E;
}
.filter {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}
nav ul a {
    color: white;
}
nav.scrolled ul a {
    color: black;
}
nav ul a.active {
    color:#B8311B;
    background-color: rgb(0,0,0,0.3);
}
.submitbtn {
    background-color: #B8311B;
}
.submitbtn:hover {
    background-color: #B8311B;
}
.submitbtn:clicked {
    background-color: #B8311B;
}
