*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role='list'], ol[role='list'] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

html {
  font-family: tosh-a, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

h1, h2, h3, h4 {
  font-family: "new-spirit", serif;
  font-weight: 300;
}

a {
  color: inherit;
}

.input--hidden { display: none !important; }

.cta {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 32px;
  font-size: 11px;
  line-height: 85%;
  color: #000000;
  border-radius: 5px;
  cursor: pointer;
  transition: all 200ms ease;
}

.cta span {
  position: relative;
  top: 0;
  left: 0;
  transition: all 200ms ease;
  font-variant-emoji: text;
}

.cta.pink {
  background: #CF53DA;
}

.cta.pink:hover {
  background: #ffffff;
  color: #000000
}

.cta.white {
  background: #ffffff;
}

.cta.white:hover {
  background: #CF53DA;
}

.header .cta.white:hover {
  background: #000000;
  color: #ffffff;
}

.cta.black {
  background: #000000;
  color: #ffffff;
}

.cta.black:hover {
  background: #ffffff;
  color: #000000;
}

.cta:hover span {
  top: -2px;
  left: 2px;
}

.newsletter-msg {
  font-size: 14px;
  color: white;
  margin-top:   10px;
}

.titre {
  padding-bottom: 30px;
}

.titre > h2 {
  font-family: tosh-a, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 85%;
  letter-spacing: 10%;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid black;
}

.tag {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 10%;
}

.tag.actu {
  display: block;
  width: 142px;
  height: 37px;
  margin: 0 auto 32px;
  text-align: center;
  line-height: 37px;
  background: url(res/imgs/tag-actu.svg) no-repeat center center / 142px 37px;
}

.tag.dark-patterns,
.tag.ecrans-du-monde,
.tag.ia-et-sante-mentale,
.tag.le-grand-entretien,
.tag.ressourcerie,
.tag.communaute {
  display: inline-block;
  background: #CF53DA;
  padding: 4px;
  border-radius: 4px;
  line-height: 85%;
  letter-spacing: 10%;
  margin-bottom: 16px;
}

.instagram-media-rendered {
  margin: 20px auto !important;
}

.temps {
  font-weight: 400;
    font-family: "new-spirit", serif;
}

.temps > img {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: auto;
  margin-right: 10px;
}

.article-small {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.article-small > div > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 24px;
}

.article-small > div > h3 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 24px;
}

.s-hero-text span,
.article-small span {
  font-size: 14px;   font-family: "new-spirit", serif;
}

.article-small .tag {
  display: inline-block;
  background: #CF53DA;;
  padding: 4px;
  border-radius: 4px;
  line-height: 85%;
  letter-spacing: 10%;
  margin-bottom: 16px;
}

.newsletter {
  text-align: center;
}

.newsletter label {
  display:  block ;
  font-family: "new-spirit", serif;
  font-weight: 300;
  font-size: 36px;
  letter-spacing:   -5%;
  line-height: 1.2;
  color: #ffffff;
  padding-bottom:   25px;
}

.newsletter input[type=email] {
  font-family: tosh-a, sans-serif;
  font-weight:  500;
  background:   white;
  border-radius: 100px ;
  height:   43px;
  width:  100%;
  border:0;
  color:  black;
  outline:  none !important ;
  text-align:   center  ;
  line-height:  43px;
  font-size:  14px;
  margin-bottom:  21px;
}

.newsletter input[type=email]::placeholder {
  color: black;
}

.newsletter button[type=submit] {
  font-family: tosh-a, sans-serif;
  font-weight: 500;
  width:  166px;
  margin:   0 auto;
  cursor:   pointer ;
  border: 0;
  outline : none !important;
}

.flex {
  display: flex;
}

.flex > * {
  flex: 0 1 auto;
}

