@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 */
/* Typo PC */
@font-face {
  font-family: "menu";
  src: url("fonts/NotoSans-Bold.woff2");
  font-size: 1.125rem;
}
@font-face {
  font-family: "titre page";
  src: url("fonts/NotoSerif-Bold.woff2");
  font-size: 1.75rem;
}
@font-face {
  font-family: "titre section";
  src: url("fonts/NotoSans-Bold.woff2");
  font-size: 1.5rem;
}
@font-face {
  font-family: "titre sous section";
  src: url("fonts/NotoSans-Bold.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: "Menus mobile";
  src: url("fonts/NotoSans-Regular.woff2");
  font-size: 1rem;
}
@font-face {
  font-family: "titre page mobile";
  src: url("fonts/NotoSerif-Bold.woff2");
  font-size: 1.625rem;
}
@font-face {
  font-family: "titre section mobile";
  src: url("fonts/NotoSans-Regular.woff2");
  font-size: 1.375rem;
}
@font-face {
  font-family: "titre sous section mobile";
  src: url("fonts/NotoSans-Bold.woff2");
  font-size: 1.25rem;
}
@font-face {
  font-family: "texte mobile";
  src: url("fonts/NotoSans-Regular.woff2");
  font-size: 0.875rem;
}
body {
  background-color: #fefbf6;
}

body,
a {
  font-family: "texte mobile";
  font-size: 0.875rem;
  color: #3d3629;
}
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 0;
}

.bouton a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefbf6;
  background-color: #805c19;
  border: none;
  width: 100%;
  height: 3rem;
  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: #805c19;
  background-color: #fefbf6;
  border: 2px solid #805c19;
}

.wapper {
  margin: 1rem;
}

@media screen and (min-width: 1200px) {
  .wapper {
    width: 1200px;
    margin: auto;
  }
}
a {
  color: #805c19;
  text-decoration: none;
}

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

h2 {
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
  text-align: center;
  font-family: "titre page mobile";
  font-size: 1.625rem;
}

h3 {
  font-family: "titre section mobile";
  font-size: 1.375rem;
  font-weight: 700;
}

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

