/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  font-family: 'Cairo', sans-serif;
}
body.noOverflow {
  overflow: hidden;
}
.navbar-brand {
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 41px;
}
.navbar-brand  + span{ 
  font-weight: bold;
  padding-left: 11px;
    font-size: 0.7rem;
}
.bg-textile {
  background:url(../img/fabric.jpg);
  height: 5px;
  width: 100%;
}
.navbar.bg-primary { 
  border-bottom: 1px dashed #0c6090;
}
.navbar.bg-secondary {
  padding : 30px 1rem;
}
@media (min-width:1200px) {
  .navbar.bg-secondary .navbar-nav li {
    margin-right: 60px !important;
  }
}
.navbar.bg-secondary .navbar-nav li {
  margin-right: 40px;
}
.carousel-caption {
  top:70%;
  bottom: 0;
  background: rgba(0,0,0,0.2);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
  font-weight: 900;
}
.bgIdust, .bgHotel  {
  position: relative;
  color:#fff;
}
.bgIdust h3, .bgHotel h3  {
  text-transform: uppercase;
}
.bgTransparent {
  background:rgba(0,0,0,0.5);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bgIdust, .bgHotel  {
  min-height: 300px;
}
.bgIdust {
  padding: 1rem;
  background:url(../img/indust2.jpeg);
  background-size: cover;
}
.bgHotel {
  padding: 1rem;
  background:url(../img/hotel2.jpg);
  background-size: cover;
}
.imgHotel {
  background:url(../img/front-desk.jpg);
  background-size: cover;
}
.border-textile {
  height: 3px;
  border-top:1px dashed #eee;
  width: 100%;
  z-index: 99;
  position: relative;
  top: -5px;
}
.navbar-dark.bg-primary .navbar-nav .nav-link {
 
  font-size: 0.9rem;
}
.socialMedia i {
  font-size: 18px;
  padding: 0 3px;
}
.carousel-item {
  height: 65vh;
  min-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dropdown-item {
  font-weight: bold;
}
.dropdown-menu {
  background-color: rgba(255,255,255,0.8);
  border: none;
}
.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item a {
  text-align: center;
}
.portfolio-item a img {
  padding: 10px;
}

.bg_menu_big, .bg_menu_big_inv {
  background-color: #0c3f90 !important;
}
.bg_menu_big_inv {
  height:110px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.9);
  font-weight: bold;
}
.productBox .desc {
  overflow: auto;
}
.productBox .imgPost, .productBox .desc, .productBox .bg-white {
  border:1px solid #eee;
}
.productBox .bg-white {
  border-top:none;
}
.productBox .bg-white > .row {
  justify-content: center;
}
.productBox .imgPost {
  border-bottom: none;
}
.productBox .imgPost .btnZoom {
  position: absolute;
  top: 14px;
  right: 32px;
  border: 1px solid #eee;
}
.productBox .imgPost .btnZoom {
  outline: 0;
}
.productBox .imgPost .zoomIcon {
  padding: 5px;
}
.productBox .imgPost .zoomIcon::before {
  font-size: 21px;
  color: #0c3f90;
}
.productBox .imgPost, .productBox .desc {
  background:#fff;
  padding: 20px;
}
.productBox .thumbs {
  background:#fff;
}
.productBox .thumbs img{
  margin:5px;
  border:1px solid #eee;
}
.productBox .desc {
  height:370px;
  margin-bottom: 10px;
}
.productBox .imgPost {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.productBox .thumbs {
  display: flex;
  justify-content: center;
  height: 100px;
}

.productBox .imgPost img {
  max-width: 100%;
  max-height: 100%;
}
.productBox .thumbs img {
  max-width: 100%;
  max-height: 100%;
}

.productBox {
  margin-bottom: 40px;
}
.productBox .desc .title{
  font-weight: 900;
}
.productBox .desc .bg-textile {
  margin-top: -10px;
  margin-bottom: 30px;
  height: 2px;
}

.bShadow *:not(.spinner-border.text-primary){
  opacity: 0;
}
.spinner-border.text-primary {
  position: absolute;
  left:45%;
  top:45%;
  z-index: 9;
}
td.actions i {
  padding:8px;
  text-decoration: none;
  background:#5d0c90;
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
}
td.actions a:last-child i {
  background:red;
}

.form-group label {
  font-weight: 900;
}
.form-group label::after {
  content:" :";
}
label.error {
  color:red;
  font-size: 0.8rem;
  font-weight: 900;
}

.contactInfo p {
  margin-bottom: 0px;
  line-height: 19px;
}
.contactInfo p strong {
  font-weight: normal !important; 
}

footer .contactInfo p:nth-of-type(n+5) {
  display: none;
}


footer {
  background-image: url(../img/tenues-travail.png);
}



footer a {
  color: #fff !important;
}

footer .container.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed #ccc;
}
footer li {
  font-weight: 900;
}

.card.h-100 {
  align-items: center;
    justify-content: space-between;
}

.card.h-100 .card-body {
  flex: inherit;
}