@import url("header.css");

body {
  justify-content: center;
  align-items: center;
  user-select: none;
}

/* ====================== */
/* section header front */
/* ====================== */

.hero-wrap {
  width: max-content;
  position: relative;
}

.hero-text {
  top: 2rem;
  left: 2rem;
  position:absolute;
  /* width: 60rem; */
  text-decoration: none;
}

a.hero-text:hover {
  text-decoration: none;
}

.hero-text h1 {
  color: var(--title_color);
  font-family: var(--font-family-anton);
  font-size: 17rem;
  width: 80vw;
}

h2.imagem {
  font-family: var(--font-family-anton);
  font-size: 154px;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 2rem;
  line-height: 118px;
  animation: moveUp 1s ease-in-out forwards;
}

.title-line {
  height: 240px;
  border-bottom: 0.5px solid black;
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 97%;
}

.page-title {
  position: absolute;
  height: 140px;
  top: 40px;
}

h2.soft {
  font-family: var(--font-family-anton);
  font-size: 154px;
  font-style: normal;
  font-weight: 400;
  color: var(--black);
  line-height: 90px;
  animation: moveUp 1s ease-in-out forwards;
}

@keyframes moveUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

.page-title span {
  font-family: var(--font-family-barlow);
  font-size: initial;
  display: block;
  padding-left: 10px;
  margin-top: 25px;
}

.resume {
  width: 50vw;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  padding-top: 30px;
}

.resume h3 {
  font-size: 29px;
  font-style: normal;
  font-weight: bolder;
}

.resume div {
  display: flex;
  gap: 1rem;
}

.resume p {
  margin-top: 2rem;
  font-size: 20px;
}

main {
  clear: both;
  min-height: 50vh;
  width: 97vw;
}

section {
  border-bottom: solid 0.5px var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section:last-child {
  border-bottom: none;
}

.sec-title {
  width: 100%;
  align-items: center;
}

.sec-title-func {
  margin-top: 0;
  display: flex;
  align-items: center;
  position: relative;
}

section h2.section-title {
  letter-spacing: 0;
  line-height: normal;
  padding-right: 1.5rem;
  text-transform: uppercase;
}

.lorem-title {
  font-family: var(--font-family-barlow);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  text-transform: uppercase;
  right: 1rem;
}

.section-description {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: 1rem;
  font-weight: bolder;
  font-weight: 400;
  width: 30rem;
  display: table-cell;
  vertical-align: middle;
}

.function {
  position: relative;
  width: 65%;
  margin-bottom: 2rem;
}

.news {
  position: relative;
  width: 35%;
  border-left: 0.5px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* ====================== */
/* section fonctions */
/* ====================== */

#function-news {
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}

.functions {
  margin-top: 3rem;
}

.func {
  width: 15rem;
}

.func-title {
  font-family: "open-bold sans", sans-serif;
  font-size: 1.1rem;
  font-weight: bolder;
  line-height: 1.2rem;
  margin-bottom: 1rem;
  width: 12rem;
}

.func-desc {
  font-family: "open sans", sans-serif;
  width: 14rem;
  font-size: 0.9rem;
}

#func-1 .func-desc,
#func-1 .func-title,
#func-3 .func-desc,
#func-3 .func-title {
  line-height: 1.2rem;
  margin-left: 6rem;
}

#func-2 .func-desc,
#func-2 .func-title,
#func-4 .func-desc,
#func-4 .func-title {
  line-height: 1.2rem;
  margin-left: 1rem;
}

#func-1 {
  background-image: url("../imgs/function1.png");
  background-position: 1rem top;
  background-repeat: no-repeat;
  background-size: auto 7rem;
  margin-bottom: 10rem;
}

#func-2 {
  background-image: url("../imgs/function2.png");
  background-repeat: no-repeat;
  background-size: auto 7rem;
  background-position: top 2rem;
  margin-bottom: 10rem;
  margin-top: 5rem;
}

#func-2 .func-title {
  width: 15rem;
  padding-top: 7rem;
}

#func-4 .func-title {
  width: 15rem;
  padding-top: 7rem;
}

#func-3 {
  background-image: url("../imgs/function3.png");
  background-repeat: no-repeat;
  background-size: auto 6.25rem;
}

#func-3 .func-desc {
  width: 10rem;
}

#func-4 {
  width: 15rem;
  background-image: url("../imgs/function4.png");
  background-repeat: no-repeat;
  background-size: auto 7rem;
}

