body, html {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}

.siteTitle {
  display: block;
  font-weight: 900;
  font-size: 30px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .siteTitle {
    font-size: 60px;
  }
}

header,
main,
footer {
  max-width: 960px;
  margin: 0 auto;
}

.card {
  /* height: auto; /*400px*/
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  border: 4px solid #b0215e;
  margin-bottom: 20px;
  background-image: url(../img/culte%20dominical-reverse.jpg);
  background-size: cover;
}
@media (min-width: 768px) {
  .card {
    height: 500px;
  }
}

.inner {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width: 768px) {
  .inner {
    width: 50%;
    height: 100%;
  }
}

.title {
  font-size: 24px;
  color: black;
  text-align: center;
  font-weight: 700;
  color: #181818;
  text-shadow: 0px 2px 2px #a6f8d5;
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .title {
    font-size: 30px;
  }
}

.subtitle {
  color: #b0215e;
  text-align: center;
}

.card2 {
  background-image: url(../img/rassemblement-des-tribus-color.jpg);
}

.card3 {
  background-image: url(../img/tour-de-garde.jpg);
}
  
.card4 {
  background-image: url(../img/service%20prophetique.jpg);
}
 
.card5 {
  background-image: url(../img/moisprieres.jpg);
}


.card99 {
  background-image: url(../img/association-idea.jpg);
}

footer {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.footerLink {
  margin-right: 12px;
  color: #181818;
  text-decoration: none;
  position: relative;
}
.footerLink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgba(176, 33, 94, 0.3);
  left: 0;
  bottom: 0;
}
.footerLink:last-child {
  margin-right: 0;
}