@media (min-width: 1025px) {
  	video.mw-100{
  		min-width: 130% !important;
	}
}
@media (min-width: 1600px) {
  	video.mw-100{
  		min-width: 150% !important;
	}
}
.navbar-light a.navbar-brand{
	color: #506690 !important;
}
.navbar-brand-img {
  max-height: 5rem;
  width: auto; 
}
.footer-brand{
	max-height: 15rem;
}
.bg-dark .footer-brand {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0); }

label.error{
  color: var(--danger);
}
/*.navbar-dark .navbar-brand {
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0); }*/

.nowrap{white-space: nowrap !important;}
.white-space-normal{white-space: normal !important;}
.pointer{cursor: pointer;}
.lh-1{line-height: 1.7em;}
.submit-devis-mobile{
  position: fixed !important;
  z-index: 2000 !important;
  background: #fff;
  bottom: 0 !important;
  width: 100%;
}
label[for="new_prestation"],.label-message{
  margin-top: -15px !important;
}
@media (min-width: 768px) {
  label[for="new_prestation"],.label-message{
    margin-top: 0px !important;
  }
}

.bg-secondary-50 {
    background-color: rgba(80,102,144,.5) !important;
}
.bg-secondary-70 {
    background-color: rgba(80,102,144,.7) !important;
}
.bg-success-30 {
    background-color: rgba(66,186,150,.3) !important;
}
.bg-success-40 {
    background-color: rgba(66,186,150,.4) !important;
}
.bg-success-50 {
    background-color: rgba(66,186,150,.5) !important;
}
.bg-success-70 {
    background-color: rgba(66,186,150,.7) !important;
}
.nav-link-child.active{
  color: #335EEA !important;
}
.fit-cover{
  object-fit: cover;
}
.card-img-top{
  height: 270px;
}