.line-inclined-1 {
  width: 11.25rem;
  height: 11.875rem;
  margin-top: 2rem;
  margin-left: 3rem;
  background-image: url("../imgs/line-inclined-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.line-inclined-2 {
  width: 13.813rem;
  height: 10.625rem;
  background-image: url("../imgs/line-inclined-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3rem;
}

.workflow {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
}

.workflow img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Pour s'assurer que l'image s'adapte correctement */
  flex-basis: 100%;
}

/* Position de départ (invisible + plus bas) */
.bounce-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease-out;
}

/* Animation déclenchée */
.bounce-in.visible {
  animation: bounceIn 0.9s ease-out forwards;
  opacity: 1;
}

@keyframes bounceIn {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  60% {
    transform: translateY(-10%);
    opacity: 1;
  }
  80% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}

/* .about-button {
  margin-top: 14rem;
  margin-left: 3rem;
} */

.about-button {
  margin-left: 38%;
}

.about-button-2 {
  display: none;
}

/*-------------------*/

.log {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-post {
  padding-right: 10%;
}

.div-int {
  padding-left: 5%;
}

.log img {
  width: 40vw;
  margin-top: 1rem;
}

.log-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.divider-right {
  border-right: 1px solid var(--black);
}

.log-title {
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 39.3px;
  font-weight: 400;
  left: 227px;
  letter-spacing: 0;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 1rem;
}

.log-subtitle {
  color: var(--black);
  font-family: var(--font-family-baskerville-semibold);
  font-size: var(--font-size-xs);
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.log-description {
  padding: 1rem 2rem 2rem 1rem;
}

.log-button {
  margin-top: 0rem;
}

aside.news h4 {
  text-align: center;
  font-family: var(--font-family-barlow);
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 2vh;
}

aside.news h5 {
  text-align: center;
  font-family: var(--font-family-baskerville-regular);
  font-size: 33px;
  text-transform: uppercase;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

/* h2.post-title,
.post-date {
  margin-left: 5rem;
} */

/* .post-date {
  margin-top: -10px;
} */

aside.news ul li {
  margin-bottom: 2rem;
}

aside.news ul li h2.post-title,
.post-date {
  font-family: var(--font-family-barlow);
  font-size: 17px;
  text-transform: uppercase;
  width: 410px;
  text-align: center;
  margin-left: 0rem;
}

aside.news ul li h2.post-title a {
  text-decoration: none;
  color: var(--black);
}

aside.news ul li h2.post-title a:hover {
  text-decoration: none;
}

.cropped {
  overflow:hidden;
}

.cropped img {
  width: 100%;
  height: 100%;
}

/*
* css section boutique
*/

.boutique-title {
  width: 15rem;
  padding-left: 1rem;
  font-family: var(--font-family-barlow);
}

.carousel-container {
  display: flex;
  overflow-x: hidden;
  margin-top: 3rem;
  width: 100%;
  height: auto;
}

.carousel-items {
  display: flex;
  justify-content: center;
  width: 100%; /* Ajuster la largeur en fonction de la taille des flèches */
  flex-wrap: wrap;
}

.carousel-items .column {
  width: calc(100% / 4); /* Colonne active avec largeur 100% */
  transition: all 0.3s ease;
  border-right: 1px solid #000; /* Ligne verticale entre les colonnes */
  padding-left: 3rem;
}

.carousel-items .column.active {
  width: calc(100% / 4); /* Colonne active avec largeur 100% */
}

.column .img-col .img-wrapper {
  position: relative;
  width: 18.75rem;
  height: 18.75rem;
  overflow: hidden;
}

.column img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Pour s'assurer que l'image s'adapte correctement */
  flex-basis: 100%;
}

.title-desc-item {
  height: 100px;
  font-family: var(--font-family-barlow);
}

.title-item {
  color: var(--black);
  /* font-family: var(--font-family-baskerville-semibold); */
  font-size: 1.2rem;
  font-weight: bolder;
  width: 80%;
  margin-top: 1rem;
}

.desc-item {
  width: 70%;
  font-size: 1rem;
  margin-top: -0.5rem;
}

#video {
  position: relative;
  height: 100vh;
  width: 100vw;
  margin: 1rem -1.8rem 0rem;
  padding: 0;
  border: none;
}

.myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-top: 2rem;
}

.carousel-button .prev-button {
  position: absolute;
  left: 3rem;
}

.carousel-button .next-button {
  position: absolute;
  right: 3rem;
}

.carousel-items .column:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #000;
}

