﻿/* MAIN CONTENT */
#Content h1 {
    font: 36px/45px 'StRyde', helvetica, arial, sans-serif;
}

.Content_Container {
    padding: 30px 0 0 30px;
    font: 14px/21px 'Open Sans', helvetica, arial, sans-serif;
}

    .Content_Container h1, .Content_Container h2, .Content_Container h3 {
        color: #283644;
        margin: 0 !important;
    }

    .Content_Container h1 {
        padding-bottom: 9px;
        margin-bottom: 30px !important;
        border-bottom: 1px solid #dbe2e8;
    }

    .Content_Container h2:not(.sfnewsTitle):not(.sfeventTitle) {
        font: 24px/30px 'Open Sans', helvetica, arial, sans-serif !important;
        color: #283644 !important;
        margin: 0 !important;
    }

    .Content_Container h3 {
        font: 16px/20px 'Open Sans', helvetica, arial, sans-serif;
        border-bottom: none !important;
        color: #283644 !important;
    }

    .Content_Container h4 {
        font: 18px/22px 'Open Sans', helvetica, arial, sans-serif;
        border-bottom: none !important;
    }

    .Content_Container h4, .Content_Container h5, .Content_Container h6 {
        margin: 30px 0 10px;
    }

    .Content_Container p {
        margin: 0 0 20px 0;
        font: 14px/21px 'Open Sans', helvetica, arial, sans-serif;
        color: #283644;
    }

    .Content_Container a, .link {
        color: #03acc4 !important;
        text-decoration: none;
        cursor: pointer;
    }


        .Content_Container a:hover {
            color: #54677B !important;
        }

        .Content_Container a.btnThick {
            color: #FFF !important;
        }

    .Content_Container strong {
        font-weight: 600;
        font-family: 'Open Sans', arial, sans-serif;
    }

    .Content_Container table.NoStyle td {
        padding: 2px 5px;
    }

    .Content_Container table:not(.NoStyle):not(.mise-en-page) {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        margin-bottom: 9px;
    }

        .Content_Container table:not(.NoStyle):not(.mise-en-page) > tbody > tr > td,
        .Content_Container table:not(.NoStyle):not(.mise-en-page) > tr > td {
            border: 1px solid #dbe2e8 !important;
            padding: 10px !important;
            vertical-align: top;
            font: 13px/20px 'Open Sans', helvetica, arial, sans-serif;
        }

        .Content_Container table:not(.NoStyle):not(.mise-en-page) > tbody > tr:nth-child(odd),
        .Content_Container table:not(.NoStyle):not(.mise-en-page) > tr:nth-child(odd) {
            background: #eff3f7;
        }

        .Content_Container table:not(.NoStyle):not(.mise-en-page) th {
            padding: 10px !important;
            background: #54677b;
            border-bottom: 1px solid #dbe2e8;
            border-left: 1px solid #54677B !important;
            font: 14px/21px 'Open Sans', helvetica, arial, sans-serif;
            color: #fff;
            text-align: left;
            vertical-align: top;
        }

    .Content_Container p a, .Content_Container li:not(.rsmItem) a, .Content_Container td a {
        font-family: 'Open Sans', helvetica, arial, sans-serif;
        font-weight: 600;
    }

    .Content_Container ul, .Content_Container ul ul {
        margin: 10px 0 20px;
    }

    .Content_Container ul {
        list-style: none !important;
        list-style-image: none;
        padding: 0;
        margin: 0;
        padding-left: 20px;
    }

        .Content_Container ul li:not(.rsmItem):before {
            content: "•";
            font-size: 19pt; /* or whatever */
            padding-right: 5px;
            font-family: Arial !important;
            position: absolute;
            left: -20px;
            color: #58626b;
            top: 2px;
        }

    .Content_Container li:not(.rsmItem) {
        margin: 0 0 10px 0;
        font: 14px/21px 'Open Sans', helvetica, arial, sans-serif;
        color: #283644;
        padding: 0 !important;
        position: relative;
    }

    .Content_Container ul li:not(.rsmItem) {
        padding: 0 0 0 15px;
    }

    .Content_Container table.mise-en-page {
        margin: 0;
        border: none;
    }

        .Content_Container table.mise-en-page tr {
            background: inherit;
        }

        .Content_Container table.mise-en-page td {
            border: none !important;
            padding: 0 !important;
        }



