/* Page Notre équipe — aligné prod alafrancaise.fr/notre-equipe */

.equipe-hero .titrepage {
  margin-top: 30px;
  background-color: transparent;
  color: #ffffff;
  font-family: "Amatic SC", Arial, sans-serif !important;
}

.equipe-hero .titrepage h1 {
  text-align: center;
}

.equipe-grid-wrap .container,
.equipe-grid-wrap .grid.container {
  width: 100% !important;
}

.ourteam {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.ourteam img {
  max-width: 100%;
  width: 100%;
}

.ourteam .caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.ourteam .caption p {
  margin-top: 45%;
  line-height: 50px;
  color: #fff;
  font-family: "Amatic SC", Arial, sans-serif !important;
  font-size: 30px;
  font-weight: 400;
}

.ourteam:hover .caption {
  opacity: 0.8;
  background: #58595b;
  transition: opacity 0.3s ease-out;
}

.ourteam:hover img {
  filter: grayscale(100%);
}

.ourteam .caption-region {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-family: "Amatic SC", Arial, sans-serif !important;
  font-size: 30px;
}

.ourteam .caption-region p {
  margin: 0;
  color: #fff;
  font-size: 30px;
  text-transform: none;
}