.subtitle {
  padding-top: 1rem;
  color: var(--black);
  font-family: var(--font-family-baskerville-regular);
  font-size: 16px;
  font-weight: 400;
}

.fleche_gauche {
  width: 300px;
  background-repeat: no-repeat;
  background-size: auto 210px;
  background-position: left top;
  margin-bottom: 5rem;
}

.fleche_droite {
  width: 300px;
  background-repeat: no-repeat;
  background-size: auto 210px;
  background-position: right top;
  margin-bottom: 5rem;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.pagination {
  display: inline-block;
  margin-top: -3rem;
  font-family: var(--font-family-baskerville-semibold);
}

.page-number {
  padding: 0.3rem;
  cursor: pointer;
}

.page-number.active {
  font-weight: bold;
}

/* =============================== */

.surround {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.surround .surrounded {
  padding: 16px 16px;
  border: none;
  background: none;
  outline: none;
  color: black;
  text-decoration: none;
}

.surround svg {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#svg-function,
#svg-software,
#svg-store {
  width: 90%;
}

.surround path {
  stroke: #02326c;
  stroke-width: 3px;
  stroke-dasharray: 0 1500;
}

.surround:hover path {
  animation: draw 1s forwards;
}

@keyframes draw {
  from {
    stroke-dasharray: 0 1500;
  }

  to {
    stroke-dasharray: 1500 1500;
  }
}
.responsive-screenshot {
  display: none;
}

.responsive-screenshot-en {
  display: none;
}

/*
cursor de la section boutique
*/

#cursorShop, #cursorPSspeech {
  position: absolute;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: black; /* Couleur initiale du curseur */
  background-position: center;
  pointer-events: none;
  /* mix-blend-mode: difference;  */ /* Choisissez le mode de mélange souhaité */
  transition: background-color 0.5s ease; /* Ajout d'une transition pour une animation en douceur */
  z-index: 5;
  display: flex; /* Ajout de display flex */
  justify-content: center; /* Centrer horizontalement */
  align-items: center; /* Centrer verticalement */
}

#cursorShop span, #cursorPSspeech span {
  font-family: var(--font-family-barlow);
  color: white;
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-20%, -50%);
}


/* responsive */

@media (max-width: 1600px) {
  .resume p {
    font-size: 15px;
  }

  .section-description {
    width: 24rem;
  }

  .about-button-texte {
    background-color: blueviolet;
  }

  .post-list .cropped {
    margin: 0.5rem auto 0.5rem auto;
  }

  aside.news ul li h2.post-title {
    width: 25rem;
    /* margin-left: 2rem; */
  }

  h2.post-title,
  .post-date {
    margin-left: 2rem;
  }

  .title-item {
    width: 90%;
  }

  .desc-item {
    width: 80%;
  }

}

@media (max-width: 1500px) {

  .carousel-items {
    width: 85%;
    margin: 0rem auto;
  }

  .carousel-items .column {
    width: calc(100% / 3);
    border-right: none;
    padding-left: 2rem;
    height: 28rem;
  }

  .carousel-items .column.active {
    width: calc(100% / 3);
  }

  /* aside.news ul li h2.post-title {
    margin-left: 3rem;
  } */

  h2.post-title,
  .post-date {
    margin-left: 3rem;
  }
}

@media (max-width: 1425px) {
  #function-news.d-flex {
    display: block !important;
    width: 100% !important;
  }

  #function-news .function {
    width: 100%;
    display: flex;
    flex-direction: column !important;
    position: relative;
    justify-content: center;
  }

  .functions {
    margin: auto;
    padding-top: 3rem;
  }

  .workflow {
    width: 100%;
  }

  .about-button {
    margin-left: auto;
    margin-right: auto;
  }

  /* .about-button {
    margin-top: 10rem;
    margin-left: 2rem;
  } */

  aside.news {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid black;
    margin: 0 auto;
    border-left: none;
  }

  /* aside.news h4 {
    margin-left: 3rem;
  }

  aside.news h5 {
    margin-left: 3rem;
  } */

  aside.news .post-list {
    width: 95vw;
    position: relative;
    justify-content: center;
    align-items: center;
  }

  aside.news ul.post-list li {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  aside.news ul li h2.post-title {
    text-align: center; /* Centre le titre */
    width: 40rem; /* correspond à celle de l'image */
    margin: auto;
  }

  .post-list .cropped {
    width: 40%;
  }
  .post-date {
    margin: auto;
  }
}

