.bg-produits{
    background-image: url(../images/bg-produits.jpg);
}
.bg-intervetion h1{
    margin-top: 230px;
}
.btn-intervention{
    margin-bottom:300px;
}
h3{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
}
h4{
    font-size: 30px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    margin-top: 50px;
}

h4 span {
    background-color: white;
    padding-right: 30px;
}

h4:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid black;
    z-index: -1;
}

.produit{
    margin-bottom: 30px;
}
h5{
    color: #5997a7;
    font-size: 18px;
    font-weight: 900;
    height: 19px;
    overflow: hidden;
}

.p_prix{
    font-size: 18px;
    font-weight: 900;
    background-color: #5997a7;
    width: 125px;
    color: #fff;
    text-align: center;
    padding:8px 0;
}

.p_prix sup{
    font-size:12px;
    top:-0.5em;
    margin-left:5px;
    font-weight: 400;
}

.p_image{
    border: 1px solid #5997a7;
    padding: 10px;
    height:210px;
    text-align: center;
    position: relative;
}

.p_image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.p_nom{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 900;
    color: #5997a7;
    height: 25px;
    overflow: hidden;
}

.p_description{
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}

.btn-commande{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    background: transparent;
    padding: 6px 10px;



    margin-top: 10px;
}

.btn-commande i{
    height: 10px;

    margin-right: 5px;
}

.btn-commande, .btn-commande:active, .btn-commande:focus, .btn-commande:hover{
    background: transparent;
    background-color: white!important;
    border: 2px solid #5997a7;
    color: #5997a7;
}