@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Couleurs */
/*
$color-secondaire: #d0e4ce;
$color-text: #3d3629;
$color-lien: #805c19;
$color-bg: #fefbf6;
$color-success: #228019;
$color-erreur: #db3a2c;
*/
/* Typo PC */
@font-face {
  font-family: "menu";
  src: url("../fonts/NotoSans-Regular.woff2");
  font-size: 1.125rem;
}
@font-face {
  font-family: "titre page";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 2rem;
}
@font-face {
  font-family: "titre section";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 1.5rem;
}
@font-face {
  font-family: "titre sous section";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 1.375rem;
}
@font-face {
  font-family: "texte";
  src: url("../fonts/NotoSans-Regular.woff2");
  font-size: 1rem;
}
/* Typo Mobile*/
@font-face {
  font-family: "Menu mobile";
  src: url("../fonts/NotoSans-Regular.woff2");
  font-size: 1rem;
}
@font-face {
  font-family: "titre page mobile";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 1.875rem;
}
@font-face {
  font-family: "titre section mobile";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 1.375rem;
}
@font-face {
  font-family: "titre sous section mobile";
  src: url("../fonts/NotoSerif-Regular.woff2");
  font-size: 1.25rem;
}
@font-face {
  font-family: "texte mobile";
  src: url("../fonts/NotoSans-Regular.woff2");
  font-size: 0.875rem;
}
body {
  background-color: #f7fff7;
}

body,
a {
  font-family: "texte mobile";
  font-size: 0.875rem;
  color: #3e2f20;
}
body a:hover,
a a:hover {
  text-decoration: underline;
}
body .nav-principale a:hover,
body .nav-secondaire a:hover,
body .contact a:hover,
a .nav-principale a:hover,
a .nav-secondaire a:hover,
a .contact a:hover {
  border: none;
  text-decoration: none;
}
body p,
body li,
a p,
a li {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
  body,
  a {
    font-size: 1rem;
  }
}
body p,
body span,
a p,
a span {
  line-height: 1.5;
}

body .bouton a:hover {
  text-decoration: none;
}

.bouton {
  margin: 2rem 1rem;
}

.bouton a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7fff7;
  background-color: #547d54;
  border: none;
  width: 100%;
  height: 4rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.125rem;
  border: 2px solid transparent;
}
@media screen and (min-width: 600px) {
  .bouton a {
    width: 13rem;
    margin: auto;
  }
}

.bouton a:hover {
  color: #547d54;
  background-color: #f7fff7;
  border: 2px solid #547d54;
}

.wrapper {
  margin: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .wrapper {
    width: 1200px;
    margin: auto;
  }
}
a {
  color: #547d54;
  text-decoration: none;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
}

h1 {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  text-align: center;
  font-family: "titre page mobile";
  font-size: 1.875rem;
}