@media (max-width: 1300px) {
  .logiciel-liste.d-flex {
    display: block;
    flex-direction: column;
  }

  .log.divider-right {
    border-right: none;
    margin-bottom: 5rem;
  }

  .div-post {
    padding-right: 0%;
  }

  .div-int {
    padding-left: 0%;
  }

  .log img {
    width: 60vw;
  }
}

@media (max-width: 1150px) {
  h2.imagem {
    font-size: 9rem;
  }

  h2.soft {
    font-size: 9rem;
  }

  .hero-text {
    top: 1rem;
  }

  .hero-text h1 {
    font-size: 16rem;
  }

  .carousel-items {
    width: 80%;
  }

  .carousel-items .column {
    width: calc(100% / 2);
    padding-left: 3rem;
  }

  .carousel-items .column.active {
    width: calc(100% / 2);
  }

  #cursorShop, #cursorPSspeech {
    position: absolute;
    width: 6rem;
    height: 6rem;
  }

  #cursorShop span, #cursorPSspeech span {
    font-size: 0.8rem;
  }

}

@media (max-width: 1024px) {

  .resume div {
    margin-top: -1rem;
  }

  .resume h3 {
    font-size: 23px;
  }

  .resume p {
    font-size: 13px;
  }

  .section-description, .lorem-title {
    font-size: 0.7rem;
  }

  .title-line {
    height: 14rem;
  }

  .hero-text {
    top: 2rem;
    /* width: 80vw; */
  }

  .hero-text h1 {
    font-size: 12rem;
  }

  #fonction div {
    display: none;
  }

  /* .about-button {
    margin-left: 2.5rem;
  } */

  aside.news ul li h2.post-title {
    width: 40rem; /* correspond à celle de l'image */
  }
}

@media (max-width: 900px) {

  .resume {
    width: 60vw;
  }

  #func-1 {
    margin-bottom: 5rem;
  }

  #func-2 {
    margin-top: 0rem;
    margin-bottom: 8rem;
  }

  .line-inclined-1 {
    display: none;
  }

  .line-inclined-2 {
    display: none;
  }

  /* .about-button {
    margin-top: 42rem;
    margin-left: 1rem;
    width: 10rem;
  } */

  .log img {
    width: 70vw;
  }

  .carousel-items .column {
    width: 100%;
    padding-left: 0rem;
  }

  .column .img-col .img-wrapper {
    margin: 0rem auto;
  }

  .title-item, .desc-item {
    margin: 0.5rem auto;
    text-align: center;
    width: 60%;
  }

  .carousel-button {
    position: absolute;
  }
}

@media (max-width: 830px) {
  .functions {
    flex-direction: column;
    margin-left: 30%;
  }

  .func-col2 {
    display: none;
  }

  #func-1,
  #func-2,
  #func-3,
  #func-4 {
    margin-bottom: 5rem;
  }

  #func-2 {
    background-position: 0rem top;
  }

  #func-2 .func-title {
    padding-top: 0rem;
    margin-left: 6rem;
  }

  #func-2 .func-desc {
    margin-left: 6rem;
  }

  #func-3 {
    background-repeat: no-repeat;
    background-size: auto 6.25rem;
  }

  #func-4 {
    background-position: -1rem top;
  }

  #func-4 .func-title {
    padding-top: 0rem;
    margin-left: 7rem;
  }

  #func-4 .func-desc {
    margin-left: 7rem;
  }

  .func-title {
    width: 80%;
    line-height: 1rem;
    font-size: 1rem;
  }

  .func-desc {
    width: 80%;
    line-height: 1rem;
  }

  /* .about-button-2 {
    display: block;
    width: 10rem;
    margin-top: -4rem;
    margin-left: 4rem;
  } */

}

@media (max-width: 800px) {
  .hero-text {
    top: 2rem;
    /* width: 28rem; */
  }

  .hero-text h1 {
    font-size: 9rem;
  }

  .page-title {
    height: 14rem;
  }

  .title-line {
    height: 14rem;
    width: 94%;
  }

  h2.imagem {
    font-size: 7rem;
    bottom: -20px;
  }

  h2.soft {
    font-size: 7rem;
    line-height: 60px;
  }

  /* .resume {
    margin-top: 3rem;
  } */

  .resume h3 {
    font-size: 23px;
  }

  .resume p {
    font-size: 13px;
  }

  .section-description {
    font-size: 12px;
    width: 15rem;
  }

  aside.news ul li h2.post-title {
    width: 30rem; /* correspond à celle de l'image */
  }

  .post-list .cropped {
    width: 60%;
  }

  .post-date {
    margin-top: 5px;
    margin-left: 6rem;
  }
}

