@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);
  }
}
:root {
  --before-opacity: 0;
  --after-opacity: 1;
  --w: 200px;
}

.manage-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
}
.manage-post .button {
  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;
  font-size: 1.5rem;
}
.manage-post .button:hover {
  background-color: rgb(64, 75, 85);
}

.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;
}

.rectangle-wrapper {
  position: relative;
  margin: 3rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.rectangle-wrapper .rectangle-shadow {
  width: var(--w);
  height: calc(var(--w) + var(--w) / 1.7);
  border-radius: calc(var(--w) / 10);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  animation: appearTiltShadow 0.8s 1.2s ease-out forwards;
}
.rectangle-wrapper .shadow-green {
  background: rgb(156, 207, 38);
}
.rectangle-wrapper .shadow-grey {
  background: rgb(64, 75, 85);
}
.rectangle-wrapper .rectangle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: var(--w);
  height: calc(var(--w) + var(--w) / 1.7);
  background: #efefef;
  border-radius: calc(var(--w) / 10);
  position: relative;
  box-shadow: -1rem 1rem 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 5px solid white;
  padding: calc(var(--w) / 25);
  box-sizing: border-box;
  font-family: sans-serif;
  opacity: 0;
  animation: appearTiltCard 1s 1.4s ease-out forwards;
}
.rectangle-wrapper .rectangle h3 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: calc(var(--w) / 6);
  font-weight: bold;
  line-height: calc(var(--w) / 7);
  margin: calc(var(--w) / 30) 0 calc(var(--w) / 10) 0;
  text-align: left;
  word-break: break-word;
  text-shadow: -1px -1px 0 rgb(64, 75, 85), 1px -1px 0 rgb(64, 75, 85), -1px 1px 0 rgb(64, 75, 85), 1px 1px 0 rgb(64, 75, 85);
  color: #efefef;
  text-align: center;
  width: 100%;
}
.rectangle-wrapper .rectangle h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.3rem;
  color: rgb(64, 75, 85);
  text-align: left;
  font-weight: lighter;
  padding: 0.1rem 0.25rem 0.15rem 0.5rem;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background: rgba(16, 94, 127, 0.15);
  margin-bottom: -1px;
  margin-top: 1rem;
}
.rectangle-wrapper .rectangle > a:nth-of-type(1) {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.5rem;
  padding: 0.25rem 1rem;
  border: 1px solid rgba(78, 86, 86, 0.5);
  border-radius: 3px;
  text-decoration: none;
  color: rgb(78, 86, 86);
  margin: 0 auto 1rem;
}
.rectangle-wrapper .rectangle data {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
}
.rectangle-wrapper .rectangle data span {
  display: inline-block;
  width: 80px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: right;
  margin-right: 0.25rem;
}
.rectangle-wrapper .last-post {
  position: relative;
  text-decoration: none;
  color: rgb(64, 75, 85);
  background: rgba(16, 94, 127, 0.1);
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-radius: 0 0 5px 5px;
}
.rectangle-wrapper .last-post span {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.rectangle-wrapper .last-post span:nth-of-type(1) {
  font-size: 2.8rem;
  font-weight: 900;
}
.rectangle-wrapper .last-post span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 3rem;
  top: 0.5rem;
}
.rectangle-wrapper .last-post span:nth-of-type(3) {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  top: 1.9rem;
  left: 3rem;
}
.rectangle-wrapper .last-post span:nth-of-type(4) {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 2.5rem;
}
.rectangle-wrapper .last-post span:nth-of-type(5) {
  font-size: 2rem;
  font-weight: 500;
}
.rectangle-wrapper .last-post span:nth-of-type(6) {
  font-size: 2rem;
  font-weight: 300;
}
.rectangle-wrapper .last-post img {
  width: 20px;
}

#forumMenu {
  position: fixed;
  right: 0;
  top: 40vh;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: wrap;
}
#forumMenu a {
  padding: 5px;
  max-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 0 0 5px;
  margin: 1px 0;
}
#forumMenu a img {
  width: 90%;
}
#forumMenu a:first-of-type {
  background: rgb(16, 94, 127);
}
#forumMenu a:nth-of-type(2) {
  background: rgb(248, 125, 58);
}
#forumMenu a:nth-last-of-type(3) {
  background: rgb(64, 75, 85);
}
#forumMenu a:nth-last-of-type(2) {
  background: rgb(156, 207, 38);
}
#forumMenu a:last-of-type {
  background: rgb(137, 102, 143);
}

