@import "header-small.css";
@import "header-big.css";
@import "tuiles-3.css";
@import "footer.css";
@import "slider.css";
@import "article.css";


/* FRONTEND CSS
*********************************************/
/*

orange -> #f25521
gris -> #353535
blanc -> #d7d7d7

*/
body {
    background: #e9e9e9;
}

a {
    color: #f25521;
}

a, p, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    color: #353535;
}



.dark {
    background: #353535;
}

.light-grey {
    background: #6b6b6b;
}

.contenu-plus .partenaires img {
    max-width: 200px;
}


h2{
    color: #f25521;
}

.service a{
    display: inline-block;
}

.service .card-action {
    padding: 5px 0 5px 20px;
    z-index: 2;
    min-height: 54px;
}



.border-orange{
    border: 3px solid #f25521;
    float: left;
}


img{
    max-width: 100%;
}
