/* MAJ du 11/04/25 > Duplication du block actualités */

.node--type-edito .actu-date {
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.node--type-edito > .node__content .actu-content {
  width: 100%;
}

.node--type-edito > .node__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .block-edito .view-header:before {
    width: 35%;
  }
  .block-edito .view-header:after {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .node--type-edito #main-wrapper .field--type-image img {
    display: block;
    margin: auto;
  }
  .node--type-edito #main-wrapper {
    max-width: 850px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

#block-cw-sass-bs4-content > div > article > header > div.node__meta {
  display: none;
}

/* MAJ du 05/06/25 */

.node--type-newsletter .actu-date {
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1em;
    letter-spacing: 0.08em;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.node--type-newsletter > .node__content .actu-content {
    width: 100%;
} 

.node--type-newsletter > .node__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
	.block-newsletter .view-header:before {
		width: 35%;
	}
	.block-newsletter .view-header:after {
		width: 35%;
	}
}

@media (min-width: 992px) {
    .node--type-newsletter #main-wrapper .field--type-image img {
        display: block;
        margin: auto;
    } 
	.node--type-newsletter #main-wrapper {
		max-width: 850px;
		padding-right: 15px;
		padding-left: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}