html {
  overflow-x: hidden;
}
.background {
  background-color: bisque;
  background-image: url(../img/webp/carteContact.webp);
  background-position: center;
  object-fit: cover;
  background-size: cover;
  height: 250px;
}

html {
  overflow-x: hidden;
}

.responsable {
  font-size: 2rem;
  line-height: 1.5;
  border: 1px solid whitesmoke;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 25px;
  background-color: #2c3f6b;
}

.info {
  width: 100%;
  background-color: #2c3f6b;
}

#espace p {
  margin-top: 5%;
  margin-left: 5%;
}

.grp-info-photo {
  margin-top: 10px;
  width: 32px;
  height: 32px;
  float: left;
}

.grp-info p {
  line-height: 55px;
  font-size: 25px;
}

.grp-info {
  padding-left: 15%;
}

#photo {
  border: 1px solid goldenrod;
}

.title-bold {
  font-weight: 700 !important;
}

#photoMail {
  margin-left: 5%;
}

#colorBg {
  background-color: #2c3f6b;
}

@media screen and (max-width: 767px) {
  .grp-info p {
    line-height: 50px;
    font-size: 15px;
  }

  .grp-info {
    padding-left: 15%;
  }
}
