/* COULEURS */
/*ALERT COULEURS*/
header {
  height: 155px;
}
header #logo {
  margin-left: 31px;
  margin-top: 8px;
}

@media (max-width: 1023px) {
  header {
    display: flex;
    align-items: center;
  }
  header #logo {
    padding-top: 0;
  }
}
footer {
  /* BACKGROUND */
  /* FONTS */
  /*  LISTES */
  /* LIENS */
  /**/
}
footer .container {
  background-color: #6000B8;
  overflow: hidden;
  margin: 0 auto;
}
footer *:not(#phoneSign *) {
  color: #FFF;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 175%; /* MAQUETTE = 150% */
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer #phoneSign {
  background-color: #6000B8;
  width: 300px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 6px;
}
footer #phoneSign #info {
  color: #FFF;
  font-size: 9.3px;
  width: max-content;
}
footer #phoneSign #phoneNumber {
  background-color: #FFF;
  border: 1px solid #C9C9C9;
  display: flex;
  align-items: center;
  padding-right: 5px;
}
footer #phoneSign #phoneNumber a {
  text-decoration: none;
  color: #A00084;
  font-size: 18px;
  width: 85%;
  text-align: center;
}
footer #phoneSign #phoneNumber a:hover, footer #phoneSign #phoneNumber a:focus {
  text-decoration: underline;
}
footer #phoneSign #phoneNumber #price {
  color: #FFF;
  background-color: #A00084;
  padding: 0 5px 0 10px;
  margin: 0;
}

@media (max-width: 518px) {
  footer {
    position: relative;
  }
  footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  footer div p {
    z-index: 1;
  }
  footer #dogDiv {
    padding-top: 0;
    width: 100%;
    height: 269px;
    overflow: hidden;
  }
  footer #dogDiv img {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
/* MOBILE & TABLETTE */
@media (max-width: 1023px) {
  footer {
    position: relative;
  }
  footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  footer div p {
    z-index: 1;
  }
  footer #dogDiv {
    padding-top: 4rem;
    width: 100%;
    height: 269px;
    overflow: hidden;
  }
  footer #dogDiv img {
    position: absolute;
    bottom: 0;
  }
}
/* DESKTOP */
@media (min-width: 1024px) {
  footer {
    /* IMG Dog Footer */
    position: relative;
  }
  footer div {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  footer #dogDiv {
    width: 517.28px;
    height: 269px;
  }
  footer #dogDiv img {
    position: absolute;
    bottom: 0;
  }
}
body {
  min-width: 320px;
  margin: 0;
}
body #global {
  position: relative;
  min-height: calc(100vh - 369px);
}
body #global #quick_access {
  float: left;
  z-index: 3;
  height: 100%;
}
body #global #quick_access a {
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #6000B8;
  margin-top: 0 !important;
  position: absolute;
  left: -2000px;
  top: -2000px;
}
body #global #quick_access a:focus {
  text-decoration: underline;
  outline: #202020 3px solid;
  left: 0px;
  top: 0px;
}
body #global * [disabled=disabled], body #global * [disabled-href] {
  cursor: text !important;
}
body #global * [disabled=disabled]:hover, body #global * [disabled-href]:hover {
  pointer-events: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

button {
  cursor: pointer;
}

main {
  width: 100%;
  background-color: #FFF;
}
main * {
  font-family: "Poppins";
}
main .container {
  margin: 0 auto;
}

#preHome {
  /* ARTICLES */
}
#preHome #articles {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#preHome #articles .article {
  width: 500px;
  background-color: #FFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 80px;
  padding: 40px 20px;
  transition: transform 0.2s ease-in-out;
  /* LIENS */
}
#preHome #articles .article h2 {
  color: #9200FA;
  text-transform: uppercase;
}
#preHome #articles .article p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
}
#preHome #articles .article a {
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #202020;
  z-index: 9;
}
#preHome #articles .article a:hover, #preHome #articles .article a:focus {
  text-decoration: underline;
}
#preHome #articles .article a:hover .arrow, #preHome #articles .article a:focus .arrow {
  animation: 1s slidein infinite alternate;
}
#preHome #articles .article .arrow {
  padding-left: 5px;
  width: 15px;
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(12%) sepia(21%) saturate(2%) hue-rotate(16deg) brightness(94%) contrast(99%);
}
#preHome #articles .article div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#preHome #articles .article div img {
  width: 150px;
  aspect-ratio: 1/1;
  text-align: center;
  filter: brightness(0) saturate(100%) invert(12%) sepia(67%) saturate(5234%) hue-rotate(270deg) brightness(92%) contrast(127%);
}
#preHome #articles .article div p:not(:first-of-type) {
  text-transform: uppercase;
}

@keyframes slidein {
  from {
    transform: translateX(0px) rotate(180deg);
  }
  to {
    transform: translateX(5px) rotate(180deg);
  }
}
/* LAPTOP L */
@media (min-width: 1023px) and (max-width: 1440px) {
  #preHome {
    /* ARTICLES */
  }
  #preHome #articles .article {
    width: 400px;
  }
}
/* TABLETTE */
@media (min-width: 769px) and (max-width: 1023px) {
  #preHome {
    /* ARTICLES */
  }
  #preHome #articles {
    padding: 0px 0px 80px 0px;
  }
  #preHome #articles .article {
    width: 250px;
    background-color: #FFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
}
@media (max-width: 425px) {
  #preHome {
    /* ARTICLES */
  }
  #preHome #articles {
    padding: 40px 0;
  }
  #preHome #articles .article {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 40px;
  }
}
#preHome #main-content {
  padding: 0 40px;
}
#preHome #descriptif h1 {
  color: #6000B8;
  font-weight: 700;
}

@media (max-width: 1023px) {
  #main-content > h2 {
    padding: 0 5vw;
  }
  #main-content > ul {
    padding: 0 10vw;
  }
}
/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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