/*
Home Section Header
==================*/

.btn-primary {
    color: #fff;
    background-color: #0b8098 !important;
    border-color: #0e9ab7 !important;
}
.home{
    background: url(../images/Cabinet_Loen_Ostéo_Vet.jpg) no-repeat bottom center;
    background-size: cover;
    position: relative;
}
.main_home{
    overflow: hidden;
    padding-top: 500px;
    padding-bottom: 230px;
    position: relative;
    z-index: 1;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url(../images/Cabinet_Loen_Ostéo_Vet.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.colorVert, h2 {
    color: #4fc49a !important; 
}

.colorBleu, .nav-link{
    color: #0b8098 !important; 
}



.bgVert{
    background-color: #0b8098 !important; 
}
.thumb-post {
  object-fit: none; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 600px;
  margin-bottom: 1rem;
}

.bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu{;
    font-size: 18px;
    font-weight: 500;
}


.box-feature {
  background: #fff;
  border-radius: 4px;
  padding: 30px;
/*  margin-bottom: 30px; */
}
  .box-feature h3, .box-feature .h3 {
    font-size: 16px;
    margin: 0;
    padding: 0; }
  .box-feature [class^="fa-"] {
    color: #4fc49a;
    font-size: 60px;
    margin: 0 0 10px 0;
    display: block;
    padding: 0;
    line-height: 60px; }
  
.learn-more {
  position: relative;
  display: inline-block;
  padding-bottom: 10px; }
  .learn-more:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    background-color: #0b8098;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .learn-more:hover:before {
    width: 0%; }
  
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none; 
    
}
#veterinaires, #osteopathie, #rurale{
    padding : 50px; 
}

#valeurs, #contact, #services{
    padding-top: 50px;  
    padding-right: 50px; 
    padding-left: 50px; 
    padding-bottom: 26px; 
}

.bgneutre{
    background-color: rgba(0, 32, 74, 0.05); 
}

.box-feature img{
    margin-bottom: 10px;
}

a span{
  font-size: 12px;   
  color: #0b8098 !important
}

/* Small devices (landscape phones, 576px and up) */


@media (max-width: 576px) {
    #veterinaires{
      padding : 25px; 
    }

    #valeurs, #contact, #services{
        padding-top: 20px;  
        padding-right: 20px; 
        padding-left: 20px; 
        padding-bottom: 6px; 
    }  
    
    footer a.nav-link{
        font-size: 11px; 
    }
    
    footer .nav-link{
        padding: 0.2rem 0.5rem !important; 
    }
    
    a span{
      display: none
    }
    
    .masthead {
        height: 50vh;
        min-height: 200px;
        background-image: url(../images/Cabinet_Loen_Ostéo_Vet.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    
}