h2 {
  font-family: "titre section mobile";
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h3 {
  font-family: "titre sous section mobile";
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-family: "titre page";
    font-size: 2rem;
  }
  h2 {
    font-family: "titre section";
    font-size: 1.5rem;
    font-weight: 700;
  }
  h3 {
    font-family: "titre sous section";
    font-size: 1.375rem;
    font-weight: 400;
  }
  p {
    font-family: "texte";
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1280px) {
  h1 {
    margin-top: 3.5rem;
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  p,
  span {
    line-height: 1.5;
  }
}
.success-message {
  color: #228019;
  font-weight: bold;
}

.error-message {
  color: #db3a2c;
  font-weight: bold;
}

/* header */
header .texte-desktop {
  display: none;
}
header .haut {
  gap: 1rem;
}
header .haut a:hover {
  transform: scale(1.05);
}
header .haut,
header .haut a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .haut .titre {
  text-align: center;
  margin-top: -0.4rem;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
header nav ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
header nav ul li.mobile {
  display: none;
}
header .contact-mobile {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
header .contact-mobile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
}
@media screen and (min-width: 370px) {
  header .texte-mobile {
    display: none;
  }
  header .texte-desktop {
    display: inline-flex;
  }
}
@media screen and (min-width: 900px) {
  header nav ul li.mobile {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  header .haut {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
  }
  header .haut a {
    flex-direction: row;
    align-items: center;
  }
  header nav {
    justify-content: center;
  }
  header nav ul {
    gap: 5rem;
  }
  header .contact-mobile {
    display: none;
  }
}

/* en commun */
header,
footer {
  background-color: #547d54;
  padding: 1rem;
}
header nav a,
header nav li,
header nav span,
footer nav a,
footer nav li,
footer nav span {
  color: #f7fff7;
  list-style-type: none;
  margin: 0;
}
header nav a:hover,
header nav li:hover,
header nav span:hover,
footer nav a:hover,
footer nav li:hover,
footer nav span:hover {
  text-decoration: none;
}
header nav a,
footer nav a {
  display: block;
  border-bottom: 2px solid transparent;
  padding-bottom: 0.2rem;
}
header nav a:hover, header nav a.active,
footer nav a:hover,
footer nav a.active {
  border-bottom: 2px solid #f7fff7;
}
header span,
footer span {
  color: #f7fff7;
}

/* footer */
footer {
  margin-top: 10rem;
}
footer .texte-desktop {
  display: none;
}
footer #haut-page {
  display: none;
  position: fixed;
  bottom: 8.5rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #547d54;
  color: white;
  border: none;
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  font-size: 25px;
}
footer #haut-page:hover {
  color: #547d54;
  background-color: white;
  border: 2px solid #547d54;
}
@media screen and (min-width: 900px) {
  footer #haut-page {
    display: block;
  }
}
footer nav .menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: auto;
  gap: 1.5rem 3rem;
}
footer .contact-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
footer .contact-mobile svg {
  width: 1.7rem;
  height: 1.7rem;
}
footer .contact-tablette {
  display: none;
}
@media screen and (min-width: 370px) {
  footer .texte-mobile {
    display: none;
  }
  footer .texte-desktop {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  footer nav .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 900px) {
  footer .contact-mobile {
    display: none;
  }
  footer .contact-tablette {
    display: block;
    margin-top: 2.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  footer .contact-tablette .coordonnees {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.8rem;
  }
  footer .contact-tablette .coordonnees svg {
    width: 2.7rem;
    height: 2.7rem;
  }
  footer .contact-tablette .coordonnees .telephone a {
    color: #f7fff7;
    border: 1px solid #f7fff7;
    border-radius: 6px;
    padding: 11px 15px;
    text-decoration: none;
  }
  footer .contact-tablette .coordonnees .telephone a:hover {
    background-color: #f7fff7;
    color: #547d54;
  }
  footer .realisation span {
    font-weight: 700;
  }
  footer .realisation a {
    color: #f7fff7;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.2rem;
  }
  footer .realisation a:hover {
    border-bottom: 2px solid #f7fff7;
  }
}
@media screen and (min-width: 1200px) {
  footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer .contact-tablette {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  footer .contact-tablette .coordonnees {
    gap: 2.5rem;
  }
  footer .contact-tablette .coordonnees .telephone a {
    padding: 12px 18px;
  }
}

/* Mon parcours */
.page-parcours .ligne-historique {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page-parcours .barre-verticale {
  width: 10rem;
}
.page-parcours .trait-historique {
  width: 0.3rem;
  height: 35rem;
  background-color: #547d54;
}
@media screen and (min-width: 560px) {
  .page-parcours .trait-historique {
    height: 20rem;
  }
}
.page-parcours .icone-historique {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #3b7d36;
  border-radius: 50%;
  padding: 0;
  background-color: white;
}
.page-parcours .icone-historique img {
  width: 1.8rem;
  padding-top: 0.6rem;
}
.page-parcours .texte h3.sous-titre {
  margin: 1rem 0 1.5rem 0;
}
.page-parcours .evenement-mobile {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.page-parcours .evenement-mobile .textes {
  margin-left: 3rem;
}
.page-parcours .evenement-mobile .textes h3 {
  text-align: center;
}
.page-parcours .evenement-mobile .textes .texte h3.titre {
  color: #547d54;
  font-weight: bold;
}
.page-parcours .evenement-mobile .textes .texte.neuf {
  height: 31rem;
}
.page-parcours .evenement-mobile .textes .texte {
  height: 38.3rem;
}
@media screen and (min-width: 560px) {
  .page-parcours .evenement-mobile .textes .texte {
    height: 23.5rem;
  }
}
.page-parcours .textes .texte h3.titre {
  color: #547d54;
  font-weight: bold;
}
.page-parcours .textes .texte {
  height: 21.5rem;
}
.page-parcours .evenement-pc {
  display: none;
}
.page-parcours .bouton {
  margin-top: -2rem;
}
@media screen and (min-width: 800px) {
  .page-parcours {
    border-radius: 12px;
  }
  .page-parcours .evenement-mobile {
    display: none;
  }
  .page-parcours .evenement-pc {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .page-parcours .evenement-pc .textes-gauche,
  .page-parcours .evenement-pc .textes-droite {
    display: flex;
    flex-direction: column;
    width: 25rem;
  }
  .page-parcours .texte-gauche,
  .page-parcours .texte-droite {
    height: 23.2rem;
  }
  .page-parcours .textes-gauche h3 {
    text-align: center;
  }
  .page-parcours .textes-gauche .un h3,
  .page-parcours .textes-gauche .trois h3,
  .page-parcours .textes-gauche .cinq h3,
  .page-parcours .textes-gauche .sept h3,
  .page-parcours .textes-gauche .neuf h3 {
    text-align: right;
    color: #547d54;
    font-weight: bold;
  }
  .page-parcours .textes-gauche .deux h3,
  .page-parcours .textes-gauche .quatre h3,
  .page-parcours .textes-gauche .six h3,
  .page-parcours .textes-gauche .huit h3 {
    margin-bottom: 1rem;
  }
  .page-parcours .textes-droite .un h3,
  .page-parcours .textes-droite .trois h3,
  .page-parcours .textes-droite .cinq h3,
  .page-parcours .textes-droite .sept h3,
  .page-parcours .textes-droite .neuf h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .page-parcours .textes-droite .deux h3,
  .page-parcours .textes-droite .quatre h3,
  .page-parcours .textes-droite .six h3,
  .page-parcours .textes-droite .huit h3 {
    color: #547d54;
    font-weight: bold;
  }
}

/* Contact */
.page-contact {
  line-height: 1.2;
}
.page-contact h2 {
  margin-bottom: 0.8rem;
}
.page-contact .infos {
  margin-bottom: 1rem;
}
.page-contact .ouverture {
  margin-bottom: 2rem;
}
.page-contact .fields {
  margin-top: 1rem;
}
.page-contact .fields .field {
  margin-top: 1.2rem;
}
.page-contact .fields input,
.page-contact .fields select,
.page-contact .fields textarea {
  width: 100%;
  box-sizing: border-box;
  height: 2rem;
  margin-bottom: 0.8rem;
  margin-top: 0.2rem;
  padding-left: 0.5rem;
  display: block;
}
.page-contact .fields textarea {
  height: 15rem;
  padding: 0.5rem;
}
.page-contact .fields .selection {
  height: 2rem;
  margin-bottom: 2.8rem;
}
.page-contact .fields .selection #selection {
  font-family: "texte";
  font-size: 0.875rem;
  background-color: white;
  border: 1px solid #3e2f20;
  width: 100%;
  height: 2rem;
}
.page-contact .fields .bouton input[type=submit] {
  box-sizing: border-box;
  color: #f7fff7;
  background-color: #547d54;
  border: none;
  height: 4rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.125rem;
  border: 2px solid transparent;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page-contact .fields .bouton input[type=submit] {
    width: 13rem;
    margin: auto;
  }
}
.page-contact .fields .bouton input[type=submit]:hover {
  color: #547d54;
  background-color: #f7fff7;
  border: 2px solid #547d54;
}
.page-contact .fields #message {
  width: 100%;
  height: 15rem;
}
.page-contact .mentions {
  display: inline-flex;
  flex-direction: row;
  margin: 1rem 0;
  width: 100%;
  gap: 0.5rem;
}
.page-contact .mentions input {
  width: 1.2rem;
  height: 1.2rem;
}
.page-contact .mentions label {
  margin-top: 0.2rem;
}
.page-contact .supprimer {
  display: none;
}

/* accueil */
.page-accueil .img,
.page-accueil .img-a-propos {
  display: none;
}
.page-accueil .a-propos {
  display: flex;
  flex-direction: row;
  margin: 3rem 0 2rem 0;
}
.page-accueil .a-propos h1 {
  display: none;
}
.page-accueil .a-propos h2 {
  margin-bottom: 2rem;
}
.page-accueil .colonnes {
  background-color: #d0e4ce;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
.page-accueil .colonnes h2 {
  margin-top: 3rem;
  margin-left: 1rem;
}
.page-accueil .colonnes .colonne {
  margin: 1rem 0rem 0.5rem 0rem;
  background-color: #fff;
  padding-bottom: 0.1rem;
}
.page-accueil .colonnes .colonne img {
  width: 2.5rem;
  height: 2.5rem;
}
.page-accueil .colonnes .colonne .titre {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem 0rem 0.5rem;
}
.page-accueil .colonnes .colonne p {
  margin: 1rem 0.5rem;
}
.page-accueil .colonnes .colonne .alerte img {
  width: 2rem;
  height: 1.8rem;
}
.page-accueil .lien-site {
  border: 1px solid #3e2f20;
  border-radius: 12px;
  padding: 1rem;
  margin: auto;
}
.page-accueil .lien-site h3 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 620px) {
  .page-accueil .lien-site {
    width: 590px;
  }
}
@media screen and (min-width: 1200px) {
  .page-accueil .lien-site {
    width: 670px;
  }
}
.page-accueil .bouton {
  margin-top: 5rem;
}
@media screen and (min-width: 900px) {
  .page-accueil .img {
    display: block;
    background-image: url("../img/images/chien-christophe1.webp");
    width: 100%;
    aspect-ratio: 1920/627;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page-accueil .img span {
    color: #f7fff7;
    display: inline-block;
    margin: 5rem 0 0 5rem;
    padding: 0 0.3rem;
    border-radius: 12px;
    font-family: "titre page mobile";
    font-size: 1.625rem;
    background-color: rgba(255, 255, 255, 0.01);
  }
  .page-accueil .a-propos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-accueil .a-propos .portrait {
    width: 60%;
  }
  .page-accueil .a-propos .img-a-propos {
    display: block;
  }
  .page-accueil .a-propos .img-a-propos img {
    border-radius: 50% 50% 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-accueil .wrapper-colonnes {
    width: 1200px;
    margin: auto;
  }
  .page-accueil .colonnes h2 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-accueil .colonnes {
    background-image: url("../img/icones/fleurMarron.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(100% - (100vw - 1000px) / 2) center;
  }
  .page-accueil .wrapper-colonnes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15rem;
  }
  .page-accueil .wrapper-colonnes h2 {
    grid-column: 1/-1;
  }
  .page-accueil .wrapper-colonnes .colonne {
    border-radius: 6px;
  }
}

/* seance */
.page-seance .colonne {
  padding: 2rem 0;
}
.page-seance .colonne:first-child {
  padding-top: 0;
}
.page-seance .colonne:last-child {
  margin-bottom: 3rem;
}
.page-seance .colonne:nth-of-type(even) {
  background-color: #d0e4ce;
}
.page-seance .information {
  width: 19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  border: 1px solid #3e2f20;
  padding: 0.6rem;
}
.page-seance .information img {
  width: 2.3rem;
  height: 2rem;
}
.page-seance .information .titre {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.page-seance .information .titre h2 {
  margin: 0;
  font-weight: 400;
}
.page-seance .bouton {
  margin-top: 6rem;
}
@media screen and (min-width: 800px) {
  .page-seance .information {
    border-radius: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .page-seance .information {
    width: 26rem;
    padding: 1.5rem;
  }
  .page-seance .information img {
    width: 5.5rem;
    height: 5rem;
    margin-left: -1.5rem;
  }
  .page-seance .information .titre {
    align-items: normal;
    margin: 0;
    gap: 1.8rem;
  }
  .page-seance .information p {
    margin-left: 7.3rem;
    margin-top: -1.5rem;
    margin-bottom: 0;
  }
}

/* Mentions légales */
.page-mentions h2 {
  margin-top: 3rem;
}
.page-mentions .informations h2 {
  margin-top: 0;
}
.page-mentions .informations ul {
  list-style-type: none;
  padding: 0;
}

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