section.section-homeintroduction {
  background-image: url('/wp-content/themes/yatatheme/img/oiseau_introduction.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
section.section-homeintroduction h2 {
  font-size: 4rem;
  line-height: 5.6rem;
  margin-bottom: 20px;
}
section.section-homeintroduction p {
  color: #007751;
}
section.section-homeintroduction .colintro {
  margin-bottom: 10px;
}
section.section-homeintroduction .container {
  max-width: 784px;
}
section.section-homeintroduction img {
  height: 65px;
  display: block;
  margin-bottom: 15px;
}
section.section-homeintroduction span.nombre {
  font-size: 3.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  color: #007751;
  display: block;
}
section.section-homeintroduction span.intitule {
  font-family: 'Caveat', sans-serif;
  color: #007751;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
}
section.section-homeintroduction .colbouton {
  text-align: center;
}
section.section-homeintroduction .colbouton .bouton2 {
  margin-top: 40px;
  background-color: #fff;
  border-color: #FFF;
}
section.section-homeintroduction .colbouton .bouton2:hover {
  border-color: #007751;
  background-color: #007751;
}
@media (max-width: 991px) {
  section.section-homeintroduction {
    background-image: none;
  }
  section.section-homeintroduction h2 {
    font-size: 2.6rem;
    line-height: 1.1;
  }
  section.section-homeintroduction span.intitule {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  section.section-homeintroduction .element {
    display: none;
  }
  section.section-homeintroduction .colbouton .bouton2 {
    margin-top: 0;
  }
}
