/*cadre entète*/

.header .header-inner .logo a {
  font-size: 6vh;
}

.header .header-inner .logo p {
  font-size: 3vh;
}

.header {
  color: #000000;
  background-color: #000000;
  opacity: 0.9;
}

.image.wp-image-74.attachment-thumbnail.size-thumbnail {
  margin: 0px;
  opacity: 1;
}

/*repositionner logo header sur affichage mobile*/
@media screen and (max-width: 680px) {
  .image.wp-image-118.attachment-full.size-full {
    margin-right: 85px;
	  margin-top: 5%;
  }
}


/*taille logo header*/
.image.wp-image-118.attachment-full.size-full {
  width: 155px;
}

/*texte présentation + articles (textes toutes pages)*/

article p {
  font-size: 20px;
  text-indent: 0px;
  text-align: justify;
  letter-spacing: 2px;
  line-height: 30px;
  color: #454545;
}

/* recadrer video references youtube - affichage mobile */

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* titre des pages */

h1.entry-title {
  color: #171616;
}