@media screen and (min-width: 1200px) {
  h2 {
    font-family: "titre page";
    font-size: 1.75rem;
  }
  h3 {
    font-family: "titre section";
    font-size: 1.5rem;
    font-weight: 400;
  }
  h4 {
    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) {
  h2 {
    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 {
  background-color: #d0e4ce;
  color: #805c19;
  /* Menu burger */
}
header .haut {
  padding: 1rem 1rem 0 1rem;
}
header h1.logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
header h1.logo a p {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1280px) {
  header h1.logo a {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  header h1.logo a p {
    margin: 0;
    font-size: 1rem;
  }
}
header .logo a:hover {
  transform: scale(1.05);
}
header .menu-burger,
header .contact {
  padding: 0 1rem 1rem 1rem;
}
header .photo-header,
header .telephone-nav {
  display: none;
}
header #random-photo-header {
  object-fit: cover;
}
header .haut,
header .baseline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 800px) {
  header .baseline {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 900px) {
  header .bas {
    margin-top: 1.5rem;
    margin-bottom: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .bas .contact {
    text-align: right;
    margin: 0 0 0 auto;
    z-index: 2;
  }
  header .bas .nav-principale.active {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 1rem 0;
    align-items: center;
  }
  header .nav-principale.active ul {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: auto;
    align-items: center;
    padding-left: 1rem;
  }
  header .menu-burger {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  header .haut,
  header .baseline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .haut {
    padding-bottom: 1rem;
  }
  header .haut .baseline {
    margin: 0;
    gap: 0.5rem;
  }
  header .photo-header,
  header img {
    display: block;
    width: 100%;
  }
  header .photo-header img,
  header img img {
    height: 35rem;
  }
  header .bas {
    margin-bottom: 5rem;
  }
  header .bas .nav-principale.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    align-items: center;
  }
  header .bas .contact {
    display: none;
  }
  header .nav-principale.active ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
    margin: auto;
    align-items: center;
    padding-left: 1rem;
  }
  header .menu-burger,
  header .whatsapp,
  header .telephone {
    display: none;
  }
  header .telephone-nav {
    display: block;
    justify-content: right;
    position: absolute;
    right: 6%;
    margin-bottom: 20rem;
  }
  header .telephone-nav a:hover {
    filter: brightness(0.8);
  }
  header .nav-principale a {
    border-bottom: 2px solid transparent;
  }
  header .nav-principale a:hover {
    text-decoration: none;
    border-bottom: 2px solid #805c19;
    padding-bottom: 0.2rem;
  }
}
header .bas,
header .contact {
  display: flex;
  flex-direction: row;
  color: #805c19;
}
header .bas {
  justify-content: space-between;
}
header .baseline {
  margin: 0.2rem 0 2rem 0;
}
header .contact {
  font-size: 1.2rem;
  font-weight: bold;
}
header .contact .whatsapp,
header .contact .telephone {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
header .whatsapp {
  margin-right: 1rem;
}
header .nav {
  font-size: 1rem;
}
header .nav-principale {
  flex-direction: column;
  background-color: #d0e4ce;
  position: absolute;
  margin-top: 2rem;
  width: 100%;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  line-height: 2;
}
header .nav-principale ul {
  padding: 0;
}
header .nav-principale.active {
  display: none;
}
header .menu-burger {
  cursor: pointer;
}
header .menu-ouvert {
  display: block;
}
header .menu-ferme {
  display: none;
}

/* En commun */
.nav a {
  font-size: 1.125rem;
  font-weight: bold;
}

.nav ul li {
  list-style-type: none;
}

/* Footer */
#haut-page {
  display: none;
  position: fixed;
  bottom: 3.2rem;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #805c19;
  color: white;
  border: none;
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

#haut-page:hover {
  color: #805c19;
  background-color: white;
  border: 2px solid #805c19;
}

@media screen and (min-width: 1280px) {
  #haut-page {
    display: block;
  }
}
footer {
  background-color: #d0e4ce;
  padding: 1rem 2rem;
  margin-top: 5rem;
  padding-bottom: 0.5rem;
}
footer .nav-secondaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  line-height: 2;
}
footer .nav-secondaire ul {
  padding: 0;
}
footer .nav-secondaire a {
  display: flex;
  justify-content: center;
}
footer .coordonnees,
footer .facebook-tablette {
  display: none;
}
footer .contact .contact-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 2rem;
}
@media screen and (min-width: 800px) {
  footer .nav-secondaire nav {
    max-width: 200rem;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: space-around;
  }
  footer .nav-secondaire ul {
    display: inline-block;
    list-style-type: none;
    padding: 0 1rem;
  }
  footer .nav-secondaire ul a {
    justify-content: left;
  }
  footer .telephone-footer {
    display: none;
  }
  footer .contact,
  footer a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
  }
  footer .contact .contact-footer {
    gap: 0.8rem;
    padding: 0;
    padding-top: 0.2rem;
  }
  footer .coordonnees {
    display: block;
  }
  footer .coordonnees a {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (min-width: 1280px) {
  footer .whatsapp {
    display: none;
  }
  footer .facebook-tablette {
    display: block;
  }
  footer .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 4rem;
  }
  footer .footer-content .nav-secondaire {
    margin: 0;
  }
  footer .footer-content .nav-secondaire ul {
    margin-right: 8rem;
  }
  footer .nav-secondaire a {
    display: inline-block;
    border-bottom: 2px solid transparent;
  }
  footer .nav-secondaire a:hover {
    text-decoration: none;
    border-bottom: 2px solid #805c19;
  }
  footer .coordonnees-nom a {
    border-bottom: 2px solid transparent;
    padding-bottom: 0.4rem;
  }
  footer .coordonnees-nom a:hover {
    text-decoration: none;
    border-bottom: 2px solid #805c19;
    padding-bottom: 0.4rem;
  }
  footer .contact {
    display: flex;
    flex-direction: row;
  }
  footer .contact {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  footer .contact .facebook-tel {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 1rem;
  }
  footer .contact .facebook-tablette:hover {
    filter: brightness(1.1);
  }
  footer .contact .coordonnees-tel:hover {
    filter: brightness(0.9);
  }
  footer .facebook {
    display: none;
  }
}

/* page-accueil */
.page-accueil {
  margin-top: 5rem;
}
@media screen and (min-width: 600px) {
  .page-accueil {
    margin-top: 10rem;
  }
}
.page-accueil .deroulant img {
  transition: transform 700ms;
  margin: 0.2rem;
}
.page-accueil .deroulant img.rotated {
  transform: rotate(180deg);
}
.page-accueil ul {
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
}
.page-accueil details p {
  margin-top: -0.8rem;
}
.page-accueil .conclusion {
  margin: 1.5rem 0;
}
.page-accueil .conclusion span {
  font-weight: bold;
}
.page-accueil .questions {
  margin-top: 5rem;
}
.page-accueil .questions h3 {
  color: #805c19;
}
.page-accueil .questions p {
  margin-bottom: 2rem;
}
.page-accueil .questions .datails p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-accueil .questions .datails p,
.page-accueil .questions .datails h4 {
  padding-left: 0.5rem;
}
.page-accueil .questions .datails h4 {
  margin-bottom: 0.5rem;
}
.page-accueil h3 {
  color: #805c19;
}
.page-accueil .deroulant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 1rem 0.5rem;
}
.page-accueil li {
  margin-bottom: 1rem;
}
.page-accueil h4 {
  margin-bottom: 0.5rem;
}
.page-accueil .questions:last-child {
  border-bottom: 1px solid #ddd;
}
.page-accueil .deroulant img {
  margin: 0.2rem;
}
.page-accueil .deroulant img.rotated {
  transform: rotate(180deg);
}
.page-accueil .ti-read-more span {
  display: none !important;
}
.page-accueil .faq {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-accueil .container {
    margin: 1em 2em;
  }
}
.page-accueil p.conclusion {
  margin-top: 2.5rem;
}
.page-accueil #avis-google .ti-inner {
  padding: 0.2rem 0 1.5rem 0 !important;
  max-height: unset !important;
}
.page-accueil #avis-google .ti-inner:last-child {
  padding-bottom: 1rem !important;
}

