@charset "UTF-8";
/* colors definitions */
/* #FFB2CA; */
/* #CC85B7; #5F69B7;*/
/* account page */
/* _authors */
/* admin */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration: none;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button, input, select {
  overflow: visible;
}

button, input, select, textarea {
  margin: 0;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* main.css
   Main tags and classes definitions
*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 100%;
  font-family: georgia, "book antiqua", "times new roman", times, sylfaen, serif;
  font-variant-ligatures: common-ligatures;
  -moz-font-feature-settings: "liga", "clig";
  -webkit-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
  font-display: swap;
  font-weight: normal;
  line-height: 1.35;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PT Sans", "lucida sans", "lucida grande", arial, helvetica, verdana, sans-serif;
}
body:after {
  content: "";
  display: table;
  clear: both;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

nav a {
  padding: 0.6rem;
}

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div .i {
  display: inline;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: bolder;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.4;
  text-wrap: balance;
  orphans: 3;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-after: avoid;
}

h1, h2, h3, ul, ol {
  margin: 1em 0;
  margin: 1rem 0;
  text-align: left;
}

h1 {
  font-size: 2.5rem;
  margin: 0.67em 1rem;
}

h2 {
  font-size: 1.8rem;
  column-span: all;
}

h4, h5, p {
  letter-spacing: 0.03rem;
  margin: 0;
}

ul, ol {
  padding: 0;
  margin-left: 1em;
}

a {
  color: #5A9FC8;
  text-decoration: none;
  outline: 0;
}
a:hover {
  color: #FF0008;
  transition: color 200ms ease-in-out;
}
a:focus {
  color: rgba(255, 0, 0, 0.2);
  outline: none;
}
a[name] {
  color: black;
}

body {
  display: flex;
  flex-direction: column;
  /* fallback height */
  min-height: 100vh;
  /* new small viewport height for modern browsers */
  min-height: 100svh;
}
body > footer {
  margin-top: auto;
}

header {
  position: relative;
}
header picture {
  position: relative;
  margin: 0;
  width: 100%;
  height: 50vh;
  display: block;
  overflow-y: scroll;
}
header picture img {
  width: 100%;
}
header p.credit {
  color: #999;
  text-align: right;
  position: absolute;
  top: 0;
  right: 1em;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}
header h1#title {
  color: black;
}
header h1#title.picture {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  border-radius: 2em;
  backdrop-filter: blur(5px);
  color: #EEE;
}

main.choirs {
  display: flex;
  flex-direction: column;
  padding: 1em;
}
main.choirs section {
  margin-right: 1em;
}

@media (min-width: 768px) {
  main.choirs {
    flex-direction: row;
    flex-wrap: wrap;
  }
  main.choirs section {
    width: auto;
  }
  main.choirs section.description {
    width: 100%;
  }
}
footer {
  width: 100%;
  text-align: center;
  border-top: solid black 0.1em;
  margin-top: 2em;
}

small {
  font-size: 80%;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  border: none;
  background: #EEE;
  margin: 1.3em auto;
  height: 0.1em;
}

table {
  width: 100%;
  margin: 1em 0;
  border-spacing: 0;
  border-collapse: separate;
}

th {
  font-weight: 400;
  color: #000;
  text-align: left;
}

td {
  border-top: 1px solid #EEE;
}

td, th {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 667px) {
  tr, td, th {
    display: block;
  }
  tr {
    border-top: 1px solid #EEE;
  }
  tr:first-child {
    border-top: 0;
  }
  td {
    clear: both;
    border: none;
  }
  td, th {
    padding: 0.25em 0;
  }
}
.clear {
  clear: both;
}

.inline {
  display: inline;
}

.round {
  border-radius: 99em;
}

.row {
  clear: both;
  width: 100%;
}

.section {
  padding: 1em;
  margin: 0 auto;
  width: 100%;
}

.contents {
  min-height: 24em;
  font-size: 18px;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

p.address {
  display: inline-block;
  background: white;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.1em 0.5em;
  text-indent: 0;
  border: #ccc solid thin;
  border-radius: 0.2em;
  box-shadow: 0.1875em 0.25em 0.1875em 0 rgba(0, 0, 0, 0.4);
}

/* iframe from youtube */
main iframe:not(.mj-w-res-ifram) {
  max-width: 100%;
}

/* Grille responsive */
.directory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* Carte d'annuaire */
.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #e0e0e0; /* Placeholder gris */
}

.card-content {
  padding: 1.5rem;
  flex-grow: 1; /* Pousse le contenu vers le bas si nécessaire */
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.card-text {
  font-size: 0.95rem;
  color: #666;
}

/* Responsive : ajustement des marges sur très petits écrans */
@media (max-width: 480px) {
  body {
    padding: 1rem 0.5rem;
  }
  .card-image {
    height: 180px;
  }
}

/*# sourceMappingURL=site.css.map */
