body.single-post {
  padding-top: 110px;
}

.single-header-wrapper {
  background-color: #f6f6f6;
  padding: 0;
}

.single-header-wrapper header {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.single-header-wrapper header .ariane {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #7a7a7a;
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: lowercase;
}

.single-header-wrapper header .ariane p {
  margin: 0;
}

.single-header-wrapper header .ariane a {
  color: #7a7a7a;
}

.single-header-wrapper header .gauche {
  width: 50%;
  padding: 0;
  color: #3F5760;
}

.single-header-wrapper header .gauche p.date {
  font-size: 15px;
  background-image: url(../images/puce-rouge-li.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}

.single-header-wrapper header .gauche h1 {
  margin-top: 0;
  font-size: clamp(24px, 2.5vw, 50px);
  line-height: calc(1.4em - 0.31em);
  width: 100%;
}

.single-header-wrapper header .gauche.img {
  display: flex;
  align-items: flex-end;
}

.single-header-wrapper header .gauche img {
  width: 100%;
  height: auto;
  margin: 0px;
  border-radius: 3px;
}

.single-header-wrapper header .droite {
  width: 50%;
  padding-left: 60px;
}

.single-header-wrapper header .droite .reseaux a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  border: #bebebe 1px solid;
  border-radius: 3px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding-right: 55px;
  padding-top: 13px;
  margin-bottom: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  min-width: 166px;
}

.single-header-wrapper header .droite .reseaux a.reso-linkedin {
  background-image: url(../images/picto-linkedin-couleur.svg);
  background-size: auto 16px;
}

.single-header-wrapper header .droite .reseaux a.reso-facebook {
  background-image: url(../images/picto-facebook-couleur.svg);
  background-size: auto 16px;
}

.single-header-wrapper header .droite .reseaux a.reso-x {
  background-image: url(../images/picto-x-couleur.svg);
  background-size: auto 16px;
}

.gutenberg.single-actus {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1355px;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.gutenberg.single-actus .contenu {
  width: 50%;
}

.gutenberg.single-actus .contenu h2 {
  color: #d21216;
}

.gutenberg.single-actus .side-barre {
  width: 50%;
  padding-left: 100px;
}
.gutenberg.single-actus .side-barre .side-barre-content {
  width: 100%;
  border-top: #bebebe 1px solid;
  padding-top: 10px;
  margin-left: 0;
  margin-right: auto;
}

.gutenberg.single-actus .side-barre .sommaire p {
  font-weight: 600;
  font-size: 18px;
}

.gutenberg.single-actus .side-barre .sommaire ul {
  list-style: none;
  padding-left: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.gutenberg.single-actus .side-barre .sommaire ul li {
  margin-bottom: 15px;
  display: block;
}

.gutenberg.single-actus .side-barre .sommaire ul li a {
  color: #7a7a7a;
}

.side-barre ul.wp-block-categories {
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  margin: 0px;
}

.side-barre ul.wp-block-categories li {
  margin-right: 15px;
}

.side-barre ul.wp-block-categories li a {
  color: #000;
  text-decoration: none;
  height: 30px;
  box-sizing: border-box;
  border: #d9d9d9 1px solid;
  padding-top: 7.5px;
  padding-left: 25px;
  padding-right: 10px;
  background-image: url(../images/puce-rouge-li.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
  display: block;
  box-sizing: border-box;
}

.side-barre ul.wp-block-categories li a:hover {
  border: #d21216 1px solid;
  color: #fff;
  background-image: url(../images/puce-blanche-li.svg);
  background-color: #d21216;
}

section {
  background-color: #f5f5f5;
  color: #000;
  margin-top: 70px;
}

section .section-content {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-top: 120px;
  padding-bottom: 375px;
  background-image: url(../images/carte-grise.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}

section .section-content p.titre {
  font-size: 31px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 70px;
}

.section-content .liste-articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.section-content .liste-articles article {
  text-align: left;
}

.section-content .liste-articles article a.article-image {
  display: block;
  width: 100%;
  height: 290px;
  border: #bebebe 1px solid;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content .liste-articles article span {
  border: #bebebe 1px solid;
  border-radius: 3px;
  font-size: 15px;
  line-height: 15px;
  height: 30px;
  margin-top: 15px;
  display: inline-block;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding-top: 7.5px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-content .liste-articles article a {
  text-decoration: none;
  color: #000;
}

.section-content .liste-articles article a.suite {
  text-decoration: underline;
  color: #d21216;
}

.section-content .liste-articles article a.suite:hover {
  text-decoration: underline;
  color: #000;
}

.section-content .liste-articles article p {
  font-size: 23px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 576px) {
  body.single-post {
    padding-top: 60px;
  }

  .single-header-wrapper header {
    padding-top: 20px;
  }

  .single-header-wrapper header .ariane {
    margin-top: 10px;
  }

  .single-header-wrapper header .gauche {
    width: 100%;
  }

  .single-header-wrapper header .droite {
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}

.gutenberg.single-actus .contenu {
  width: 100%;
}

section .section-content {
     padding-top: 100px;
padding-bottom: 100px;
}

.section-content .liste-articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
}
