/* Menu pas en majuscules */

.nav__menu .menu-item .nav__link .nav__title {
  text-transform: none;
}

/* Agrandir le slogan */

.primary-navbar__wrapper .branding .header-tagline {
  font-style: italic;
  font-size: 13px;
  line-height: 14px;
}

/* Titres */

.entry-header .entry-title {
  font-weight: bold;
  font-size: 34px;
  color: #000000;
  text-align: center;
}

h2 {
  font-size: 30px;
  color: #29babe;
}

h3 {
  color: #4a0e95;
  font-size: 24px;
}

h4 {
  color: #300f99;
}

p {
  color: #000000;
}

/* Formulaires */

label {
  font-family: Open Sans;
  letter-spacing: 1px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border-width: 1px;
  border-style: solid;
  border-color: #29babe;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  border-width: 1px;
  border-color: #29babe;
}

.cf7ic_instructions {
  font-size: 14px;
}

.captcha-image label>input+svg {
  padding: 0px;
  margin: 10px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 5px;
}

.footer-skin-light .footer__wrapper #colophon {
  background-color: #29babe;
}

.footer-skin-light .footer__wrapper a {
  color: #000000;
}

.entry-title:not(.over-thumb) a {
  font-size: 24px;
}

section.post-related-articles>header .related-posts_title {
  text-transform: none;
}

h1 {
  text-align: center;
}

/*Couleur bouton*/
.wp-block-button__link.wp-element-button {
  background-color: #29babe;
}