#network {
  background: #efefef;
  max-width: 1200px;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  padding: 1rem 0;
  font-family: "Roboto Flex", sans-serif;
}
#network h1 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  padding: 0 2rem;
}
#network .post {
  max-width: 80%;
  margin: 0 60px 2rem 2rem;
}
#network .post a {
  text-decoration: none;
  position: relative;
}
#network .post header {
  filter: drop-shadow(0 0 2px rgba(64, 75, 85, 0.5));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#network .post header a {
  padding: 0 1em 0 3em;
  margin-left: -28px;
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}
#network .post header a:hover {
  background: rgb(64, 75, 85);
  transition: all 0.5s;
}
#network .post header > time {
  position: absolute;
  right: 0;
  background: rgb(64, 75, 85);
  color: white;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem 10px 0 1.5rem;
}
#network .post header .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 3px;
  border: 3px solid rgb(220, 223, 229);
  z-index: 100;
  background: white;
  border-radius: 50px;
}
#network .post header .pseudo {
  background: rgb(64, 75, 85);
  font-size: 18px;
  border-radius: 0 30px 30px 0;
  z-index: 90;
  color: white;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  height: 50px;
  min-width: 230px;
}
#network .post header .pseudo.active {
  background: rgb(156, 207, 38);
  color: rgb(64, 75, 85);
}
#network .post header .pseudo .registered {
  font-size: 0.9rem;
}
#network .post header .msg {
  background: rgb(16, 94, 127);
  height: 40px;
  z-index: 80;
  font-size: 12px;
}
#network .post header .mp {
  background: rgb(20, 120, 163);
  height: 40px;
  z-index: 70;
  font-size: 14px;
  min-width: 70px;
}
#network .post header .mp img {
  width: 28px;
}
#network .post header .ip {
  background: rgb(137, 102, 143);
  height: 40px;
  z-index: 60;
  min-width: 70px;
}
#network .post header .ip img {
  width: 28px;
}
#network .post header .mail {
  background: rgb(137, 102, 143);
  height: 40px;
  z-index: 50;
  min-width: 70px;
}
#network .post header .mail img {
  width: 28px;
}
#network .post div {
  border: 1px solid rgb(220, 223, 229);
  margin: -25px 0 0 25px;
  padding: 25px 10px 25px 10px;
  border-radius: 5px;
  background: white;
}
#network .post div p {
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 1.25rem;
}
#network .post div blockquote {
  border: 1px #ccc solid;
  padding: 0 1rem;
  border-radius: 4px;
  box-shadow: 0 0 5px #bbb inset;
  overflow: hidden;
  max-width: 90%;
}
#network .post div blockquote cite {
  background: rgb(137, 102, 143);
  color: white;
  font-family: "Roboto Flex", sans-serif;
  font-style: normal;
  font-size: 0.8rem;
  padding: 10px;
  margin-left: -1rem;
  border-radius: 4px 0;
  line-height: 36px;
}
#network .post div ul {
  margin-left: 4rem;
  list-style: none;
  padding: 0;
}
#network .post div ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}
#network .post div ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
}
#network .post .reactions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: -29px 0 0 25px;
  background: rgb(220, 223, 229);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  padding: 5px 1rem 0 0;
  border-radius: 0 50px 50px 5px;
  border: 2px solid white;
  border-left: 1px solid rgb(220, 223, 229);
}
#network .post .reactions p {
  margin: 0 0;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#network .post .reactions p:last-of-type {
  margin-top: -2px;
}
#network .post .reactions .reaction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
  padding: 0.3em 0.6em;
  transition: background 0.2s;
}
#network .post .reactions .reaction-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
#network .post .reactions .reaction-btn.active .icon {
  color: #007bff;
}
#network .post .reactions .reaction-btn.rugby.active .icon {
  color: green;
}
#network .post .reactions .reaction-btn.foot.active .icon {
  color: red;
}
#network .post .reactions .reaction-btn .icon {
  font-size: 1.5em;
  line-height: 1;
}
#network .post .reactions .reaction-btn .count {
  font-size: 1.2em;
  color: #555;
  margin-left: 0.2em;
}
#network .post .reactions .reaction-btn.animate .icon {
  animation: pop 0.3s ease;
}
#network .post footer {
  margin: -25px 0 0 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#network .post footer a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgb(96, 117, 128);
  color: white;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  padding: 0 3em 0 1em;
  margin-right: -28px;
  width: 120px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  border-radius: 30px 0 0 30px;
  font-size: 1.2rem;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