@media (max-width: 750px) {
  section h2.section-title {
    padding-right: 10px;
  }

  .functions {
    margin-left: 20%;
  }

  /* .about-button-2 {
    margin-left: 6rem;
  } */

  aside.news h4 {
    margin-left: -1rem;
  }

  aside.news h5 {
    margin-left: -1rem;
  }

}

@media (max-width: 700px) {
  aside.news h4 {
    margin-left: 1rem;
  }

  aside.news h5 {
    margin-left: 1rem;
  }

  .post-date {
    margin-bottom: 2rem;
  }
}

@media (max-width: 650px) {
  /* .resume {
    margin-top: 4rem;
  } */

  .resume p {
    font-size: 10px;
  }

  .lorem-title {
    font-size: 10px;
  }

  .section-description {
    font-size: 10px;
    width: 10rem;
  }

  .functions {
    margin-left: 10%;
  }

  /* .about-button-2 {
    margin-left: 8rem;
  } */

  aside.news h4 {
    margin-left: 0rem;
  }

  aside.news h5 {
    margin-left: 0rem;
  }

  .post-date {
    margin-left: 4rem;
  }

  .log img {
    width: 80vw;
  }

  #video {
    height: 35vh;
    margin: 0rem -0.5rem 0rem;
    overflow: hidden;
  }
}

@media (max-width: 600px) {
  section {
    margin-right: 0.5rem;
  }
  .hero-text {
    top: 2rem;
    /* width: 25rem; */
  }

  .hero-text h1 {
    font-size: 7rem;
  }

  h2.imagem {
    font-size: 5rem;
    bottom: -30px;
  }

  .title-line {
    width: 92%;
  }

  h2.soft {
    font-size: 5rem;
    line-height: 40px;
  }

  .page-title span {
    font-size: 0.6rem;
  }

  /* aside.news ul li h2.post-title {
    margin-left: 0rem;
  } */

  .post-date {
    margin-left: 3rem;
  }

  #cursorShop, #cursorPSspeech {
    width: 4rem;
    height: 4rem;
    display: none;
    opacity: 0;
  }

  #cursorShop span, #cursorPSspeech span {
    font-size: 0.5rem;
  }

  #prev-button, #next-button {
    width: 2rem;
  }

  .page-number {
    font-size: 1rem !important;
  }

}

@media (max-width: 550px) {
  .sec-title-func {
    flex-wrap: wrap;
  }

  .section-description, .lorem-title {
    font-size: 0.7rem;
  }

  .section-description{
    width: 50vw;
  }

  .lorem-title {
    margin-top: 6rem;
  }

  aside.news h4 {
    margin-left: 0rem;
  }

  aside.news h5 {
    margin-left: 0rem;
  }

  .post-list .cropped {
    width: auto;
  }

  /* aside.news ul li h2.post-title {
    margin-left: -1.3rem;
  }  */

  .post-date {
    margin-left: 0.8rem;
  }
}

@media (max-width: 500px) {
  .hero-text {
    top: 2rem;
    /* width: 16rem; */
    left: 1rem;
  }

  .hero-text h1 {
    font-size: 5rem;
  }

  h2.imagem {
    font-size: 4rem;
    bottom: -40px;
  }

  h2.soft {
    font-size: 5rem;
    line-height: 30px;
  }

  .page-title span {
    font-size: 0.5rem;
  }

  /* .resume {
    top: -6rem;
  } */

  .functions {
    margin-left: 0rem;
  }

  /* .about-button-2 {
    margin-left: 7rem;
  } */

  aside.news h4 {
    margin-left: -1rem;
  }

  aside.news h5 {
    margin-left: -1rem;
  }

  .cropped img {
    width: 20rem;
    height: auto;
  }

  aside.news ul li h2.post-title {
    /* margin-top: -2rem; */
    margin-left: auto;
    font-size: 1rem;
    width: 20rem;
  }

  .post-date {
    font-size: 0.7rem;
    margin-left: 6rem;
    width: 10rem;
  }

  .log img {
    width: 20rem;
  }
}

@media (max-width: 450px) {
  h2.imagem {
    left: 20px;
  }

  /* .about-button-2 {
    margin-left: 23vw;
  } */

  aside.news h4 {
    margin: 1rem auto;
  }

  aside.news h5 {
    margin: 0.5rem auto;
  }
}

@media (max-width: 400px) {

  aside.news ul li h2.post-title, .post-list .cropped {
    margin-left: -1rem;
  }

  .post-date {
    margin-left: 4rem;
  }
}
