.section-carteillustree {
  padding: 60px 0 188px;
  margin-bottom: -108px;
  background-color: #ffffff;
  -webkit-border-radius: 155px 155px 0 0;
  -moz-border-radius: 155px 155px 0 0;
  border-radius: 155px 155px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-carteillustree figure {
  margin: 0;
}
.section-carteillustree figure img {
  max-width: 100%;
}
.section-carteillustree .carteillustree__title {
  text-align: center;
  margin-bottom: 30px;
}
.section-carteillustree .carteillustree__title::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 27px auto 48px;
  height: 5px;
  background-color: #0578C0;
  background-image: -webkit-gradient(linear,left top,right top,from(#0578C0),to(#0578C0));
  background-image: -webkit-linear-gradient(left,#0578C0,#0578C0);
  background-image: -moz-linear-gradient(left,#0578C0,#0578C0);
  background-image: -ms-linear-gradient(left,#0578C0,#0578C0);
  background-image: -o-linear-gradient(left,#0578C0,#0578C0);
  background-color: transparent;
  background-size: 100%;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-carteillustree .carteillustree__bloc {
  position: relative;
}
.section-carteillustree .carteillustree__bloc .carteillustree__tache {
  z-index: 1;
  left: -32%;
  position: absolute;
  width: 126%;
  height: 100%;
  background-image: url('/wp-content/themes/yatatheme/img/tache-big.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte {
  z-index: 2;
  position: relative;
  background-color: #0A0F39;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 44px 38px;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte .boutPlein {
  margin-top: 12px;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte .boutPlein i {
  margin-left: 10px;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte h4 {
  margin-top: 50px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte p,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h1,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h2,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h3,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h4,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h5,
.section-carteillustree .carteillustree__bloc .carteillustree__texte h6 {
  color: #ffffff;
  padding: 0 20px 0 29px;
}
.section-carteillustree .carteillustree__bloc .carteillustree__texte p {
  font-size: 2rem;
}
@media (max-width: 1399px) {
  .section-carteillustree .carteillustree__carte {
    margin-top: 30px;
  }
  .section-carteillustree .carteillustree__carte figure {
    text-align: center;
  }
}
