.frontpage_square {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background: #fff;
    bottom: -2rem;
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgb(26 26 26 / 5%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    z-index: 99;
}

.frontpage_square img {
    position: absolute;
    padding: 10%;
    max-width: 90%;
}

.header-infos{
    position: relative;
    bottom: -2rem;
    z-index: 99;
}

.header-infos .socialMedia{
    display: inline-block;
}
.ec_heroSubheading{
    color: #fff !important;
    text-shadow: 1px 1px 2px #000000 !important;
}

.action span{
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: inherit;
}
.btn-primary{
    background-color: #ff9b04;
    border-radius: 30px;
    color: #fff !important;
    padding: 0.75rem;
    box-shadow: 0px 2px 10px rgb(26 26 26 / 5%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.btn-external{
    background: none;
    border-radius: 30px;
    border: 1px solid;
    border-color: #fff;
    color: #fff !important;
    padding: 0.75rem;
    box-shadow: 0px 2px 10px rgb(26 26 26 / 5%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.btn-sm{
    background-color: #fff;
    border-radius: 15px;
    color: #000 !important;
    width: 44px;
    display: inline-block;
    font-size: 1.5rem;
    text-align: center;
    box-shadow: 0px 2px 10px rgb(26 26 26 / 5%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.ec_contact .icon{
    position: absolute;
    top: -30px;
    left: -20px;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 8px;
    padding-top: 7%;
    box-shadow: 0px 2px 10px rgb(26 26 26 / 5%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;

}

.ec_contact img{
    height: auto;
}

.provider.profits p{
    background: rgba(255, 155, 4, 0.1);
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
    margin-bottom: 1rem;
}

ul.provider.infos {
    padding-left: 2rem;
    margin-top: 2rem;
}

ul.provider.infos i{
    margin-left: -2rem;
    width: 2rem;
}

ul.provider.infos li {
    padding-bottom: 1rem;
}

.offer .fa-star{
    color: #ff9b04;
}
.offer a{
    color: #000;
}

.offer.border{
    border-color: #f3f3f3 !important;
}

.modal-body img{
    max-width: 100%;
    height: auto;
}

#providerGallery iframe{
    max-width: 100%;
}

.cookieconsent-optin, .cookieconsent-optout-preferences, .cookieconsent-optout-statistics, .cookieconsent-optin-marketing {
position: relative;
z-index: 9;
top: 0;
width: 100%;
}

#headerOverlay{
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C */
    width: 100%;
    position: absolute;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .header-infos{
        position: relative;
        bottom: -100px;
    }
    .frontpage_square{
        bottom: -5rem;
    }
    #providerHeader .action{
        margin-top:40px;
    }
}

@media (max-width: 768px) {
    h1{
        font-size: 1.5rem;
    }
    #providerHeader .action{
        height:240px;
    }
}

@media (min-width: 992px) {
    .header-infos{
        position: relative;
        bottom: -200px;
    }
    .frontpage_square{
        bottom: -10rem;
    }
}