/*!
Own css 

*/

/*  col-md-4  */
.col-2 {
    width: 50%;
  }

  .navbar .navbar-expand-lg .navbar-dark .fixed-top{
    background-color: #212529;
  }


#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background-color: #212529;*/
  }


#portfolio .portfolio-item {
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
    header.masthead {
      padding-top: 13rem;
      padding-bottom: 20rem;
    }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}


/* background-image: url("../assets/img/contact/fond_carte_visite.jpg"); */
/* background-image: url("../assets/img/CarteVisite.jpg");*/
/* 
section#contact {
  background-color: #212529;
  background-image: url("../assets/img/CarteVisite.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 50rem;
}
*/
section#contact {
    background-color: #212529;
    background-image: url("../assets/img/contact/fond_carte_visite.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 50rem;
  }
  

  /*.page-section h3.section-subheading, .page-section .section-subheading.h3*/
  h3.section-subheading-avettes {
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 1rem;
  }

  .essaimsred{
    color: #dc3545;
  }  
  .essaimsorange{
    color: #fd7e14;
  }