.personnel th, .personnel td {
    width: 425px;
}

    .personnel th + th, .personnel td + td {
        width: 200px;
    }


/* FRAMEBOX */
.framedBox {
    padding: 30px 30px 4px;
    margin-bottom: 24px;
    background: #eff3f7;
    border: 1px solid #dbe2e8;
}

    .framedBox p {
        position: relative;
        padding: 10px 0 21px;
    }

        .framedBox p:before {
            content: " ";
            position: absolute;
            display: block;
            width: 21px;
            height: 5px;
            top: 0;
            left: 0;
            background: #03acc4;
        }

/* BREADCRUMB */
.sfBreadcrumbWrp {
    font: 13px/17px 'Open Sans', helvetica, arial, sans-serif;
    margin-left: -10px !important;
}

    .sfBreadcrumbWrp .sfNoBreadcrumbNavigation .rsmLink {
        color: #75787b !important;
    }

    .sfBreadcrumbWrp .rsmLink:hover {
        background-color: transparent !important;
        background-image: none !important;
    }

    .sfBreadcrumbWrp .sfBreadcrumbNavigation a.rsmLink {
        color: #002855 !important;
        text-decoration: none !important;
    }

/* BOX REGION */
.box-region * {
    font-size: 11px !important;
}

.box-region h3, .box-region h3 a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px !important;
    padding: 0 !important;
}

.box-region {
    background: #EFF3F7;
    float: left;
    margin: 0 0 20px 0;
    width: 325px;
}

    .box-region.espace {
        margin-left: 15px;
    }

    .box-region img.photo {
        float: left;
        margin: 6px 7px;
    }

    .box-region td {
        background: #54677B;
        width: 317px;
    }

    .box-region .txt {
        height: 130px;
        overflow: hidden;
        padding: 10px 10px 10px 6px;
    }

    .box-region p {
        margin-bottom: 10px;
    }

.Content input[type='submit'],
.Content input[type="reset"],
.Content .bouton a {
    float: right;
}

.Content {
    font: 14px/21px 'Open Sans', helvetica, arial, sans-serif;
}

.alinea {
    padding-left: 15%;
}

.FailedColor {
    color: #e70610;
    font-weight: 100;
    text-align: center;
    padding: 10px;
}

.SuccessColor {
    color: #49b549;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.clear30Bottom {
    margin-bottom: 30px !important;
}

.clear10Bottom {
    margin-bottom: 10px !important;
}








/* ACCUEIL */
.homeSavoir {
    background: #54677b;
    padding: 46px 0 64px;
}

    .homeSavoir h2 {
        width: 570px;
        margin: 0 auto 42px;
        color: #fff;
        font: 36px/42px "StRyde", helvetica, arial, sans-serif;
        text-align: center;
        font-size: 36px !important;
        font-weight: normal !important;
    }

        .homeSavoir h2:after {
            content: " ";
            display: block;
            width: 38px;
            height: 3px;
            background: #fff;
            margin: 13px auto 0;
        }

    .homeSavoir li {
        float: left;
        margin-left: 126px;
        list-style-type: none;
        font-weight: bold;
    }

        .homeSavoir li:first-child {
            margin-left: 0;
        }

    .homeSavoir a {
        position: relative;
        display: block;
        width: 150px;
        padding-top: 115px;
        font: 16px/20px "Open Sans", helvetica, arial, sans-serif;
        text-align: center;
        color: #fff !important;
        font-weight: bold !important;
    }

        .homeSavoir a:hover {
            color: #05c3de !important;
        }

        .homeSavoir a:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -43px -94px;
        }

        .homeSavoir a:hover:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -50px -94px;
        }

    .homeSavoir .commencer:before {
        content: " ";
        display: block;
        position: absolute;
        width: 82px;
        height: 81px;
        left: 34px;
        top: 9px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -121px;
    }

    .homeSavoir .commencer:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 82px;
        height: 81px;
        left: 34px;
        top: 9px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -84px -121px;
    }

    .homeSavoir .conseils:before {
        content: " ";
        display: block;
        position: absolute;
        width: 91px;
        height: 91px;
        left: 30px;
        top: 0;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -204px;
    }

    .homeSavoir .conseils:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 91px;
        height: 91px;
        left: 30px;
        top: 0;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -93px -204px;
    }

    .homeSavoir .trouver:before {
        content: " ";
        display: block;
        position: absolute;
        width: 88px;
        height: 88px;
        left: 31px;
        top: 3px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -297px;
    }

    .homeSavoir .trouver:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 88px;
        height: 88px;
        left: 31px;
        top: 3px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -90px -297px;
    }

    .homeSavoir .devenir:before {
        content: " ";
        display: block;
        position: absolute;
        width: 82px;
        height: 84px;
        left: 34px;
        top: 7px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -387px;
    }

    .homeSavoir .devenir:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 82px;
        height: 84px;
        left: 34px;
        top: 7px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -84px -387px;
    }



