/* --------------------------------- PROMOS --------------------------------*/
.promo
{
    background-image: url(../../../medias/images/headers/prestations_individuals.jpg);
    background-position: center center;
}
/* --------------------------------- PROMOS --------------------------------*/
/* ------------------------------- PRESTATIONS -----------------------------*/
#prestations
{
    padding-bottom: 80px;
    padding-top: 50px;
}

#prestations p,
#prestations ul
{
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 0px;
    text-align: justify;
    width: 80%;
}

#prestations p
{
    margin-top: 25px;
}

#prestations p:first-child
{
    margin-top: 0px;
}

#prestations ul
{
    margin-top: 8px;
}

#prestations ul li
{
    margin-bottom: 5px;
    margin-left: 40px;
}

#prestations p.pdf_link
{
    text-align: center;
}
/* ------------------------------- PRESTATIONS -----------------------------*/
/* --------------------------- RESPONSIVE STYLES ---------------------------*/
@media only screen and (max-width: 800px)
{
}

@media only screen and (max-width: 600px)
{
}

@media only screen and (max-width: 400px)
{
}
/* --------------------------- RESPONSIVE STYLES ---------------------------*/