/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * BASE STYLE .............................
*/

/* ------------------------------------ *\
  ==BASE STYLE
\* ------------------------------------ */
.node--type-actu.node--promoted.node--view-mode-teaser {
  border: 0;
  border-radius: 0;
  margin-top: -1px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid var(--bs-black);
  border-bottom: 1px solid var(--bs-black);
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__img {
  width: 24.13%;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__img img {
  max-width: 100%;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__body {
  width: 100%;
  padding-left: 8.125rem;
  padding-right: 2rem;
}

.paragraph:not(.no-animation)
  .node--type-actu.node--promoted.node--view-mode-teaser
  a:hover
  ~ .actu__body:after,
.node--type-actu.node--promoted.node--view-mode-teaser
  a:active
  ~ .actu__body:after,
.node--type-actu.node--promoted.node--view-mode-teaser
  a:focus
  ~ .actu__body:after {
  right: 1rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__body:after {
  font: var(--fa-font-thin);
  content: '\f061';
  position: absolute;
  right: 3rem;
  top: 50%;
  font-size: 4rem;
  -webkit-transition: right 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: right 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  padding: 0.25rem;
  border: solid 1px transparent;
}

.paragraph.no-animation
  .node--type-actu.node--promoted.node--view-mode-teaser
  a:hover
  ~ .actu__body:after {
  border: solid 1px black;
  padding: 0.25rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__title {
  width: 60%;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__date {
  font-size: 1rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__reading {
  margin-left: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .actu__reading:before {
  font: var(--fa-font-solid);
  content: '\e29e';
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1.2rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .field--name-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.node--type-actu.node--promoted.node--view-mode-teaser .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.node--type-actu.node--promoted.node--view-mode-teaser .tags .tag-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--bs-lavender);
  margin: 0.5rem;
  padding: 0.2rem 1rem;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .node--type-actu.node--promoted.node--view-mode-teaser .actu__img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .actu__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .actu__title {
    width: 100%;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .actu__body {
    padding: 0 1rem;
    position: relative;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .actu__body:after {
    bottom: 0;
    top: unset;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser
    .actu__body
    .actu__text {
    padding-right: 8rem;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .tags .tag-item {
    font-size: 1.125rem;
  }

  .node--type-actu.node--promoted.node--view-mode-teaser .actu__reading {
    margin-left: 0;
  }
}
