.section-texteetimage-accueil {
  overflow: hidden;
}
.section-texteetimage-accueil .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-texteetimage-accueil .row > div h2 {
  font-size: 3.3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section-texteetimage-accueil .row > div h3 {
  letter-spacing: 6px;
  font-size: 2.8rem;
}
.section-texteetimage-accueil .row > div:last-child {
  justify-content: left;
}
.section-texteetimage-accueil .texteetimage-accueil__contenu {
  margin-top: 30px;
  width: 80%;
}
.section-texteetimage-accueil .texteetimage-accueil__contenu p {
  margin-bottom: 40px;
}
.section-texteetimage-accueil .bouton3 {
  width: 100% !important;
}
.section-texteetimage-accueil .bouton-occ {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid #00845A;
  color: #00845A;
  background: #ffffff;
  width: 100%;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 22px 10px;
  margin-top: 20px;
  display: flex;
}
.section-texteetimage-accueil .bouton-occ .croix-occ {
  display: block;
  width: 87px;
  height: 87px;
  background-image: url('/wp-content/themes/yatatheme/img/croix-occitane-vert.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 20px;
}
.section-texteetimage-accueil .bouton-occ__bloc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.section-texteetimage-accueil .bouton-occ__bloc .bouton-occ__titre {
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  border-bottom: 1px solid #00845A;
  line-height: 1.8;
  margin-bottom: 8px;
  padding: 10px 0;
}
.section-texteetimage-accueil .bouton-occ__bloc .bouton-occ__sstitre {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
.section-texteetimage-accueil .bouton-occ__bloc .bouton-occ__sstitre i {
  margin: 0 4px 0 10px;
}
.section-texteetimage-accueil .bouton-occ:hover {
  color: #ffffff;
  background: #00845A;
}
.section-texteetimage-accueil .bouton-occ:hover .croix-occ {
  filter: grayscale(1) brightness(10);
}
.section-texteetimage-accueil .bouton-occ:hover .bouton-occ__bloc .bouton-occ__titre {
  border-color: #ffffff;
}
.section-texteetimage-accueil figure {
  position: relative;
  margin-bottom: 0;
  width: 50vw;
  margin-left: -2vw;
}
.section-texteetimage-accueil img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  section.section-texteetimage-accueil .row {
    flex-direction: row-reverse;
  }
  section.section-texteetimage-accueil .row .colonne-texte {
    order: 2;
  }
  section.section-texteetimage-accueil .row .colonne-image {
    order: 1;
  }
  .section-texteetimage-accueil .texteetimage-accueil__contenu {
    width: 100%;
  }
  .section-texteetimage-accueil figure {
    width: auto;
    margin: 0 0 40px;
  }
}