.mw {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.header > nav {
  background: #CF53DA;;
  padding: 18px 0;
}

.header > nav > div > div {
  justify-content: space-between;
}

.header-left {
  align-items: flex-end;
  gap: 24px;
}

.header-left > a {
  display: block;
  text-decoration: none;
}

.header-left > a > img {
  width: 150px;
  height: auto;
}

.header-left > span {
  font-family: "new-spirit", serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -1%;
  line-height: 100%;
      line-height: 41px;
}

.header-left > span > br {
  display: none;
}

.header-right-top {
  justify-content: right;
  gap: 24px;
  padding: 8px 0 22px;
  align-items: center;
}

.header-right-top > a {
  display: block;
  text-decoration: none;
}

.header-right-top > a > img {
  display: block;
  width: 16px;
  height: auto;
}

.header-right-bottom {
  justify-content: right;
  gap: 16px;
}

.s-hero {
  padding: 30px 0;
}

.s-hero > div > div {
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.s-hero-img {
  flex: 0 0 calc(50% - 15px);
  height: calc(100vh - 184px);
  max-height: 800px;
  min-height: 450px;
}

.s-hero-img > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.s-hero-img > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.s-hero-text {
  flex: 0 0 calc(50% - 15px);
  text-align: center;
}

.s-hero-text > h1 {
  font-size: 56px;
  margin-bottom: 40px;
  line-height: 1;
}

.s-hero-text > h1 > a {
  text-decoration: none;
}

.s-hero-text > h1 > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.s-hero-text .flex {
  justify-content: center;
  gap: 27px;
}

.s-recents {
  padding-bottom: 64px;
}

.s-recents > div > .flex {
  gap: 30px;
  row-gap: 60px;
  flex-wrap: wrap;
}

.s-recents .article-small {
  flex: 0 0 calc(25% - 22.5px);
}

.s-recents .article-small:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.s-nl {
  background: #CF53DA;
}

.s-nl .newsletter {
  width: 386px;
  margin: 0 auto;
  padding: 20px 0;
}

.s-nl > div > div {
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

.s-nl > div > div > div {
  flex: 0 0 calc(50% - 15px);
}

.s-nl > div > div > div:only-child {
  flex: 0 0 100%;
}

.s-don {
  background: #000000;
  padding: 34px;
  text-align: center;
}

.s-don img {
  width: 238px;
  height: auto;
  margin: 0 auto 24px;
}

.s-don p {
  font-family: "new-spirit", serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -5%;
  margin-bottom: 40px;
  color: #ffffff;
}

.s-don .cta {
  display: inline-block;
}

.footer {
  background: #000000;
  color: #ffffff;
  padding-top: 24px;
}

.footer > div > div > div {
  flex: 0 0 50%;
}

.footer > div:first-child > div > div > img {
  display: block;
  width: 113px;
  height: auto;
  margin-bottom: 24px;
}

.footer > div:first-child > div > div > img + p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 40px;
  max-width: 500px;
}

.footer > div:first-child > div > div + div {
  flex-direction: column;
  justify-content: space-between;
  align-items: self-end;
}

.footer > div:first-child + div > div {
  border-top: 1px solid white;
  padding: 15px 0;
}

.footer > div:first-child + div > div > div:first-child > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  margin-right: 24px;
}

.footer > div:first-child + div > div > div:first-child > a:hover {
  text-decoration: underline;
}

.footer > div:first-child + div > div > div:first-child + div {
  text-align: right;
}

.footer > div:first-child + div > div > div:first-child + div > p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;

}

.footer > div:first-child + div > div > div:first-child + div > a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
}

.footer > div:first-child + div > div > div:first-child + div > a > img {
  width: 100%;
  height: auto;
  margin-left: 10px;
}

.article {
  padding: 80px 0 0;
}

.article > article > header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.article > article > header h1 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 36px;
}

.article > article > header h1 + p {
  font-family: "new-spirit", serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.25;
}

.article > article > header .chapo {
  margin-bottom: 32px;
  font-size: 18px;
}


.article > article > header .chapo * + p {
  margin-top: 18px;
}

.article > article > figure {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.article > article > figure > figcaption {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 11px;
}

.article > article > figure  > img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.article .corps {
  padding-bottom: 128px;
}

.article .corps > div {
  flex: 0 1 280px; 
}

.article .corps > div img {
  width: 100%;
  margin-bottom:  40px;
}

.article .corps > div:first-child + div {
  flex: 1;  
  min-width: 500px;
}

.article .share {
  display: block;
  margin: 30px auto;
  width: 84px;
  height: auto;
}

.article .share  img {
  width: 100%;
  height: auto;
}

.article .date {
  width: calc(100% - 30px);
  padding: 10px 20px;
  font-family: "new-spirit", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  border-radius: 20px;
  border: 1px solid black;
}

.article .corps h2 {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -1%;
  margin-bottom: 24px;
}

.article .corps h3 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1%;
  margin-bottom: 18px;
}

