.block-recettes{
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
}

.block-recettes .block{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 2% 0 2%;
  padding:0 3% 0 3%;
}

.block-recettes .block .illustration{
  position: relative;
  width: 100%;
  /*border-radius: 350px 350px 0 0;
  border-top-color:#efc137;
  border-left-color:#efc137;
  border-right-color:#efc137;
  border-width: 10px;
  border-style: solid;
  border-bottom-color:white;*/
}


.block-recettes .block .illustration .fond-rond-jaune{
  position: relative;
  width: 100%;
  height:100%;
}
.block-recettes .block .illustration .fond-rond-jaune img{
  display: inline-block;
  width: 100%;
  height:auto;
}

.block-recettes .block .illustration .inner{
  position:absolute;
  bottom:0px;
  top:auto;
  left:0px;
  height:89%;

  width: 100%;
  text-align: center;

  margin: 0 auto;
}

.block-recettes .block .illustration .inner {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 40px;
  width: 88%;
  height: auto;
  background: #1e4a63;
  bottom: 0;
  top: 10%;
  left: 6%;
  aspect-ratio: 1.95;
  border-radius: 300px 300px 0 0;
}

.block-recettes .block .illustration .inner img{
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 15%;
}

.block-recettes .block .texte{
  font-family: 'HelveticaNeuBold', sans-serif;
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.block-recettes .block h3{
  color:#70cbd0;
  font-size:1.4em;
}

.block-recettes .block p{
  color:#1e4a63;
  font-size:1.2em;
  line-height: 1.3em;
}

.block-recettes .block .wrap-buttons{
  width: 87%;
  margin: 0 auto;
  margin-top:5%;
  text-align: left;
}
.block-recettes .block .wrap-buttons a p{
  color:#ffffff;
  font-size:0.9em;
  line-height: 0.9em;
}

@media screen and (max-width: 1024px) {
  .block-recettes .block p {
    color: #1e4a63;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .block-recettes .block h3 {
    color: #70cbd0;
    font-size: 1.2em;
  }
}


@media screen and (max-width: 800px) {

  .block-recettes .block {
    display: block;
    vertical-align: top;
    width: 80%;

    margin: 0 2% 0 2%;
    margin: 0 auto;
    margin-bottom: 10%;
    margin-top: 20%;
    padding: 0 3% 0 3%;
  }
}

@media screen and (max-width: 500px) {
  .block-recettes .block p {
    color: #1e4a63;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .block-recettes .block h3 {
    color: #70cbd0;
    font-size: 1.2em;
  }
}