.homePlanificateur {
    padding: 61px 0 48px;
    background: #eff3f7;
}

    .homePlanificateur .clearfix {
        width: 988px;
        margin: 0 auto;
    }

    .homePlanificateur h2 {
        margin-bottom: 46px;
        font: 36px/36px "StRyde", helvetica, arial, sans-serif;
        text-align: center;
        font-size: 36px !important;
        font-weight: normal !important;
    }

        .homePlanificateur h2 span {
            display: block;
            margin-bottom: 12px;
            font: 18px/18px "Open Sans", helvetica, arial, sans-serif !important;
        }

        .homePlanificateur h2:after {
            content: " ";
            display: block;
            width: 38px;
            height: 3px;
            background: #283644;
            margin: 14px auto 0;
        }

    .homePlanificateur p {
        margin-bottom: 37px !important;
        font: 24px/24px "Open Sans", helvetica, arial, sans-serif;
        text-align: center;
    }

    .homePlanificateur li {
        float: left;
        height: 186px;
        border-right: 1px solid #dbdfe4;
        list-style-type: none;
    }

        .homePlanificateur li:first-child {
            border-left: 1px solid #dbdfe4;
        }

    .homePlanificateur a {
        position: relative;
        display: block;
        width: 120px;
        padding-top: 111px;
        margin: 0 10px;
        font: 16px/21px "Open Sans", helvetica, arial, sans-serif;
        color: #002855 !important;
        text-align: center;
        font-weight: bold !important;
    }

        .homePlanificateur a:hover {
            color: #54677b !important;
        }

        .homePlanificateur a:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -50px -94px;
        }

        .homePlanificateur a:hover:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -57px -94px;
        }

    .homePlanificateur .legaux:before {
        content: " ";
        display: block;
        position: absolute;
        width: 78px;
        height: 69px;
        left: 21px;
        top: 21px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -473px;
    }

    .homePlanificateur .legaux:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 78px;
        height: 69px;
        left: 21px;
        top: 21px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -80px -473px;
    }

    .homePlanificateur .placements:before {
        content: " ";
        display: block;
        position: absolute;
        width: 67px;
        height: 78px;
        left: 26px;
        top: 11px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -544px;
    }

    .homePlanificateur .placements:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 67px;
        height: 78px;
        left: 26px;
        top: 11px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -69px -544px;
    }

    .homePlanificateur .assurances:before {
        content: " ";
        display: block;
        position: absolute;
        width: 90px;
        height: 77px;
        left: 16px;
        top: 13px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -782px;
    }

    .homePlanificateur .assurances:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 90px;
        height: 77px;
        left: 16px;
        top: 13px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -92px -782px;
    }

    .homePlanificateur .retraite:before {
        content: " ";
        display: block;
        position: absolute;
        width: 69px;
        height: 77px;
        left: 25px;
        top: 12px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -624px;
    }

    .homePlanificateur .retraite:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 69px;
        height: 77px;
        left: 25px;
        top: 12px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -71px -624px;
    }

    .homePlanificateur .finances:before {
        content: " ";
        display: block;
        position: absolute;
        width: 92px;
        height: 72px;
        left: 14px;
        top: 21px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -861px;
    }

    .homePlanificateur .finances:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 92px;
        height: 72px;
        left: 14px;
        top: 21px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -94px -861px;
    }

    .homePlanificateur .succession:before {
        content: " ";
        display: block;
        position: absolute;
        width: 100px;
        height: 74px;
        left: 10px;
        top: 22px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -935px;
    }

    .homePlanificateur .succession:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 100px;
        height: 74px;
        left: 10px;
        top: 22px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -102px -935px;
    }

    .homePlanificateur .fiscalite:before {
        content: " ";
        display: block;
        position: absolute;
        width: 55px;
        height: 77px;
        left: 32px;
        top: 13px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -703px;
    }

    .homePlanificateur .fiscalite:hover:before {
        content: " ";
        display: block;
        position: absolute;
        width: 55px;
        height: 77px;
        left: 32px;
        top: 13px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -57px -703px;
    }