#network .post footer a:last-of-type {
  border-radius: 30px 0 10px 30px;
  margin-right: 0;
}
#network .topic {
  max-width: 75%;
  margin: 0 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#network .topic > * {
  box-shadow: 0 0 1rem rgba(64, 75, 85, 0.2);
  margin: 0.5rem 1rem;
}
#network .topic > a {
  position: absolute;
  right: -18%;
  z-index: 0;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  min-width: 220px;
  background: rgb(16, 94, 127);
  color: white;
  margin: auto;
  padding: 0.5rem 0.25rem 0.5rem 3rem;
  align-self: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 100;
  text-decoration: none;
}
#network .topic > a::after {
  content: "➧";
  font-size: 3.3rem;
  color: rgb(16, 94, 127);
  position: absolute;
  right: -1.3rem;
  margin-top: 5px;
}
#network .topic h2 {
  background: white;
  padding: 0.25rem 1rem;
  flex: 5;
}
#network .topic h2 a {
  text-decoration: none;
  color: rgb(16, 94, 127);
  font-size: 2rem;
}
#network .topic h2 span {
  display: block;
  color: rgb(64, 75, 85);
}
#network .topic h3 {
  flex: 5;
  min-height: 5rem;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  padding: 0.5rem 1rem;
}
#network .topic h3 a {
  text-decoration: none;
  color: rgb(16, 94, 127);
  display: block;
}
#network .topic data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  width: 10%;
  font-size: 2rem;
  line-height: 1.3rem;
  flex: 1;
  position: relative;
  z-index: 10;
}
#network .topic data:nth-of-type(1) {
  background: rgb(244, 144, 159);
  color: white;
}
#network .topic data:nth-of-type(2) {
  background: rgb(156, 207, 38);
  color: white;
}
#network .topic data span {
  font-size: 1.2rem;
}
#network .cat h2 {
  margin: 2rem 0 0 2rem;
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
  color: rgb(244, 144, 159);
  background: #e3e3e3;
  padding-left: 2rem;
  border-radius: 3rem 0 0 3rem;
  position: sticky;
  top: 70px;
  z-index: 1000;
}

#answer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#answer.hidden {
  display: none;
}
#answer .close {
  font-size: 20px;
  cursor: pointer;
  font-size: 2rem;
  color: white;
}
#answer form > input[type=text] {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
}
#answer form > input[type=email] {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
}
#answer form > button {
  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;
}
#answer form > button:hover {
  background-color: rgb(64, 75, 85);
}
#answer .popup-content {
  background: rgba(27, 28, 34, 0.3);
  padding: 1rem;
  border-radius: 5px;
}
#answer .popup-content form input[type=text] {
  width: 100%;
  background: rgb(245, 250, 245);
  border: none;
  color: rgb(64, 75, 85);
  margin: 0.25rem 0;
}

#forum-display {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 2rem 0;
}

.ck-editor__editable {
  min-height: 200px;
}

@media screen and (max-width: 1000px) and (orientation: portrait) {
  :root {
    --width-container: 95%;
  }
  #topic .post {
    max-width: 100%;
    margin: 0 60px 2rem 5px;
  }
  #network {
    width: var(--width-container);
  }
  #network h1 {
    font-size: 1.5rem;
  }
  #network .cat h2 {
    font-size: 2rem;
    margin: 0 0 0 1rem;
  }
  #network .topic {
    max-width: 100%;
    margin: 0.5rem;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #network .topic > * {
    margin: 0.25rem 0.5rem;
  }
  #network .topic > a.last-post {
    position: relative;
    right: auto;
    width: calc(100% - 1rem);
    min-width: auto;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    order: 4;
  }
  #network .topic > a.last-post::after {
    right: 1rem;
  }
  #network .topic > a::after {
    font-size: 1.5rem;
    color: white;
    margin-top: 0;
  }
  #network .topic h2 {
    flex: none;
    padding: 0.5rem;
    width: calc(100% - 1rem);
    box-sizing: border-box;
    order: 1;
  }
  #network .topic h2 a {
    font-size: 1.5rem;
  }
  #network .topic h2 span {
    font-size: 0.9rem;
  }
  #network .topic h3 {
    flex: none;
    min-height: auto;
    font-size: 1.5rem;
    padding: 0.5rem;
    order: 2;
  }
  #network .topic data.num-replies,
  #network .topic data.num-views {
    display: inline-flex;
    font-size: 1.3rem;
    padding: 0.5rem;
    order: 3;
  }
  #network .topic data.num-replies span,
  #network .topic data.num-views span {
    font-size: 0.9rem;
  }
  #network .post {
    max-width: 99%;
    margin: 0 5px 2rem 5px;
  }
  #network .post header .pseudo {
    min-width: auto;
    font-size: 1rem;
  }
  #network .post header .msg {
    font-size: 0.7rem;
  }
  #network .post header .mp {
    font-size: 0.8rem;
  }
  #network .post header .ip {
    font-size: 0.8rem;
  }
  #network .post header .mail {
    font-size: 0.8rem;
  }
  #network .post header > time {
    font-size: 1rem;
    padding: 0.5rem 0.7rem;
  }
}/*# sourceMappingURL=discussions.css.map */