.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}

.navbar-brand img {
  max-height: 45px;
}


.home-carousel {
  position: relative;
  background: url('../img/photogrid.jpg') center center repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home-carousel .dark-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-accent);
  opacity: 0.9;
  filter: alpha(opacity=90)
}
.home-carousel .owl-carousel {
  padding-top: 100px;
  padding-bottom: 100px;
}
 
.home-carousel .dark-mask {
  display: block;
  color: rgb(1, 0, 5) !important; 
}

p.lead {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
  line-height: 1.82857143; /*35px;*/
  font-weight: 300;
}


.navbar-default .navbar-nav > li > a {
    color: #000000;
  }

.blog-title {
    display: block;
    color: rgb(1, 0, 5) !important;
    text-align: justify;
}

.bar {
  position: relative;
  background: var(--primary-accent);
  padding: 1px 0;
}



#footer {
  background: #31405C;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: white !important;
  margin-top: 15px;
  /*
    background: #31405C;
    padding: 20px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;*/
  }

#footer a {
  color: white !important;
  /*text-decoration: none;  facultatif : enlève le soulignement */
}

.box .box-footer {
    background: #f7f7f7;
    margin: 30px 0 -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
  }


  textarea.form-control {
    height: 141px;
  }


  #heading-breadcrumbs h1 {
    color: #FFFFFF !important; 
    font-size: 39px !important;
    font-weight: 500 !important;
    letter-spacing: 0.08em;
    text-align: left !important;
    margin-bottom: 30px;
    vertical-align: middle !important;
  }
  @media (max-width: 991px) {
    #heading-breadcrumbs h1 {
      text-align: left !important;
    }
  }

.blog-content .h2 {
  font-size: 80px;
  margin-top: 60px; 
      }

.navbar-brand.home h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    margin-top: 0px;
    padding-left: 0px; /* ajustable */
}