.article .corps * + h2 {
  margin-top: 40px;
}

.article .corps * + h3 {
  margin-top: 25px;
}

.article .corps p  {
  font-size: 16px;
  font-weight: 400;
  text-wrap: pretty;
  hyphens: auto;
  -webkit-hyphens: auto; /* Safari iOS */
   overflow-wrap: break-word;
}

.article .corps p + p {
  margin-top: 18px;
}

.article .pouce {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
}

.article .pouce.seul {
  display: block;
  width: 1em;
  height: 1em;
  margin: 20px auto;
}

@media (max-width: 1024px) {

  .s-hero > div > div {
    flex-direction: column;
  }

  .s-hero-img {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
    max-height: 9900px;
    min-height: 0px;
  }

  .s-recents .article-small {
      flex: 0 0 calc(50% - 15px);
  }

  .s-nl > div > div {
    display: block;
  }

  .s-nl > div > div > div > img {

  }



  .header-right-bottom > a:first-child {
    display: none;
  }

}

@media (max-width: 768px) {
  
  .s-recents .article-small {
    flex: 0 0 100%;
    display: block;
    position: relative;
  }

  .s-recents .article-small > div {
    width: calc(100% - 136px - 16px);
    margin-left: auto;
  }

  .s-recents .article-small > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: auto;
  }

  html {
    font-size: 14px;
  }

  .s-hero-text > h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .titre > h2 {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 18px;
  }

  .article-small > div > h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .s-don p {
    font-size: 56px;
    margin-bottom: 30px;
  }

  .footer > div:first-child > div > div > img + p {
    padding-bottom: 18px;
  }

  .s-nl .newsletter {
    width: 100%;
    max-width: 386px;
  }

  .footer > div:first-child > div {
    display: block;
  }

  .footer > div:first-child > div > div + div {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
     padding-bottom: 18px;
}

  .footer > div:first-child + div > div {
    display: block;
    align-items: center;
    text-align: center;
  }

  .footer > div:first-child + div > div > div:first-child > a {
    font-size: 12px;
    margin-right: 12px;
  }

  .footer > div:first-child + div > div > div:first-child + div {
    padding-top: 20px;
    text-align: center;
  }

  .footer > div:first-child + div > div > div:first-child + div > p {
    font-size: 12px;
  }

  .header-left > a > img {
    width: 78px;
    height: auto;
    max-width: 9999px;
}

.header-left {
  gap: 12px;
  align-items: center;
}

.header > nav {
  padding: 12px 0;
}

.header > nav > div > div {
  align-items: center;
}

.header-right-top {
  display: none;
}

.mw {

    padding: 0 20px;

}

.header .cta {
  padding-left: 5px;
  padding-right: 5px;
}



.article > article > header h1 {
    font-size: 42px;
    margin-bottom: 24px;
}

.article > article > header h1 + p {

    font-size: 24px;
    margin-bottom: 24px;
}

.article > article > header .chapo {
    margin-bottom: 24px;
    font-size: 16px;
}

.article > article > header .chapo {
    margin-bottom: 32px;
    font-size: 18px;
}

.article .corps {
  display: block;
}

.article .corps > div:first-child {
  text-align: center;
}

.article .date {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.article .share {
  margin: 15px auto 30px;
}

.article .corps > div:first-child + div {
  min-width: 0;
}

.article > article > header,
.article > article > figure {
  margin-bottom: 30px;
}

.article {
    padding: 40px 0 0;
}

.article .corps {
  padding-bottom: 60px;
}
.header-left > span {
  font-size: 15px;
}
}

@media (max-width: 500px) {

.header-left > span {
  line-height: 1.1;
}

.header-left > span > br {
  display: block;
}

}

@media (max-width: 400px) {

.header-left > span {
  display: none;
}


}