.homeTripleColumn {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

    .homeTripleColumn h2:not(.sfeventTitle) {
        margin: auto !important;
        margin-bottom: 43px !important;
        font: 36px/40px "StRyde", helvetica, arial, sans-serif;
        font-size: 36px !important;
        font-weight: normal !important;
    }

    .homeTripleColumn .sf_colsOut .sf_colsOut {
        padding: 16px 45px 0;
        min-height: 400px;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        box-sizing: border-box;
    }

    .homeTripleColumn .sfeventMetaInfo {
        display: none;
    }

    .homeTripleColumn .sf_3cols_2_34 {
        border-left: 1px solid #dbe2e8;
        border-right: 1px solid #dbe2e8;
    }

.resourcesHome {
    float: left;
    width: 325px;
    padding: 0;
}

    .resourcesHome h2 {
        margin-left: 42px;
    }

    .resourcesHome li {
        float: left;
        margin: 0 0 28px 0;
        list-style-type: none;
    }

    .resourcesHome ul {
        padding-left: 0px !important;
    }

    .resourcesHome li.left {
        margin-left: 0px;
    }

    .resourcesHome li.right {
        margin-left: 56px;
    }

    .resourcesHome li.bottom {
        margin-bottom: 0;
        height: 42px;
    }

    .resourcesHome a {
        position: relative;
        display: block;
        width: 110px;
        height: 63px;
        padding-top: 74px;
        font: 14px/21px "Open Sans", helvetica, arial, sans-serif;
        text-align: center;
        color: #002855 !important;
        font-weight: bold !important;
    }

        .resourcesHome a:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -50px -94px;
        }

        .resourcesHome a:hover {
            color: #54677b !important;
        }

            .resourcesHome a:hover:after {
                content: " ";
                display: inline-block;
                width: 5px;
                height: 10px;
                margin-left: 9px;
                background: url(/Assets/Styles/images/sprite.png) no-repeat -57px -94px;
            }

    .resourcesHome .resourceTrouver:before {
        content: " ";
        position: absolute;
        display: block;
        width: 58px;
        height: 59px;
        top: 1px;
        left: 26px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -142px -656px;
    }

    .resourcesHome .resourceTrouver:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 58px;
        height: 59px;
        top: 1px;
        left: 26px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -142px -717px;
    }

    .resourcesHome .resourceOutils:before {
        content: " ";
        position: absolute;
        display: block;
        width: 55px;
        height: 54px;
        top: 5px;
        left: 27px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -138px -544px;
    }

    .resourcesHome .resourceOutils:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 55px;
        height: 54px;
        top: 5px;
        left: 27px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -142px -600px;
    }

    .resourcesHome .resourceAchats:before {
        content: " ";
        position: absolute;
        display: block;
        width: 67px;
        height: 50px;
        top: 13px;
        left: 24px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -1011px;
    }

    .resourcesHome .resourceAchats:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 67px;
        height: 50px;
        top: 13px;
        left: 24px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -69px -1011px;
    }

    .resourcesHome .resourceSites:before {
        content: " ";
        position: absolute;
        display: block;
        width: 59px;
        height: 58px;
        top: 4px;
        left: 26px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat 0 -1063px;
    }

    .resourcesHome .resourceSites:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 59px;
        height: 58px;
        top: 4px;
        left: 26px;
        background: url(/Assets/Styles/images/sprite.png) no-repeat -61px -1063px;
    }




.newsHome li {
    position: relative;
    padding: 10px 0 21px;
}

    .newsHome li:before {
        content: " ";
        position: absolute;
        width: 21px;
        height: 5px;
        top: 0;
        left: 0;
        background: #03acc4;
    }

    .newsHome li a {
        font: 14px/21px "Open Sans", helvetica, arial, sans-serif;
        color: #002855;
    }

        .newsHome li a:hover {
            color: #54677b;
        }

            .newsHome li a:hover:after {
                background: url(/Assets/Styles/images/sprite.png) no-repeat -57px -94px;
            }

        .newsHome li a:after {
            content: " ";
            display: inline-block;
            width: 5px;
            height: 10px;
            margin-left: 9px;
            background: url(/Assets/Styles/images/sprite.png) no-repeat -50px -94px;
        }

