#banner:after {
  opacity: 0.5;
}


*.tiles article.visible:before {
  opacity:0; /*masque l'écran*/
}

.image.center {
  margin: 0 0 1.25em 0;
  display: flex;
  flex-direction: column;
  top: 0.25em;
  max-width:80%;
  margin-left: auto;
  margin-right: auto;
}

.image.center img {
  margin-left: auto;
  margin-right: auto;
  max-width:100%;
}

/* .image.center {
  display: flex;
  justify-content: center;
  margin: 0 0 1.25em 1.5em;
}*/

.image .titre {
  text-align: center;
  font-size: 0.8em;
}


header.entete_colonne {
  margin-bottom: 2em;
}

  header.entete_colonne > :first-child {
    margin-bottom: 0;
    width: calc(100%);
  }

    header.entete_colonne > :first-child:after {
      content: '';
      background-color: #ffffff;
      display: block;
      height: 2px;
      margin: 0.325em 0 0.5em 0;
/*      width: 100%; */
    }

  header.entete_colonne > p {
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  @media screen and (max-width: 736px) {

		header.entete_colonne > p br {
			display: none;
		}

	}

/* Accessibilité */

  body.accessible {
    background: #ffffff;
    color: #000000;
  }

  #actualites.accessible {
    color: #000000;
    background: #ffffff;
  }

  #textes.accessible {
    color: #000000;
    background: #ffffff;
  }

  h1.accessible,   h2.accessible,
  h3.accessible,   h5.accessible,
  h4.accessible,   h6.accessible {
    color: #000000;
  }


.button.accessible {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  border-style: solid;
}
