@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

element.style {
    text-align: -webkit-center;
}
.yp-layout--default .yp-article-single__body h2 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .yp-container--prestations {
    min-height: 480px;
  }
  
  .yp-container--prestations:after {
    height:900px;
    top: -85%;
  }
}

.map-responsive {
  margin-top: 3rem;
  overflow:hidden;
  padding-bottom:30%;
  position:relative;
  height: 400px;
}
.map-responsive iframe {
 left:0;
 top:0;
 height:80%;
 width:100%;
 position:absolute;
}


.fa-file-invoice:before {
    content: "\f570";
    color: #c5d122;
}

.fa-phone:before {
    content: "\f095";
    color: #c5d122;
}

.fa-envelope:before {
    content: "\f0e0";
    color: #c5d122;
}

.fa-map-marker-alt:before {
    content: "\f3c5";
    color: #c5d122;
}



.yp-container--header {
  background-color: #a7005a;
}

.yp-row--header .yp-navbar__link, .yp-row--header .yp-navbar__toggler {
    padding: 0;
    background-color: #a7005a;
}


    .yp-col--header-3 .yp-tel {
        background-color: #c5d122;
        border: 1px solid var(--secondary-color);
        border-radius: 30px;
        color: white;
    }
}