/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-graybar1 {
  background: #f0f0f0;
}
#g-whitebar1 {
  background: #fff;
}
.Box5 {
  background-color: #f0f0f0;
}
.g-pictos {
  display: grid;
  grid-template-columns: repeat(6, 9.1%);
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.g-pictos img {
  max-width: 100%;
  height: auto;
}
.g-pictos a {
  display: block;
}
.g-pictos span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 48rem) {
  .g-pictos {
    grid-template-columns: repeat(3, 22%);
    row-gap: 1.25rem;
    justify-content: space-around;
  }
}
.g-title-section {
  text-align: center;
  color: #4d4d4d;
  font-size: 1.9rem;
  font-weight: 500;
}
.g-texte-accueil {
  font-size: 1.5rem;
  text-align: center;
}
.g-texte-accueil p {
  margin-bottom: 1rem;
}
#g-navigation {
  position: sticky;
  top: 0;
  z-index: 1003;
}
.g-presentation-photos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.g-presentation-photos figure {
  margin: 0;
}
.g-presentation-photos img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 4px;
}
.g-presentation-photos figcaption {
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.875rem;
  color: #666;
}
.g-portraits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 1.5rem;
}
.g-portraits figure {
  margin: 0;
  text-align: center;
}
.g-portraits img {
  display: block;
  width: 100%;
  max-width: 15rem;
  height: auto;
  margin: 0 auto 0.75rem;
  border-radius: 4px;
}
.g-portraits figcaption {
  line-height: 1.45;
}
.g-portraits--texte figure {
  display: block;
}
@media (max-width: 48rem) {
  .g-presentation-photos, .g-portraits {
    grid-template-columns: 1fr;
  }
}
.shadow2 > .g-content {
  background: #fff;
  padding: 1.25rem;
  margin: 0.5rem;
  border-radius: 4px;
}
.g-titre-bloc {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}
.g-bande-grise, .g-bande-blanche {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  clip-path: inset(0 -100vmax);
}
.g-bande-grise {
  background: #f0f0f0;
  box-shadow: 0 0 0 100vmax #f0f0f0;
}
.g-bande-blanche {
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
}
.entry-header {
  display: none;
}
.g-vde-intro {
  margin-bottom: 2.5rem;
  text-align: center;
}
.g-vde-intro h2 {
  color: #4d4d4d;
  font-weight: 500;
}
.g-cartes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.g-carte {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(53, 77, 89, 0.08);
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(53, 77, 89, 0.1);
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.g-carte img {
  width: 62%;
  max-width: 11rem;
  height: auto;
  margin: 0 auto 1rem;
}
.g-carte h3 {
  margin: 0 0 0.75rem;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 1.2;
}
.g-carte p {
  margin: 0 0 0.6rem;
}
.g-carte .g-carte__lien {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0.75rem;
  font-weight: 600;
}
.g-carte:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(53, 77, 89, 0.16);
}
.g-aide {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.g-aide img {
  flex: 0 0 6rem;
  width: 6rem;
  height: auto;
}
.g-aide h2 {
  margin-top: 0;
  color: #4d4d4d;
  font-weight: 500;
}
@media (max-width: 60rem) {
  .g-cartes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 40rem) {
  .g-cartes {
    grid-template-columns: 1fr;
  }
  .g-aide {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.page-presentation #g-main, .page-vie-d-eglise #g-main, .page-contact #g-main {
  text-align: center;
}
.page-presentation #g-main .wpcf7, .page-vie-d-eglise #g-main .wpcf7, .page-contact #g-main .wpcf7 {
  max-width: 34rem;
  margin-inline: auto;
  text-align: left;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 100%;
  padding: 0.55rem 0.7rem;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font: inherit;
}
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus {
  border-color: #5abdb9;
  outline: 2px solid rgba(90, 189, 185, 0.35);
  outline-offset: 1px;
}
.wpcf7 textarea {
  min-height: 9rem;
  resize: vertical;
}
.wpcf7 label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #354d59;
}
.wpcf7 input[type="submit"] {
  padding: 0.6rem 1.6rem;
  border: 0;
  border-radius: 4px;
  background: #5abdb9;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus-visible {
  background: #44aaa6;
}
.entry-content, .g-vde-intro, .g-aide, .g-bande-grise, .g-bande-blanche {
  font-size: 1.2rem;
  line-height: 1.5;
}
.entry-content .g-carte {
  font-size: 1rem;
}
.entry-content h2, .g-vde-intro h2, .g-aide h2 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #4d4d4d;
}
.entry-content .g-carte h3 {
  font-size: clamp(1.5rem, 2.9vw, 2.25rem);
}
.entry-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #4d4d4d;
}
.oasis-evenement__titre, .oasis-predication__titre, .oasis-prochain__titre {
  font-size: 1.2rem;
}
.oasis-agenda__mois {
  font-size: 1.35rem;
  font-weight: 500;
  color: #4d4d4d;
}
.g-titre-bloc {
  font-size: 1.5rem;
}
@media (max-width: 48rem) {
  .g-texte-accueil {
    font-size: 1.15rem;
  }
  .entry-content h2, .g-vde-intro h2, .g-aide h2, .g-title-section {
    font-size: 1.5rem;
  }
}
.g-contact-bloc {
  max-width: 40rem;
  margin: 3rem auto 0;
}
.g-contact-bloc h2 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f0f0f0;
}
.g-contact-bloc p {
  margin-bottom: 0.9rem;
}
.g-precision {
  font-size: 0.8em;
  color: #666;
}
.page-presentation .entry-content > p {
  padding-inline: 4rem;
}
.g-portraits {
  max-width: 47rem;
  margin-inline: auto;
}
@media (max-width: 60rem) {
  .page-presentation .entry-content > p {
    padding-inline: 0;
  }
}
.g-vde-intro {
  margin-bottom: 3.5rem;
}
.g-vde-intro h2 {
  margin-bottom: 3.7rem;
}
.g-contact-bloc {
  margin-top: 4.5rem;
}
.g-contact-bloc h2 {
  margin-bottom: 1.5rem;
}
.entry-content > p {
  margin-bottom: 1.4rem;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > h2 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.entry-content h2 {
  margin-bottom: 3rem;
}
.g-bande-grise h2, .g-bande-blanche h2 {
  margin-bottom: 4.75rem;
}
.g-portraits img {
  margin-bottom: 2.5rem;
}
.g-portraits figcaption strong {
  display: block;
}
/*# sourceMappingURL=custom.css.map */