.framedBox.home {
    background: #eff3f7 url(/images/default-source/default-album/home_planificateur.jpg?Status=Temp&sfvrsn=2) no-repeat right bottom
}

    .framedBox.home a {
        text-decoration: none;
        color: #03acc4;
    }

        .framedBox.home a:hover {
            color: #54677b;
        }

.framedBox h2 {
    font: 36px/40px "StRyde", helvetica, arial, sans-serif;
    font-size: 36px !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 11px 0 43px
}


.Partenaire a,
.partenaires a {
    min-width: 24%;
    display: inline-block;
    vertical-align: top;
}

.Partenaire h2,
.partenaires h2 {
    font: 24px/30px "Open Sans", helvetica, arial, sans-serif;
    font-size: 24px !important;
    font-weight: normal !important;
}

.Partenaire,
.partenaires {
    margin-bottom: 50px !important;
}

    .partenaires a {
        vertical-align: middle;
    }

hr {
    background-color: #e0e0e1;
    height: 1px;
    border: none;
    margin-bottom: 20px;
}











.resourcesHome.left-small-style {
    width: 291px;
}

    .resourcesHome.left-small-style h2 {
        margin-left: 0;
    }

    .resourcesHome.left-small-style li, .resourcesHome.left-small-style li.left, .resourcesHome.left-small-style li.right {
        float: none;
        margin: 0;
    }

        .resourcesHome.left-small-style li a {
            padding-top: 4px;
            padding-left: 70px;
            min-height: 40px;
            width: 170px;
            text-align: left;
        }
    /*.resourcesHome.left-small-style li a br, .resourcesHome.left-small-style li a span  {display: none;}*/
    .resourcesHome.left-small-style a.resourceTrouver:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: 1px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1265px;
    }

    .resourcesHome.left-small-style a.resourceTrouver:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: 1px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1301px;
    }

    .resourcesHome.left-small-style a.resourceOutils:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: 5px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1338px;
    }

    .resourcesHome.left-small-style a.resourceOutils:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: 5px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1373px;
    }

    .resourcesHome.left-small-style a.resourceAchats:before {
        content: " ";
        position: absolute;
        display: block;
        width: 39px;
        height: 31px;
        top: 0px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -166px -1408px;
    }

    .resourcesHome.left-small-style a.resourceAchats:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 39px;
        height: 31px;
        top: 0px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -166px -1438px;
    }

    .resourcesHome.left-small-style a.resourceSites:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: -7px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1470px;
    }

    .resourcesHome.left-small-style a.resourceSites:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 37px;
        top: -7px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1505px;
    }

    .resourcesHome.left-small-style a.resourceChronique:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 40px;
        top: 4px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1029px;
    }

    .resourcesHome.left-small-style a.resourceChronique:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 35px;
        height: 40px;
        top: 4px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -170px -1073px;
    }

    .resourcesHome.left-small-style a.resourcePresse:before {
        content: " ";
        position: absolute;
        display: block;
        width: 38px;
        height: 34px;
        top: -4px;
        left: 20px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -167px -1121px;
    }

    .resourcesHome.left-small-style a.resourcePresse:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 38px;
        height: 34px;
        top: -4px;
        left: 20px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -167px -1156px
    }

    .resourcesHome.left-small-style a.resourceFormulaire:before {
        content: " ";
        position: absolute;
        display: block;
        width: 30px;
        height: 34px;
        top: 0px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -174px -1191px;
    }

    .resourcesHome.left-small-style a.resourceFormulaire:hover:before {
        content: " ";
        position: absolute;
        display: block;
        width: 30px;
        height: 34px;
        top: 0px;
        left: 22px;
        background: url(/Assets/Styles/Images/sprite.png) no-repeat -174px -1228px;
    }

    .resourcesHome.left-small-style a:after {
        display: none;
    }



.PaymentSummary {
    width: 100%;
}

    .PaymentSummary td:first-child {
        border-right: 1px solid #54677B;
    }

    .PaymentSummary td {
        vertical-align: top;
        padding: 15px !important;
        min-width: 49.5%;
        width: 49.5%;
        max-width: 49.5%;
    }

