@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 */
  -webkit-text-decoration: underline dotted;
          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;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
}

p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.espace {
  margin-bottom: 52px;
}

button {
  font-family: "Nunito", serif;
}

.hidden {
  display: none;
}

.titre {
  font-family: "Cherry Bomb One", serif;
  margin-top: 0;
  text-align: center;
  color: #292425;
  font-weight: 100;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.titre--blanc {
  color: #ebebeb;
}
.titre--typo {
  font-family: "Flavors", cursive;
}
.titre--colorB {
  color: #292425;
}
.titre--h1 {
  margin-bottom: 11px;
  font-size: 76px;
  color: #FFA552;
  text-shadow: 0px 8px 2px #292425;
}
.titre--h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.titre--h3 {
  font-size: 24px;
  text-align: center;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.btn--sect01 {
  margin-top: 22px;
}
.btn--sect01__flex {
  display: flex;
}
.btn a,
.btn button {
  cursor: pointer;
  color: #292425;
  text-decoration: none;
  background: linear-gradient(48deg, rgb(255, 197, 222) 0%, rgb(235, 235, 235) 50%, rgb(255, 146, 43) 100%);
  filter: saturate(1.5);
  /* éclaircit et rend plus vif */
  padding: 10px 10px;
  border-radius: 48px;
  border: none;
  box-shadow: 0px 8px 1px #292425;
  display: inline-block;
  /* Transition fluide sur filtre, ombre, etc. */
  transition: filter 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn a:hover,
.btn button:hover {
  filter: brightness(1.1) saturate(1.1);
  /* éclaircit et rend plus vif */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(5px);
}

/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  body {
    font-size: 20px;
  }

  .titreBloc__deco {
    max-height: 100;
    height: 124px;
  }
  .titre--color {
    color: #4c4345;
  }
  .titre--h1 {
    font-size: 80px;
  }
  .titre--h2 {
    font-size: 57px;
  }
  .titre--h3 {
    font-size: 40px;
  }
}
/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1000px) {
  body {
    font-size: 22px;
  }

  .titre {
    margin-bottom: 22px;
  }
  .titre--color {
    color: #4c4345;
  }
  .titre--h1 {
    font-size: 123px;
    text-align: left;
    margin-bottom: 0;
  }
  .titre--h2 {
    font-size: 52px;
    margin-bottom: 52px;
  }
  .titre--h3 {
    font-size: 29px;
    -webkit-margin-after: 11px;
            margin-block-end: 11px;
    margin-bottom: 22px;
  }
}
.test {
  position: absolute;
  z-index: 5000;
}

.find {
  position: relative;
}

.FindCat {
  background-color: #292425;
}

.InfoMob {
  display: block;
}

.slider {
  display: none;
}

@media only screen and (min-width: 600px) {
  .loader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    flex-direction: column;
    overflow: hidden;
    background-image: linear-gradient(rgba(41, 36, 37, 0.8), rgba(41, 36, 37, 0.8)), url("../assets/images/illu-vegev2.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 99vh;
    max-width: 100%;
    color: #ebebeb;
  }
  .loader p {
    margin-bottom: 52px;
    opacity: 0.5;
  }
  .loader::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #292425;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 10000;
  }
  .loader.fade-out {
    pointer-events: none;
  }
  .loader.fade-out::after {
    opacity: 1;
  }

  /* Petit spinner */
  .spinner {
    border: 10px solid #FF922B;
    border-top: 10px solid #ffc5de;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
            animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }

  @-webkit-keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .game {
    overflow: hidden;
  }

  .InfoMob {
    display: none;
  }

  .slider {
    display: block;
  }
  .slider__transition {
    position: fixed;
    inset: 0;
    background-color: #292425;
    opacity: 0;
    pointer-events: none;
    z-index: 9998;
    transition: opacity 0.6s ease;
  }
  .slider__transition.active {
    opacity: 1;
  }

  .find {
    width: 100vw;
    height: 100vh;
    /*&__img {
        background-image: url('../assets/images/jardin01.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }*/
  }
  .find__fond {
    background-color: #4c4345;
  }
  .find__img--layer,
.find svg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .illustration {
    display: flex;
    align-items: flex-start;
  }
  .illustration__chien {
    padding-left: 52px;
  }
  .illustration__chien img {
    width: 85%;
  }
  .illustration__chat {
    justify-content: flex-end;
  }
  .illustration__chat img {
    width: 60%;
  }
  .illustration__chatSouris {
    display: flex;
  }
  .illustration__chatSouris img {
    width: 40%;
  }

  .fleche__btn {
    background-image: url("../assets/images/svg/fleche.svg");
    background-color: transparent;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 76px;
  }

  .dialogue {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #ebebeb;
    background-color: rgba(76, 67, 69, 0.9);
    position: absolute;
    bottom: 0;
    border-top: #FF922B 4px solid;
    border-radius: 22px 22px 0 0;
  }
  .dialogue__btn {
    margin-top: 0;
    z-index: 500;
  }
  .dialogue__text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .dialogue__text--p {
    max-width: 80%;
  }
  .dialogue__text p {
    margin-right: 22px;
    max-width: 80%;
  }
  .dialogue__fond {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
  }
  .dialogue__fond--chien {
    background-image: url("../assets/images/svg/chienV3.svg");
  }
  .dialogue__fond--twoCats {
    background-image: url("../assets/images/twoCatsV4.png");
  }
  .dialogue__fond--kimiSouris {
    background-image: url("../assets/images/kimi-sourisV2.png");
  }
  .dialogue__fond--kimiCuisine {
    background-image: url("../assets/images/CuisineKimi.png");
  }
  .dialogue__fond--kimiOiseau {
    background-image: url("../assets/images/svg/oiseauV5.svg");
  }
  .dialogue__fond--libreOiseau {
    background-image: url("../assets/images/svg/oiseauV6.svg");
  }
  .dialogue__fond--souris {
    background-image: url("../assets/images/souris-dehors.png");
  }
  .dialogue__fond--oiseau {
    background-image: url("../assets/images/salon01V2.png");
  }
  .dialogue__fond--poupChaise {
    background-image: url("../assets/images/svg/poupChaise.svg");
  }
  .dialogue__fond--poupKimi {
    background-image: url("../assets/images/poupKimi.png");
  }
  .dialogue__fond--cuisineMiam {
    background-image: url("../assets/images/svg/cuisineMiam.svg");
  }
  .dialogue__fond--kimigrate {
    background-image: url("../assets/images/svg/ChatBave.svg");
  }
  .dialogue__fond--chatCIA {
    background-image: url("../assets/images/svg/ChatCIA.svg");
  }
  .dialogue__fond--liquide {
    background-image: url("../assets/images/svg/ChatLiquide.svg");
  }
  .dialogue__fond--chatgrand {
    background-image: url("../assets/images/svg/chatgrand.svg");
  }
  .dialogue__fond--soucuis {
    background-image: url("../assets/images/svg/souris-cuisi.svg");
  }
  .dialogue__fond--Male {
    background-image: url("../assets/images/svg/male-femelle.svg");
  }
  .dialogue__fond--dechir {
    background-image: url("../assets/images/svg/imagedechi.svg");
  }
  .dialogue__fond--laver {
    background-image: url("../assets/images/svg/Dodo.svg");
  }
  .dialogue__fond--mimiici {
    background-image: url("../assets/images/svg/icimimi.svg");
  }
  .dialogue__fond--salon {
    background-image: url("../assets/images/svg/salonSeul.svg");
  }
  .dialogue__fond--meouw {
    background-image: url("../assets/images/svg/meouw.svg");
  }
  .dialogue__fond--herbe {
    background-image: url("../assets/images/svg/mimiHerbe.svg");
  }

  .indice {
    width: 100px;
    padding: 18px 22px 0 22px;
    color: #ebebeb;
    background-color: #4c4345;
    border-radius: 22px;
    position: absolute;
    right: 18px;
    top: 18px;
    border: 2px solid #FF922B;
    text-align: center;
    z-index: 900;
  }
  .indice__close {
    height: 20px;
    margin-bottom: 18px;
    float: inline-end;
  }
  .indice__color {
    padding-bottom: 18px;
  }
  .indice__img {
    width: 70px;
    margin-top: 22px;
  }
  .indice__img--chat {
    margin-bottom: -15px;
  }
  .indice__img--bestiole {
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 22px;
    border: 2px solid #292425;
  }
  .indice__bestiole {
    padding-bottom: 52px;
  }

  .anecd {
    max-width: 45%;
    padding: 52px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    background-color: rgba(76, 67, 69, 0.9);
    border-radius: 22px;
    flex-direction: column;
    border: 2px solid #FF922B;
  }
  .anecd__find {
    text-align: center;
    color: #ebebeb;
    margin-bottom: 52px;
  }
  .anecd__para {
    color: #ebebeb;
    margin-bottom: 22px;
  }
  .anecd__text {
    padding: 29px;
    background-color: #FFA552;
    color: #292425;
    box-shadow: 0px 6px 1px #292425;
    border-radius: 22px;
    margin-bottom: 123px;
  }
  .anecd__btn {
    display: flex;
    justify-content: flex-end;
  }

  .anecd__fond {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .anecd__fond--01 {
    background-image: url("../assets/images/jardin01.png");
  }
  .anecd__fond--02 {
    background-image: url("../assets/images/CuisineV2.png");
  }
  .anecd__fond--03 {
    background-image: url("../assets/images/salonV2.png");
  }
  .anecd__filter {
    background-color: rgba(41, 36, 37, 0.687);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .flex {
    display: flex;
  }

  .slider__switch {
    width: 100%;
    height: 100vh;
  }

  .slider--hidden {
    /*masquer*/
    opacity: 0;
    visibility: hidden;
    display: none;
    position: relative;
    z-index: -10;
  }

  .slider--show {
    transform: translateX(0);
    /*affiche*/
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 1;
    position: relative;
  }

  .mouse {
    background-image: url("../assets/images/fond.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mouse__btn {
    position: absolute;
    z-index: 10;
    height: 50px;
    width: 100px;
    background-image: url("../assets/images/svg/souris.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    background-position: -1;
  }

  .oiseau {
    background-image: url("../assets/images/fond.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .oiseau__btn {
    position: absolute;
    z-index: 10;
    height: 100px;
    width: 200px;
    background-image: url("../assets/images/svg/oiseau.svg");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    background-position: 1;
  }
}
/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1000px) {
  .illustration__chien {
    padding-left: 52px;
  }
  .illustration__chien img {
    width: 85%;
  }
  .illustration__chat img {
    width: 60%;
  }
  .illustration__chatSouris img {
    width: 40%;
  }

  .fleche__btn {
    height: 40px;
    width: 76px;
  }

  .dialogue {
    width: 100%;
    padding-top: 52px;
    padding-bottom: 52px;
    bottom: 0;
  }
  .dialogue__btn {
    margin-top: 0;
  }
  .dialogue__text {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .dialogue__text--p {
    max-width: 80%;
  }
  .dialogue__text p {
    margin-right: 22px;
    max-width: 80%;
  }

  .indice {
    width: 100px;
    padding: 29px 52px 0 52px;
    border-radius: 22px;
    right: 32px;
    top: 72px;
  }
  .indice__color {
    padding-bottom: 52px;
  }
  .indice__img {
    width: 70px;
    margin-top: 22px;
  }
  .indice__img--chat {
    margin-bottom: -15px;
  }
  .indice__img--bestiole {
    padding: 10px;
    border-radius: 22px;
  }
  .indice__bestiole {
    padding-bottom: 52px;
  }

  .anecd {
    max-width: 45%;
    padding: 52px;
    margin-left: auto;
    margin-right: auto;
  }
  .anecd__find {
    margin-bottom: 52px;
  }
  .anecd__para {
    margin-bottom: 22px;
  }
  .anecd__text {
    padding: 29px;
    margin-bottom: 123px;
  }
  .anecd__btn {
    display: flex;
    justify-content: flex-end;
  }

  .anecd__filter {
    background-color: rgba(41, 36, 37, 0.687);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
  }

  .flex {
    display: flex;
  }

  .slider__switch {
    width: 100%;
    height: 100vh;
  }

  .mouse__btn {
    height: 50px;
    width: 100px;
  }

  .oiseau__btn {
    height: 100px;
    width: 200px;
  }
}
@media only screen and (min-width: 1300px) {
  .find svg {
    height: 100vh;
  }

  .indice {
    right: 22px;
    top: 22px;
  }
}
@media only screen and (min-width: 1800px) {
  .dialogue__text--p {
    max-width: 90%;
  }
}
.sect01 {
  background-image: linear-gradient(rgba(76, 67, 69, 0.6), rgba(41, 36, 37, 0.6)), url("../assets/images/illu-vegev2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  height: 100vh;
  max-width: 100%;
  color: #ebebeb;
}
.sect01__chat01 {
  display: none;
}
.sect01__txt {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
}

/*
$transition-time: 0.8s;
$chat-size: 180px;

.transition {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;

  &__chat {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -150%); // caché au-dessus
    width: $chat-size;
    opacity: 0;
    transition: transform $transition-time cubic-bezier(.22,.9,.35,1),
                opacity $transition-time;
    z-index: 2;
  }

  &__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-150%); // caché au-dessus
    transition: transform $transition-time cubic-bezier(.22,.9,.35,1);
    z-index: 1;


  }

  &.is-open {
    .transition__chat {
      transform: translate(-50%, 150%); // le chat descend hors de l’écran
      opacity: 1;
    }
    .transition__bg {
      transform: translateY(0); // la bande descend complètement
    }
  }
}
*/
.perso {
  background-color: #FFA552;
  padding-top: 32px;
}
.perso__align {
  display: flex;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
  justify-content: center;
  flex-direction: column-reverse;
}
.perso__info {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.perso__info--img {
  height: 200px;
  margin-bottom: -24px;
  margin-top: 22px;
}
.perso__info--poupMob {
  margin-bottom: 76px;
}
.perso__info--poup {
  transform: scaleX(-1);
}

.decouverte {
  display: flex;
  max-width: 95%;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  flex-wrap: wrap;
}
.decouverte__sect03 {
  padding-top: 32px;
  padding-bottom: 50px;
}
.decouverte__info {
  background-color: #FFA552;
  border-radius: 22px;
  padding: 24px;
  max-width: 80%;
  box-shadow: 0px 6px 1px #292425;
  margin-bottom: 18px;
}
.decouverte__info p {
  text-align: left;
}

.sect04 {
  background-color: #4c4345;
  padding-top: 32px;
  padding-bottom: 32px;
  color: #ebebeb;
}
.sect04__info {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.sect04__info p {
  align-content: center;
  margin-bottom: 18px;
}

/* DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS DESKTOPS */
@media only screen and (min-width: 1000px) {
  .sect01 {
    background-image: linear-gradient(rgba(76, 67, 69, 0.5), rgba(41, 36, 37, 0.5)), url("../assets/images/illu-vegev2.png");
  }
  .sect01__txt {
    margin-left: 170px;
    padding-top: 150px;
    padding-right: 250px;
    max-width: 50%;
    text-align: left;
  }

  .perso {
    background-color: #FFA552;
    padding-top: 52px;
  }
  .perso__align {
    max-width: 95%;
    margin-top: 22px;
    flex-direction: row;
  }
  .perso__info {
    text-align: center;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .perso__info--img {
    height: 200px;
    margin-bottom: -24px;
    margin-top: 22px;
  }
  .perso__info--poupMob {
    margin-bottom: 0;
  }
  .perso__info--poup {
    transform: scaleX(-1);
  }

  .decouverte {
    display: flex;
    max-width: 90%;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .decouverte__sect03 {
    padding-top: 52px;
    padding-bottom: 75px;
  }
  .decouverte__info {
    max-width: 25%;
    box-shadow: 0px 6px 1px #292425;
  }
  .decouverte__info p {
    text-align: left;
  }

  .sect04 {
    background-color: #4c4345;
    padding-top: 123px;
    padding-bottom: 123px;
    color: #ebebeb;
  }
  .sect04__info {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    align-items: center;
    max-width: 70%;
  }
  .sect04__info p {
    align-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sect01__txt {
    padding-top: 200px;
    padding-left: 20px;
  }
  .sect01__chat01 {
    height: 300px;
    position: absolute;
    bottom: -22px;
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .sect01 {
    background-image: linear-gradient(rgba(76, 67, 69, 0.2), rgba(41, 36, 37, 0.2)), url("../assets/images/illu-vegev2.png");
  }
}
@media only screen and (min-width: 1600px) {
  .perso__align {
    max-width: 70%;
  }

  .sect01__txt {
    max-width: 40%;
    padding-left: 170px;
  }

  .sect04__info {
    max-width: 65%;
  }
}
@media only screen and (min-width: 1500px) {
  .sect01__txt {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1800px) {
  .sect01__txt {
    max-width: 30%;
    margin-left: 400px;
  }
  .sect01__chat01 {
    height: 400px;
    bottom: -30px;
  }
}
/* footer */
/* footer */
.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  background-color: #ebebeb;
  color: #292425;
}
.footer a {
  font-size: 18px;
}
.footer__info {
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.footer__info a {
  align-content: center;
}
.footer__info p {
  width: 85%;
  max-width: inherit;
  align-content: center;
}
.footer__info--logodwm {
  height: 40px;
  width: 60px;
}

.navfo__liste--li a,
.footer__info a {
  color: #292425;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
}

.navfo__liste--li {
  list-style-type: none;
  text-align: center;
}

.navfo__liste--li a:hover,
.footer__info a:hover:not(.footer__info--nohover) {
  text-decoration: underline;
  color: #292425;
}

.navfo__liste {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 32px;
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  .index--footer {
    padding-top: 123px;
    padding-right: 19%;
  }

  .navfo__liste {
    display: flex;
  }

  .footer__info {
    display: flex;
    width: 16%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .footer__info--logodwm {
    width: inherit;
    height: 30px;
    width: 50px;
    margin-top: 5px;
  }
  .footer__info p {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer__info a span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
  }
}
@media only screen and (min-width: 1678px) {
  .index__footer {
    padding-right: inherit;
  }

  .index--footer {
    margin-top: 25vh;
    padding-right: inherit;
  }
}
.section01 {
  text-align: center;
  background-color: #4c4345;
  padding-bottom: 76px;
  padding-top: 76px;
  color: #ebebeb;
}
.section01__div {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.section01__div h1 {
  text-align: center;
}

.credits--section {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  width: 100vw;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  color: #ebebeb;
}
.credits--section .credits__liste {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  max-width: 90%;
}
.credits--section .credits__liste--el {
  background-color: #4c4345;
  border-radius: 22px;
  padding: 24px;
  max-width: 100%;
  box-shadow: 0px 6px 1px #292425;
  margin-bottom: 32px;
}
.credits--section .credits__liste--el a {
  color: #FFA552;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
}
.credits--section .credits__liste--el a:hover {
  color: #ebebeb;
}
.credits--section .credits__liste--el a:visited {
  color: #ffc5de;
}

.credit {
  background-color: #ebebeb;
}

/* TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE TABLETTE */
@media only screen and (min-width: 631px) {
  .credits--section .credits__liste {
    width: 80%;
  }
  .credits--section .credits__liste--el {
    margin-bottom: 57px;
    width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .credits--section .credits__liste {
    width: 80%;
  }
  .credits--section .credits__liste--el {
    margin-bottom: 57px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) {
  #Game05 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    /* Ou absolute si c'est un slider */
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }

  #puzzle-container,
.puzzle,
.slot {
    box-sizing: border-box;
  }

  .palette {
    z-index: 100;
    display: flex;
    gap: 12px;
    transition: opacity 0.3s ease;
    position: absolute;
    justify-content: center;
  }
  .palette__closed {
    opacity: 0;
    pointer-events: none;
  }

  .puzzle {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 colonnes */
    grid-template-rows: repeat(2, 1fr);
    /* 2 lignes */
    gap: 20px;
    padding: 10vh 10vw;
    /* Marges autour de la grille */
    justify-items: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    /* On commence à 0 pour être sûr que ça rentre */
    padding: 1px;
    /* Une petite marge interne globale */
  }
  .puzzle-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* Empêche tout défilement */
  }

  .piece {
    height: 150px;
  }
  .piece__active {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 180px;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: none;
  }
  .piece__snapped {
    pointer-events: none;
  }
  .piece__used {
    opacity: 0.3;
    filter: grayscale(100%);
    cursor: default;
    display: none;
  }
  .piece__current {
    outline: 2px dashed #fff;
  }

  .slot {
    position: relative;
    /* Le slot prend 80% de la zone de grille pour laisser de l'air */
    width: 100%;
    height: 100%;
    /* On centre le slot dans sa cellule de grille */
    justify-self: center;
    align-self: center;
    background-color: #4c4345;
    border: 2px dashed #292425;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .game-viewport {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
}
@media only screen and (min-width: 600px) {
  .find {
    position: relative;
  }

  .score--text {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #ebebeb;
    z-index: 2000;
    background-color: #4c4345;
    padding: 10px;
    border: 2px solid #FF922B;
    border-radius: 48px;
  }
}
@media only screen and (min-width: 600px) {
  #Game09 {
    position: relative;
    background-color: #ebebeb;
    padding: 1px;
  }

  #color-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #color-container svg .area {
    cursor: pointer;
    transition: fill 0.3s ease;
  }

  .palette__color {
    z-index: 100;
    display: flex;
    gap: 12px;
    transition: opacity 0.3s ease;
    position: absolute;
    justify-content: center;
  }
  .palette__color__closed {
    opacity: 0;
    pointer-events: none;
  }

  .btn__palette {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 900;
  }

  .color__btn {
    transition: all 0.5s ease;
  }
  .color__btn.is-disabled {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }
  .color__btn:not(.is-disabled) {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .color {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ebebeb;
    transition: transform 0.2s ease;
  }
  .color__btn {
    margin-left: 123px;
  }
  .color:hover {
    transform: scale(1.15);
  }
  .color--blanc {
    background-color: #ebebeb;
  }
  .color--noir {
    background-color: #4c4345;
  }
  .color--orange {
    background-color: #FF922B;
  }
  .color--rose {
    background-color: #ffc5de;
  }
  .color--vert {
    background-color: #025629;
  }
  .color--rouge {
    background-color: #4d101f;
  }
  .color--violet {
    background-color: #9585bd;
  }
  .color--jaune {
    background-color: #f7d670;
  }
  .color--bleu {
    background-color: #dff2ff;
  }
}

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