/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2016, 12:43:08 PM
    Author     : marouane
*/


#footerContent{
    background: #e7ebec;
}

#footerContent row{
    width: 100%;
}

.headerFooter .container,#footerContent .container {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    max-width:none;
    font:Arial, Helvetica, sans-serif;
}
#footerContent .container {
    width: 100%;
}

.headerFooter .container-fluid{
    max-width:1170px!important;
}

#staffs .produit{
    background-color:transparent;
}


@media (min-width:768px) {
    .headerFooter .container {
        width:750px!important;
    }
}
@media (min-width:992px) {
    #footers .container {
        width:960px!important;
    }
    .headerFooter .container,#staffs .container {
        width:970px!important;
    }
}
@media (min-width:1200px) {
    
    #footers .container,#staffs .container{
        width:960px!important;
    }
    .headerFooter .container {
        width:1170px!important;
    }
}
