/* Mise en forme du bandeau de résumé des prestations */

.abstract-banner {
    background-image: url("/pictures/abstract-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    text-align: center;
}

.abstract-banner span.stars {
    padding-top: 15px; 
    padding-bottom: 15px;
}

.abstract-banner span i.fa-star-of-life {
    margin-left: 5px;
    margin-right: 5px;
}

.abstract-banner .min-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #c40b95; 
}

.abstract-banner .free-equipments {
    margin-top: 15px;
    margin-bottom: 15px;
}

.abstract-banner .free-equipments span {
    margin-top: 5px;
    margin-bottom: 5px;
    min-width: 150px;
    padding-top: 10px; 
    padding-bottom: 10px;
    background-color: #0076d0; 
    color: #fff;
}

.abstract-banner .free-equipments span i {
    margin-bottom: 5px; 
}

.abstract-banner button {
    margin-top: 20px;
    width: 90%;
    max-width: 300px;
    font-size: 0.9em;
    background-color: #c40b95;
    color: #fff;
}

.abstract-banner button:hover {
    background-color: #a20b73;
    color: #fff;
}

@media (min-width:576px) {

    .abstract-banner .min-price {
        font-size: 1.5em;
    }
      
}

@media (min-width:768px) {

}

@media (min-width:992px) {   
    
    .abstract-banner button {
        margin-top: 80px;
        margin-bottom: 40px;
    }
 
}

@media (min-width:1200px) {


    
}