.tooltipText {
    font-size: smaller;
}

h2.Underlined {
    padding-bottom: 9px !important;
    border-bottom: 1px solid #dbe2e8 !important;
    margin-bottom: 15px !important;
}



.sfeventTitle, .sfeventMetaInfo, .sfnewsTitle, .sfnewsMetaInfo {
    display: inline-block;
}

    .sfeventMetaInfo strong, .sfnewsMetaInfo strong {
        display: none;
    }



.mise-en-page p, .mise-en-page td {
    color: inherit;
    font: inherit;
    line-height: initial;
    font-family: inherit;
    font-weight: inherit;
}

.mise-en-page strong {
    font-family: inherit;
    font-weight: bold;
}

.mise-en-page a span {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: initial;
}



.TableSelection tr:hover td {
    background-color: #03acc4 !important;
    cursor: pointer !important;
    color: #FFF !important;
    /*font-weight: bold !important;*/
}



/*TOPMENUREFERENCE*/

.TopMenuReference a {
    display: block !important;
    /*padding: 0px !important;*/
    text-align: left !important;
    font: 11px/18px "Open Sans", helvetica, arial, sans-serif;
    padding: 5px 5px !important;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px !important;
    line-height: 41px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    padding-top: 2px !important;
}

.TopMenuReference .k-i-arrow-s {
    margin: 0 !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    font-size: 18px;
    line-height: 50px;
    padding: 0 !important;
    padding-left: 10px !important;
    margin-top: -4px !important;
}

    .TopMenuReference .k-i-arrow-s:after {
        content: "\f0eb" !important;
        font-family: fontawesome;
    }

    .TopMenuReference .k-i-arrow-s:before {
        content: none !important;
    }

.TopMenuReference li,
.TopMenuReference ul,
.TopMenuReference a {
    border: none !important;
    width: 415px !important;
}

.TopMenuReference .k-menu > .k-first > a > .itmDescription {
    display: none;
}

.TopMenuReference .k-menu > .k-first > a:hover {
    border-bottom: 0px !important;
    border-right: 0px !important;
    background: transparent;
}

.TopMenuReference ul {
    border: none !important;
    background-color: transparent !important;
}

    .TopMenuReference ul li ul li {
        background-color: #FFF;
    }

    .TopMenuReference ul li ul {
        border: 1px solid #e2e3e3 !important;
        border-top: none !important;
    }

    .TopMenuReference ul li a {
        color: #FFF !important;
        font-size: 18px !important;
    }

    .TopMenuReference ul li ul li a {
        color: #283644 !important;
        font-size: 20px !important;
        height: 56px !important;
        line-height: 25px !important;
        min-height: 56px !important;
        max-height: 56px !important;
        border-bottom: 1px solid #e2e3e3 !important;
    }

.TopMenuReference .itmDescription {
    color: #283644 !important;
    font-size: 14px !important;
    max-width: 100% !important;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.TopMenuReference {
    text-align: left;
    float: left;
    padding-left: 15px;
}



/* FULLSCREEN */
.fullscreencontainer {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
}

    .fullscreencontainer .fullscreenbox {
        background-color: #FFF;
        width: 800px;
        min-width: 800px;
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -400px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .fullscreencontainer .fullscreenbox .fullscreencontent {
            overflow-x: hidden;
            overflow-y: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 20px;
        }

        .fullscreencontainer .fullscreenbox .close:before {
            content: '\f00d';
            font-family: fontawesome;
        }

        .fullscreencontainer .fullscreenbox .close {
            position: absolute;
            background-color: #FFF;
            color: #000;
            padding: 10px 20px;
            right: 0px;
            top: -40px;
            line-height: 30px;
            cursor: pointer;
            z-index: 2;
        }

            .fullscreencontainer .fullscreenbox .close:hover {
                background-color: #DDD;
            }

        .fullscreencontainer .fullscreenbox .title.outer {
            position: absolute;
            background-color: #FFF;
            padding: 0 20px;
            left: 0px;
            top: -40px;
            right: 0px;
            z-index: 1;
        }

        .fullscreencontainer .fullscreenbox .title {
            font-size: 25px;
            line-height: 40px;
        }