.logo {
    width: 100px;
    height: 64px;
}

hr {
    border-color: #b62143 !important;
}

span {
    color: black;
    font-size: 20px;
}

.btn {
    color: white;
}

.btn-color {
    background-color: #b62143;
}

.btn-color:hover {
    color: #d3d3d3;
}

.btn-secondary:hover {
    color:  #d3d3d3;
}

.bg-primary-color {
    background-color: #b62143 !important;
}

.text-primary-icon {
    color: #b62143 !important;
  }

.portfolio-box .portfolio-box-caption {
    background-color: #B62143 !important;
}

.email  {
    color: #B62143;
}

.email:hover {
    color: #d84164;
}

.nav-item a {
    color: black !important;
}

.nav-item a:hover {
    color: #B62143 !important; 
}

a.nav-link:focus.active {
    color: #B62143 !important; 
}

.own-icon {
    width: 25%;
    height: 25%;
}

.offerte {
    border: 1px solid;
    padding: 10px 10px;
    border-radius: 10px;
    background: #c23d5b;
}

.offerte a {
    color: white !important;
    text-decoration: none !important;
}

.span4 {
    margin-top: 120px;
}
.span4 img {
    margin-right: 10px;
}
.span4 .img-left {
    float: left;
}
.span4 .img-right {
    float: right;
    margin-left: 10px;
}

.list {
    padding-top: 70px;
}

.developer {
    width: 100%;
    height: auto;
    background:  #dcdcdc;
    padding-bottom: 10px;
}

.navbar-toggler {
    border: none !important;
}
.map {
    height: 400px;  
    width: 400px;
   }


@media only screen and (max-width: 768px) {
    .text-uppercase {
        font-size: 12px !important;
    }

    header.masthead {
        padding-top: 10rem;
        padding-bottom: calc(10rem - 56px);
        background-image: url("../img/header_phone.png")!important;
        background-position: center center;
        background-size: cover;
      }

      .map {
        height: 400px;  
        width: 300px;
       }
  }
