@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
/*! 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;
  border: none;
}

/**
   * 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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Secuela Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Secuela Regular"), url("/front/sources/font/Secuela-Regular.woff") format("woff");
}
@font-face {
  font-family: "Secuela Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Secuela Bold"), url("/front/sources/font/Secuela-Bold.woff") format("woff");
}
body {
  background-color: rgb(255, 243, 235);
  color: rgb(0, 0, 0);
  font-family: "Inter";
}

main {
  z-index: 0;
}
main * {
  z-index: 0;
}

#content {
  margin-top: 5rem;
  padding: 1rem;
}
#content--noTopMargin {
  padding: 1rem;
  margin-top: 0;
}
#content--noTopMargin > *:not(.noShrink),
#content > *:not(.noShrink) {
  margin: 0 auto;
}
@media (min-width: 25rem) {
  #content--noTopMargin > *:not(.noShrink),
  #content > *:not(.noShrink) {
    width: 80%;
  }
}
@media (min-width: 80rem) {
  #content--noTopMargin > *:not(.noShrink),
  #content > *:not(.noShrink) {
    width: 65%;
  }
}

p {
  padding: 0.5rem 0;
  line-height: 1.2rem;
}
@media (min-width: 80rem) {
  p {
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

h1 {
  color: rgb(0, 0, 0);
  padding: 0.5rem;
  margin-left: 10rem;
  font-family: "Secuela Bold";
  font-size: 2rem;
  text-align: right;
}

h2 {
  padding-top: 0.5rem;
  font-family: "Secuela Bold";
  font-size: 1.5rem;
  text-decoration: underline;
}

nav {
  z-index: 10;
  background-color: rgb(50, 50, 50);
  position: sticky;
  top: 0;
  font-family: "Secuela Bold";
}
@media (min-width: 80rem) {
  nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
}
nav .navTop {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .navTop__Logo {
  margin-top: 5rem;
  height: 10rem;
  width: 10rem;
  color: rgb(255, 255, 255);
  background-color: rgb(50, 50, 50);
  border-bottom-right-radius: 5rem;
  z-index: 1;
}
@media (min-width: 80rem) {
  nav .navTop__Logo {
    margin-top: 7.5rem;
    height: 15rem;
    width: 15rem;
  }
}
nav .navTop__siteName {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  margin-left: 2rem;
  font-family: "Secuela Regular";
}
nav .navBottom {
  background-color: rgb(50, 50, 50);
  position: absolute;
  z-index: 0;
  top: 5rem;
  left: 0;
  width: 100%;
  transition: max-height 0.7s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
nav .navBottom.not-active {
  max-height: 0;
}
nav .navBottom.active {
  max-height: 420px;
}
@media (min-width: 80rem) {
  nav .navBottom {
    position: unset;
    width: unset;
    flex-direction: row;
    overflow: initial;
    max-height: initial !important;
    gap: 5rem;
  }
}
nav .navBottom a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-align: center;
}
@media (min-width: 80rem) {
  nav .navBottom a {
    font-size: 1.2rem;
  }
}
nav .navBottom__links {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
}
@media (min-width: 80rem) {
  nav .navBottom__links {
    flex-direction: row;
    align-items: unset;
    gap: 0;
  }
}
nav .navBottom__links--social {
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 1rem;
}
@media (min-width: 80rem) {
  nav .navBottom__links--social {
    padding-bottom: 0;
  }
}

.menuItems {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
@media (min-width: 80rem) {
  .menuItems {
    width: unset;
    padding: 0 1rem;
  }
  .menuItems:not(.navBottom__links--social *) {
    padding: 0 2rem;
  }
}
.menuItems__bar {
  position: absolute;
  height: 0.5rem;
  width: 75%;
  bottom: 0;
  border-radius: 1rem;
}
.menuItems__bar--active {
  background-color: rgb(45, 200, 135);
}
.menuItems:hover .menuItems__bar {
  background-color: rgb(45, 200, 135);
}
.menuItems svg {
  color: rgb(255, 255, 255);
  height: 2rem;
  width: 2rem;
}

#burgerBtn,
.burgerBtn {
  padding-right: 1rem;
  width: 1.5rem;
  cursor: pointer;
}
@media (min-width: 25rem) {
  #burgerBtn,
  .burgerBtn {
    width: 2.5rem;
  }
}
@media (min-width: 80rem) {
  #burgerBtn,
  .burgerBtn {
    display: none;
  }
}
#burgerBtn span,
.burgerBtn span {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 25rem) {
  #burgerBtn span,
  .burgerBtn span {
    height: 4px;
  }
}
#burgerBtn span + span,
.burgerBtn span + span {
  margin-top: 5px;
}
@media (min-width: 25rem) {
  #burgerBtn span + span,
  .burgerBtn span + span {
    margin-top: 10px;
  }
}
#burgerBtn.active span:nth-child(1),
.burgerBtn.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
#burgerBtn.not-active span:nth-child(1),
.burgerBtn.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
#burgerBtn.active span:nth-child(2),
.burgerBtn.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
#burgerBtn.not-active span:nth-child(2),
.burgerBtn.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
#burgerBtn.active span:nth-child(3),
.burgerBtn.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
#burgerBtn.not-active span:nth-child(3),
.burgerBtn.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 46%;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 46%;
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 0;
    transform: rotate(0);
  }
  100% {
    bottom: 46%;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 46%;
    transform: rotate(135deg);
  }
  50% {
    bottom: 0;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.footer {
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 80rem) {
  .footer {
    margin-bottom: initial;
  }
}
.footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
}
.footer a:hover {
  color: rgb(45, 200, 135);
}
@media (min-width: 80rem) {
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: end;
  }
}
.footer__top {
  padding: 1.5rem 0 2rem 1rem;
  position: relative;
}
@media (min-width: 80rem) {
  .footer__top {
    padding: 4rem 8rem 1rem 8rem;
  }
}
.footer__top--links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: start;
  position: relative;
  font-family: "Secuela Bold";
  font-size: 1.5rem;
}
@media (min-width: 80rem) {
  .footer__top--links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    text-align: center;
  }
}
.footer__top--socialLinks {
  padding-top: 1rem;
  display: flex;
  gap: 2rem;
  position: relative;
}
.footer__top--socialLinks svg {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 80rem) {
  .footer__top--socialLinks {
    justify-content: space-evenly;
    padding-top: 1.5rem;
  }
}
.footer__top::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(50, 50, 50);
  content: " ";
  clip-path: circle(10rem at 4rem);
}
@media (min-width: 80rem) {
  .footer__top::before {
    clip-path: circle(10rem at 50% 65%);
  }
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
  font-family: "Secuela Bold";
  font-size: 1.5rem;
  position: relative;
  padding: 4rem 1rem 4rem 0;
}
@media (min-width: 80rem) {
  .footer__bottom {
    padding: 6rem 8rem 1rem 8rem;
    align-items: center;
    gap: 1.5rem;
  }
}
.footer__bottom::before {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgb(50, 50, 50);
  content: " ";
  clip-path: circle(8rem at right 6rem top 50%);
}
@media (min-width: 80rem) {
  .footer__bottom::before {
    clip-path: circle(8rem at 50% 60%);
  }
}

.bannerTxt {
  height: 30vh;
  width: 100%;
  position: relative;
}
.bannerTxt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bannerTxt div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerTxt div h1 {
  width: 50%;
  color: rgb(255, 255, 255);
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 0.5rem;
  text-align: center;
}

@media (min-width: 80rem) {
  .detailsList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}

.details {
  margin: 1rem;
  border-radius: 1rem;
  border: 0.2rem solid rgb(45, 200, 135);
}
.details .summary {
  cursor: pointer;
  padding: 1rem;
  border-radius: 0.5rem;
  position: relative;
  anchor-name: --summary;
  display: flex;
  justify-content: space-between;
  padding-right: 3rem;
}
.details .summary::marker {
  content: "";
}
.details .summary::before, .details .summary::after {
  content: "";
  border-block-start: 3px solid rgb(255, 255, 255);
  height: 0;
  width: 1rem;
  inset-block-start: 50%;
  inset-inline-end: 1rem;
  position: absolute;
  position-anchor: --summary;
  position-area: top end;
}
.details .summary::after {
  transform: rotate(90deg);
  transform-origin: 50%;
}
.details .summary__title {
  font-weight: bold;
}
.details .summary__price--promo {
  text-decoration: line-through;
  padding-right: 0.5rem;
}
.details[open] summary {
  border-radius: 0.5rem 0.5rem 0 0;
}
.details[open] summary::after {
  transform: rotate(0deg);
}
.details .summary {
  background-color: rgb(45, 200, 135);
}
.details div {
  border-top: 0.2rem solid rgb(45, 200, 135);
}
.details--chiens, .details--ateliers {
  border: 0.2rem solid rgb(45, 200, 135);
}
.details--chiens .summary, .details--ateliers .summary {
  background-color: rgb(45, 200, 135);
}
.details--chiens div, .details--ateliers div {
  border-top: 0.2rem solid rgb(45, 200, 135);
}
.details--chats {
  border: 0.2rem solid rgb(9, 81, 105);
}
.details--chats .summary {
  color: rgb(255, 255, 255);
}
.details--chats .summary {
  background-color: rgb(9, 81, 105);
}
.details--chats div {
  border-top: 0.2rem solid rgb(9, 81, 105);
}
.details div {
  padding: 1rem;
}

.detailsText {
  line-height: 1.2rem;
  position: relative;
}
.detailsText__list--in {
  list-style: "✓";
  list-style-position: inside;
}
.detailsText__list--in li::marker {
  color: green;
}
.detailsText__list--out {
  list-style: "✗";
  list-style-position: inside;
}
.detailsText__list--out li::marker {
  color: red;
}
.detailsText__list--services {
  list-style: "❭";
  list-style-position: inside;
}
.detailsText__list--services li::marker {
  color: blue;
}
.detailsText__img {
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 50%;
  border-bottom-left-radius: 100%;
}

.list {
  list-style: disc;
  line-height: 1.2rem;
}
.list li {
  margin-left: 2rem;
}
@media (min-width: 80rem) {
  .list {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.contactButton {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 20;
  border-radius: 5rem;
  padding: 0.5rem;
  background-color: rgb(45, 200, 135);
}
.contactButton svg {
  color: rgb(255, 255, 255);
  height: 3rem;
  width: 3rem;
}

.contact__text--link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contact__text svg {
  height: 2rem;
  width: 2rem;
}
@media (min-width: 80rem) {
  .contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.imgContainer--right {
  display: flex;
  justify-content: end;
}

.img {
  max-width: 100%;
}
@media (min-width: 80rem) {
  .img {
    position: absolute;
  }
}
.img__circle {
  aspect-ratio: 1/1;
  clip-path: circle();
  object-fit: cover;
  width: 16vh !important;
}
@media (min-width: 80rem) {
  .img__circle {
    width: 30vh !important;
  }
}