/* Contact */
.page-contact {
  line-height: 1.2;
}
.page-contact h3 {
  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 #3d3629;
  width: 100%;
  height: 2rem;
}
.page-contact .fields .bouton input[type=submit] {
  box-sizing: border-box;
  color: #fefbf6;
  background-color: #805c19;
  border: none;
  height: 3rem;
  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: 12rem;
    margin: auto;
  }
}
.page-contact .fields .bouton input[type=submit]:hover {
  color: #805c19;
  background-color: #fefbf6;
  border: 2px solid #805c19;
}
.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;
}

/* Tarifs */
.page-tarifs .cartes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: auto;
  justify-content: center;
  max-width: 1200px;
  margin-top: 3rem;
}
@media screen and (min-width: 800px) {
  .page-tarifs .cartes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .page-tarifs .cartes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-tarifs .cartes .carte {
  background-color: #d0e4ce;
  padding: 2rem;
  width: 19rem;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  .page-tarifs .cartes .carte {
    justify-content: center;
    position: relative;
    min-height: 36rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-tarifs .cartes .carte {
    min-height: 39rem;
  }
}
.page-tarifs .cartes .carte p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 800px) {
  .page-tarifs .cartes .carte p:last-of-type {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 800px) {
  .page-tarifs .cartes .carte {
    border-radius: 12px;
  }
}
.page-tarifs .cartes .carte h3 {
  text-align: center;
}
.page-tarifs .cartes .carte img {
  margin: 1rem 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 800px) {
  .page-tarifs .cartes .carte .bouton {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-tarifs .bouton {
  margin-top: 7rem;
}

/* 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: #805c19;
}
@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: #805c19;
  font-weight: bold;
}
.page-parcours .evenement-mobile .textes .texte.sept {
  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: #805c19;
  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 {
    text-align: right;
    color: #805c19;
    font-weight: bold;
  }
  .page-parcours .textes-gauche .deux h3,
  .page-parcours .textes-gauche .quatre h3,
  .page-parcours .textes-gauche .six 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 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .page-parcours .textes-droite .deux h3,
  .page-parcours .textes-droite .quatre h3,
  .page-parcours .textes-droite .six h3 {
    color: #805c19;
    font-weight: bold;
  }
}

/* Séance initiale */
.page-initiale .description img {
  display: none;
}
.page-initiale section p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-initiale .carte-map h3 {
  margin: 2rem 0;
}
.page-initiale .carte-map #map {
  height: 25rem;
  border: 1px solid #ddd;
}
.page-initiale .carte-map #liste-ville {
  height: 25rem;
  overflow-y: auto;
  scrollbar-width: thin;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.page-initiale .carte-map #liste-ville ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-initiale .carte-map #liste-ville li {
  margin-bottom: 10px;
  cursor: pointer;
  color: #805c19;
}
.page-initiale .carte-map #liste-ville li:hover {
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  .page-initiale .carte-map .map {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .page-initiale .carte-map #map {
    width: 75%;
  }
  .page-initiale .carte-map #liste-ville {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .page-initiale .description {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .page-initiale .description img {
    display: block;
    width: 15rem;
  }
}
.page-initiale .cartes {
  margin-top: 3rem;
}
.page-initiale .cartes .carte {
  background-color: #d0e4ce;
  padding: 1.5rem;
  margin: 0 auto;
}
.page-initiale .cartes .carte p {
  min-height: 60px;
  margin-top: 2rem;
}
@media screen and (min-width: 800px) {
  .page-initiale .cartes .carte {
    border-radius: 12px;
  }
}
.page-initiale .cartes .carte h3 {
  text-align: center;
  margin: 0;
}
.page-initiale .cartes .carte .bouton {
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-initiale .bouton {
  margin-top: 2rem;
}
.page-initiale .informations {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.page-initiale .informations h3 {
  color: #805c19;
  margin: 0;
}

/* Séances individuelles */
.page-individuelles h3 {
  margin: 3rem 0 2rem 0;
}
.page-individuelles .bouton {
  margin-bottom: 0;
}
.page-individuelles img {
  display: none;
}
.page-individuelles .bloc .texte p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .page-individuelles .bloc {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .page-individuelles img {
    display: block;
    width: 13rem;
  }
}
.page-individuelles .informations {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.page-individuelles .informations h3 {
  color: #805c19;
  margin: 0;
}

/* Séances collectives */
.page-collectives .bloc .texte p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-collectives .bloc img {
  display: none;
}
.page-collectives .bloc span {
  color: #3b7d36;
}
.page-collectives .bouton {
  margin-top: 2rem;
}
@media screen and (min-width: 1280px) {
  .page-collectives .bloc {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .page-collectives .bloc img {
    display: block;
    width: 28rem;
  }
}
.page-collectives .informations {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.page-collectives .informations h3 {
  color: #805c19;
}
.page-collectives .reservation {
  margin-top: 3.5rem;
  font-weight: bold;
}

/* Eduquer son chien */
.page-eduquer-chien .bloc img {
  display: none;
}
.page-eduquer-chien .bloc .introduction p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .page-eduquer-chien .bloc {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .page-eduquer-chien .bloc img {
    display: block;
    width: 28rem;
  }
}
.page-eduquer-chien .questions {
  margin-top: 5rem;
}
.page-eduquer-chien .questions h3 {
  color: #805c19;
}
.page-eduquer-chien .questions p {
  margin-bottom: 2rem;
}
.page-eduquer-chien .questions .datails p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-eduquer-chien .questions .datails p,
.page-eduquer-chien .questions .datails h4 {
  padding-left: 0.5rem;
}
.page-eduquer-chien .questions .datails h4 {
  margin-bottom: 0.5rem;
}
.page-eduquer-chien .deroulant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 1rem 0.5rem;
}
.page-eduquer-chien .questions:last-child {
  border-bottom: 1px solid #ddd;
}
.page-eduquer-chien .deroulant img {
  margin: 0.2rem;
}
.page-eduquer-chien .deroulant img.rotated {
  transform: rotate(180deg);
}

/* FAQ */
.page-faq .questions {
  margin-top: 5rem;
}
.page-faq .questions h3 {
  color: #805c19;
}
.page-faq .questions p {
  margin-bottom: 2rem;
}
.page-faq .questions .datails p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.page-faq .questions .datails p,
.page-faq .questions .datails h4 {
  padding-left: 0.5rem;
}
.page-faq .questions .datails h4 {
  margin-bottom: 0.5rem;
}
.page-faq .deroulant {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 1rem 0.5rem;
}
.page-faq li {
  margin-bottom: 1rem;
}
.page-faq h4 {
  margin-bottom: 0.5rem;
}
.page-faq .questions:last-child {
  border-bottom: 1px solid #ddd;
}
.page-faq .deroulant img.rotated {
  transform: rotate(180deg);
}
.page-faq .formulaire h3 {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.page-faq .formulaire .fields {
  margin-top: 1rem;
}
.page-faq .formulaire .fields .field {
  margin-bottom: 1.2rem;
}
.page-faq .formulaire .fields input,
.page-faq .formulaire .fields select,
.page-faq .formulaire .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-faq .formulaire .fields textarea {
  height: 15rem;
  padding: 0.5rem;
}
.page-faq .formulaire .fields .selection {
  height: 2rem;
  margin-bottom: 2.8rem;
}
.page-faq .formulaire .fields .selection #selection {
  font-family: "texte";
  font-size: 0.875rem;
  background-color: white;
  border: 1px solid #3d3629;
  width: 100%;
  height: 2rem;
}
.page-faq .bouton input[type=submit] {
  box-sizing: border-box;
  color: #fefbf6;
  background-color: #805c19;
  border: none;
  height: 3rem;
  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-faq .bouton input[type=submit] {
    width: 12rem;
    margin: auto;
  }
}
.page-faq .bouton input[type=submit]:hover {
  color: #805c19;
  background-color: #fefbf6;
  border: 2px solid #805c19;
}
.page-faq #message {
  width: 100%;
  height: 5rem;
}

/* Blog */
.page-blog .articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
}
@media screen and (min-width: 800px) {
  .page-blog .articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-blog .articles .article {
    border-radius: 12px;
  }
  .page-blog .articles img {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .page-blog .articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-blog .article {
  border: 1px solid #ddd;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.page-blog .article img {
  width: 100%;
  height: auto;
}
.page-blog .article h3 {
  text-align: center;
  margin: 1rem 0;
}
.page-blog .article .texte {
  min-height: 20rem;
  padding: 0 1rem;
}
.page-blog .article .date {
  margin-top: 0.5rem;
  padding: 0.8rem 1rem 0.3rem 1rem;
  border-top: 1px solid #ddd;
}
.page-blog .article .suite {
  padding: 0 1rem;
}
.page-blog .article .suite a {
  font-size: 20px;
}
.page-blog .bouton {
  margin-top: 3rem;
}

/* mentions légales */
.page-mentions-legales ul {
  list-style-type: none;
  padding: 0;
}
.page-mentions-legales h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.page-mentions-legales h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* Reservation */
.em.em-calendar .em-cal-body:not(.auto-aspect) {
  grid-auto-rows: 8.5rem;
}

.content {
  margin: 1rem;
}

.em-view-container {
  margin-bottom: 2rem;
}

.em-event-bookings-meta,
.em-bs-cell-desc,
.em-bs-cell-price {
  display: none;
}

.em.em-calendar.preview-tooltips .em-event-location,
.em.em-item .em-item-meta .em-event-prices,
.em-item-meta .em-event-where {
  display: none;
}

.em-item-taxonomies h3 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

/*
.em-item-taxonomies .em-item-meta-line .em-icon {
  display: none;
}
*/
.em-item-taxonomies .em-item-meta-line .event-categories {
  width: 15rem;
}

.em-item-taxonomies .em-item-meta-line {
  display: flex;
  flex-direction: row;
}

.em-item-taxonomies .em-item-meta-line ul {
  list-style-type: none;
  padding-left: 0.2rem;
}
.em-item-taxonomies .em-item-meta-line ul li {
  margin-bottom: 0;
  margin-top: 0.1rem;
}

.em-item-taxonomies .em-item-meta-line .event-categories a {
  color: #3d3629;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.em-bs-cell-qty::after {
  content: " Place(s)";
  font-family: "texte";
}

@media screen and (min-width: 1200px) {
  .content {
    width: 1200px;
    margin: auto;
  }
}
.em-booking-form-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #805c19;
  border: none;
  width: 100%;
  height: 3rem;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
}
@media screen and (min-width: 600px) {
  .em-booking-form-buttons {
    width: 13rem !important;
    margin: auto !important;
  }
}

input.em-form-submit.em-booking-submit.em-button.em-button-1 {
  margin-bottom: 0 !important;
  border: 0 !important;
  color: #fefbf6 !important;
  font-family: "texte" !important;
  font-weight: bold !important;
  font-size: 1.125rem !important;
  text-transform: none !important;
}

input.em-form-submit.em-booking-submit.em-button.em-button-1:hover {
  color: #805c19 !important;
}

.em-booking-form-buttons:hover {
  background-color: #fefbf6;
  border: 2px solid #805c19;
}

.em-event-bookings h2 {
  font-family: "titre section mobile";
  font-size: 1.375rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .em-event-bookings h2 {
    font-family: "titre section";
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.em.pixelbones a {
  color: #805c19 !important;
}

.em-booking-form-section-tickets .em-booking-section {
  padding-bottom: 0 !important;
}

.em-tickets .em-ticket p.em-tickets-spaces {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
}

#em-ticket-spaces-36 {
  margin-bottom: 0.4rem !important;
  width: 4rem !important;
}

.em-event-when h3 {
  margin-bottom: 1.5rem;
}

.em-item-meta-line {
  margin: 0.7rem 0;
  margin-left: 1.2rem;
}

.em button.input.em-event-add-to-calendar {
  padding-left: 0 !important;
  margin-right: 10rem;
}

.em-item-meta-column .em-event-when .em-tooltip-ddm span {
  margin-left: 1.3rem;
  margin-right: 0 !important;
}

.em.em-event-booking-form .em-booking-section {
  padding-left: 0.4rem !important;
  padding-right: 0 !important;
}
.em.em-event-booking-form .em-booking-section input {
  margin-bottom: 0.2rem;
}

.em.pixelbones.input select:not([multiple]) {
  margin: 0 !important;
}

.em-booking-form-section-details .em-booking-section p {
  margin: 0.4rem !important;
}

.em-booking-form .em-booking-form-section-summary h3 {
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  color: #3d3629 !important;
}

.em-booking-form-section-summary .em-booking-form-summary .em-bs-section .em-bs-row .em-bs-cell-qty {
  margin-left: 0.5rem;
}

.em-booking-form-section-details .em-booking-section p:nth-last-child(3) label::after {
  content: " (obligatoire)" !important;
}

.em-booking-form-section-details .em-booking-section p:first-of-type label::before {
  content: "Prénom et " !important;
}

.em-booking-form-section-details .em-booking-section p.input-checkbox.input-field-data_privacy_consent {
  margin-bottom: 0 !important;
}

.em-booking-form-section-details .em-booking-section p.input-checkbox.input-field-data_privacy_consent input {
  margin-right: 0.2rem;
}

.em-booking-form-section-summary .em-booking-form-summary {
  padding-bottom: 0 !important;
}

.no-booking .em-booking-summary .em-bs-section,
.em-bs-section-items .em-bs-section,
.em-bs-section-total {
  padding: 0 !important;
  border: none !important;
}

.em.em-calendar .em-cal-nav .month-nav .em-calnav-today.is-today {
  opacity: 100 !important;
  text-transform: none !important;
}

.em.em-calendar .em-cal-nav .month-nav .em-calnav svg {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.2rem;
}

.em.em-calendar .em-cal-head > div {
  color: #7a6c52 !important;
}

@media screen and (max-width: 420px) {
  .em.em-calendar {
    min-width: 420px;
  }
}
/* 404 */
.page-erreur .contenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: 8rem;
}
@media screen and (min-width: 1280px) {
  .page-erreur .contenu {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-erreur .contenu .gauche h3 {
  text-align: center;
  font-size: 5rem;
  margin-bottom: 3rem;
}
.page-erreur .contenu .gauche p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .page-erreur .contenu .gauche p {
    font-size: 2rem;
  }
}
.page-erreur .contenu .droite img {
  display: none;
}
@media screen and (min-width: 1280px) {
  .page-erreur .contenu .droite img {
    display: block;
    max-width: 40rem;
  }
}

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