/*------------------------------- general init -----------------------------------*/
#team-banner {
  font-family: "Buffalo";
  line-height: 0.8;
  background-color: #ed7203;
}
#team-banner .title {
  font-family: "Buffalo";
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 0.8;
}
#team-banner .button-action {
  font-size: 2rem;
  border: 3px solid #003C57 !important;
  background-color: #003C57 !important;
}
#team-banner .button-action:hover {
  color: #003C57 !important;
  background-color: #fff !important;
  border: 3px solid #003C57 !important;
}
#team-banner .subtitle {
  text-align: left;
  font-family: "MultipleSans Pro", arial;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #fff;
}
#team-banner .team-marsactu {
  background-image: url("../img/equipe-carre-2023.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
#team-banner .col-left {
  display: flex;
}
#team-banner .container-col-left {
  margin: auto;
  padding: 2.5rem 3rem 3rem;
}

@media (max-width: 400px) {
  #team-banner .container-col-left {
    padding: 2.5rem 2rem 3rem 1.5rem;
  }
}
@media (max-width: 357px) {
  #team-banner a.button-action {
    white-space: normal;
  }
}

/*# sourceMappingURL=team-banner.css.map */
