.image-w-100 {
  width: 100%;
}

.roundedImage{
  overflow:hidden;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius: 90px;
}

.title-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}

.job-name {
  font-size: 12px;
  font-style: italic;
}

.who-we-are {
  margin-top: 4em;
}

/* Couleur du footer en bas de la page */
#footer {
  background-color: #3F6F35;
}

/* Menu à droite */
#menu {
  background-color: #3F6F35;
}

/* Croix pour fermer le menu à doite */
#menu .close {
  color: #fff;
}

.box {
  background: rgba(0, 0, 0, 0.4);
}

/* Couleur contact footer */
#footer ::-webkit-input-placeholder {
  color: #fff !important;
}

#footer :-moz-placeholder {
  color: #fff !important;
}

#footer ::-moz-placeholder {
  color: #fff !important;
}

#footer :-ms-input-placeholder {
  color: #fff !important;
}

#footer .formerize-placeholder {
  color: #fff !important;
}

.footer-image {
  width:25%;
}

@media (max-width:576px){
  .footer-image {
    width:75%;
  }
}
