.planPage {
    padding:10px;
}

.planPage a, .planPage a:hover {
    color:#666666;
    text-decoration: none;
}

.blockCategorie {
    display:inline-block;
    font-size: 14px;
    margin : 5px;
    padding: 8px 25px 8px 25px;
    border : 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.planCategories > a, .planCategories > a:visited, .planCategories > a:hover {
    color: black;
    text-decoration: none;
}

.currentCategorie {
    background-color: #ff3366;
    color: white;
}

#paginationPlan, .row {
    font-size: 12px;
}

#paginationPlan {
    text-align: center;
}

.planPage .row {
    column-count: 3;
}

.planTitle {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-variant-caps: all-small-caps;
    color: #ff3366;
    font-weight: bold;
    padding-left: 20px;
}

.planPageTitre {
    width: 962px;
    height: 50px;
    padding-top: 15px;
    margin-bottom: 16px;
    text-align: center;
    color: #444;
    font-size: 12px;
    font-weight: 700;
    background-image: url(/assets/bundles/dgtmain/image/img_front/cadregris.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.planPageTitre h1 {
    display: inline;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0;
    color: #444;
    margin: 0;
    padding: 0;
    line-height: normal;
    text-align: center;
}

/*
Correctifs car Boostrap fait sauter des bouts de css pour cette page
 */
.footerReassuranceBlocMargin, .footerReassuranceBloc {
    height: 110px;
}

.footerReassurance a {
    text-decoration: none;
    cursor: pointer;
    color: inherit
}

.inscriptionNewsletterFooterCondition {
    font-size: 10px;
}

.inscriptionNewsletterFooterCondition a {
    color: inherit;
}

.inscriptionNewsletterFooterAsterisque {
    position: absolute;
    bottom: 0;
}

.inscriptionNewsletterFooter {
    height: 190px
}

.footerReassuranceBlocContent {
    line-height: 20px;
}

.planPage hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}