@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@300;400;500;700;900&family=Roboto+Flex:wght@200;300;600;900&family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: "charmelya";
  src: url("fonts/charmelya.woff2") format("woff2"), url("fonts/charmelya.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 65px;
  background: #dde1e7;
  overflow-x: hidden !important;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

input[type=text], input[type=email] {
  border-radius: 3px;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(244, 144, 159);
}
@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
/* Animation de la carte */
@keyframes appearTiltCard {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: perspective(5cm) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: perspective(5cm) rotateY(5deg);
  }
}
/* Animation de l’ombre */
@keyframes appearTiltShadow {
  0% {
    opacity: 0;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  40% {
    opacity: 1;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  100% {
    opacity: 1;
    left: 1.5rem;
    height: calc(var(--w) + var(--w) / 40 + var(--w) / 1.7);
    transform: perspective(5cm) rotateY(-2deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.pagination {
  padding: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination > * {
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  min-width: 35px;
  display: inline-block;
}
.pagination a {
  background: rgb(156, 207, 38);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0.25rem;
}
.pagination span {
  background: rgb(64, 75, 85);
  color: white;
  margin: 0 0.25rem;
}
.pagination strong {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
}

#mp {
  --width: 1200px;
  --aside:320px;
  background: #efefef;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  font-family: "Roboto Flex", sans-serif;
  padding-bottom: 3rem;
}
#mp h1 {
  width: 100%;
  margin-bottom: 10px;
  z-index: 20;
  line-height: 60px;
  background: rgb(64, 75, 85);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  padding-left: 1rem;
  border-radius: 4px 4px 0 0;
}

#user-mp {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
}
#user-mp div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0.5rem 1rem;
}
#user-mp div a:first-of-type {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(137, 102, 143);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  padding: 1rem 0 0;
  width: 220px;
  min-height: 100px;
  font-family: "Roboto Flex", sans-serif;
  margin: 5px;
  font-size: 1rem;
}
#user-mp div a:first-of-type:hover {
  background-color: rgb(64, 75, 85);
}
#user-mp div a:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(245, 250, 245);
  text-align: left;
  font-size: 1.2rem;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: rgb(64, 75, 85);
  border-radius: 20px;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.5rem;
  text-decoration: none;
}
#user-mp div a.green {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(156, 207, 38);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto Flex", sans-serif;
  margin: 5px;
}
#user-mp div a.green:hover {
  background-color: rgb(64, 75, 85);
}
#user-mp div a.green span {
  background: rgba(64, 75, 85, 0.5);
}
#user-mp div a span {
  display: inline-block;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.35rem 1rem;
  margin-top: -0.35rem;
  width: 100%;
}

#message-content {
  padding: 0 2rem;
}
#message-content time {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 0.7rem;
  font-style: italic;
  margin-top: 5px;
}
#message-content .bubble {
  border-radius: 20px;
  padding: 10px 15px;
  margin: 10px 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  filter: drop-shadow(0 0 1px rgb(64, 75, 85));
}
#message-content .bubble [aria-label=Delete] {
  /* ton style ici */
  color: rgb(244, 144, 159);
  text-decoration: none;
}
#message-content .bubble::after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
}
#message-content .bubble.sent {
  --bg: white;
  background: var(--bg);
  color: rgb(64, 75, 85);
}
#message-content .bubble.sent::after {
  left: -15px;
  border-left: 35px solid var(--bg);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(135deg);
}
#message-content .bubble.received {
  background: rgb(20, 120, 163);
  margin-left: auto;
}
#message-content .bubble.received::after {
  right: -15px;
  border-right: 35px solid rgb(20, 120, 163);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(225deg);
  z-index: -1;
}

#mp-answer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  margin-left: 40%;
  font-size: 1.3rem;
}
#mp-answer summary {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(244, 144, 159);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
  display: list-item;
  width: 100px;
  margin: 0 0 3px auto;
}
#mp-answer summary:hover {
  background-color: rgb(244, 144, 159);
}
#mp-answer > form > button {
  margin-left: 10px;
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: white;
  background: rgb(16, 94, 127);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
}
#mp-answer > form > button:hover {
  background-color: rgb(64, 75, 85);
}

@media screen and (max-width: 768px) {
  #mp {
    width: 95%;
  }
  #message-content {
    padding: 0 1rem;
  }
}/*# sourceMappingURL=msg.css.map */