/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(1694,1): run-time error CSS1031: Expected selector, found '@media'
(1694,1): run-time error CSS1025: Expected comma or open brace, found '@media'
 */
/* #33c2c5 maximis turquoise */
/* #47334e maximis violet */
/* #54519f maximis violet pale */
/* #f2812f orange */
/* #39B8B3 vert simul-retraite */
/* #4B4689 violet simul-retraite */

html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0 0;
    height: auto;
}

    body.bg-ultra-lightgray {
        background-color: #f4f3f1;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
    margin: 0;
}

@media (min-width: 1440px) {
    .container {
        width: 1410px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Roboto Slab";
}

h1 {
    color: #4B4689;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 35px;
}

h2 {
    color: #4B4689;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
}

h3 {
    color: #4B4689;
    font-size: 25px;
}

h4 {
    color: #4B4689;
    font-size: 20px;
}

h5 {
    color: #4B4689;
    font-size: 16px;
}

.titre-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: lightgray;
}
/* header */
header {
    background: white;
    position: relative;
    height: 112px;
}

.headerNotreTemps {
    background: #f4f3f1;
    position: relative;
    height: 50px;
}

.filet-vertical {
    height: 36px;
    width: 2px;
    background-color: #39B8B3;
    margin: 37px 0;
    float: left;
}

.le-simulateur-fiable {
    height: 40px;
    color: #463251;
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 20px;
    margin: 35px 0 37px 28px;
}

header.shadowed {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}

.nav-sous-header {
    background-color: #4B4689;
    height: 64px;
}

    .nav-sous-header .nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .nav-sous-header .nav li {
        display: inline-block;
        padding: 0 0;
        margin: 0 30px;
        text-align: left;
        vertical-align: middle;
        padding: 5px 10px;
        position: relative;
        top: -5px;
        left: -5px;
    }

        .nav-sous-header .nav li.selected {
            background-color: #33c2c5;
            z-index: 10;
        }

    .nav-sous-header .nav .menu-item a {
        color: white;
        font-family: "Roboto Condensed";
        font-size: 16px;
        line-height: 64px;
    }

#hamburger-button {
    display: none;
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: right;
    margin-right: 32px;
    z-index: 100;
}

#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 60%;
    z-index: 50;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}

#hamburger-sidebar-body {
    padding: 16px 8px;
}

@media (min-width: 768px) {
    header .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    header .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    header .container {
        width: 1170px;
        padding: 0;
    }

    header.home .container {
        padding: 0 60px;
    }

    header .logo {
        padding: 30px 0;
    }

    .wrapper-all {
        width: 1170px;
        margin: 0 auto;
    }

    .wrapper-message {
        width: 1170px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    header .container {
        width: 1410px;
        padding: 0;
    }

    header.home .container {
        padding: 0 136px;
    }

    header .logo {
        padding: 37px 0;
    }

    .wrapper-all {
        width: 1440px;
        margin: 0 auto;
    }

    .wrapper-message {
        width: 1360px;
        margin: 0 auto;
    }
}

header.home .logo img {
    width: 166px;
}

header:not(.home) .logo img {
    width: 192px;
}

header nav {
    padding: 35px 0 30px 0;
}

    header nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    header nav li {
        display: inline-block;
        padding: 0 0;
        margin: 0 17px;
        text-align: left;
        vertical-align: top;
    }

    header nav .menu-item {
        color: #4B4689;
        font-family: "Roboto Condensed";
        font-size: 16px;
        line-height: 16px;
    }

        header nav .menu-item.disabled {
            color: lightgray;
        }

        header nav .menu-item span.first {
            font-weight: bold;
        }

header .search {
    padding: 0 0 0 0px;
    width: 181px;
    height: 48px;
    position: relative;
    top: -5px;
}

    header .search .input-group-addon {
        background-color: transparent;
        padding: 4px 10px;
        font-size: 18px;
        border-radius: 0 4px 4px 0;
        border-top: 1px solid rgba(75,70,137,0.47);
        border-bottom: 1px solid rgba(75,70,137,0.47);
        border-right: 1px solid rgba(75,70,137,0.47);
    }

    header .search input {
        height: 48px;
        border: 1px solid rgba(75,70,137,0.47);
        border-right: none;
        border-radius: 4px;
        font-family: "Roboto Condensed";
    }

header .connexion {
    padding: 0px 0 0px 0px;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

    header .connexion a {
        color: #39B8B3;
    }

    header .connexion .fa {
        position: relative;
        top: 2px;
        left: 4px;
        font-size: 24px;
    }

header .etape {
    padding: 37px 0 37px 30px;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    position: relative;
}

    header .etape.in {
        color: white;
        background-color: #4B4689;
    }

    header .etape .trait {
        height: 6px;
        width: 74px;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    header .etape.in .trait {
        background-color: #39B8B3;
    }

    header .etape .puce {
        color: black;
        margin: 4px 10px 0 0;
        width: 30px;
        background: #EDEBE7;
        height: 30px;
        text-align: center;
        border-radius: 30px;
        line-height: 30px;
        font-family: "Roboto Slab";
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
        float: left;
    }

    header .etape.in .puce {
        background: #FFF;
    }

@media screen and (max-width: 1024px) {
    #hamburger-content {
        display: none;
    }

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }

    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
    }

    header {
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed !important;
        right: 0px;
        top: 0px !important;
        left: 0;
        height: 66px;
        z-index: 30;
    }

    .wrapper-all {
        margin-top: 66px;
    }

    header .row .logo {
        margin-top: 15px;
    }

    header nav ul {
        margin: 0 0 0 0;
    }

    header nav li {
        margin: 0 0 15px 10px;
        line-height: 12px;
        display: block;
    }

        header nav li a {
            line-height: 12px;
        }

    .nav-sous-header {
        background-color: #4B4689;
        height: auto;
        margin-top: 66px;
    }

        .nav-sous-header .nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .nav-sous-header .nav li {
            display: block;
            padding: 0 0;
            margin: 0 30px;
            text-align: left;
            vertical-align: middle;
            padding: 5px 10px;
            position: relative;
            float: none;
            top: 0;
            left: 0;
        }

        .nav-sous-header .nav .menu-item a {
            color: white;
            font-family: "Roboto Condensed";
            font-size: 16px;
            line-height: 32px;
        }

    .wrapper-all {
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* end header */
/* message */
.alert .validation-summary-errors {
    font-family: "Roboto Slab";
    font-size: 20px;
}
/* end message */
/* footer */

footer {
    background: white;
    position: relative;
}

    footer .social {
        margin-top: 100px;
    }

        footer .social .pave-newsletter p {
            color: white;
            font-family: Roboto;
            font-size: 16px;
            line-height: 19px;
            padding-bottom: 10px;
        }

        footer .social input {
            background-color: transparent;
            font-family: Roboto;
            font-weight: 300;
            font-size: 18px;
            line-height: 19px;
            letter-spacing: 3px;
            padding-left: 10px;
            color: rgba(255,255,255,0.6);
            height: 60px;
            width: 327px;
            border-radius: 4px;
            border-style: solid;
            border: 1px solid #ffffff;
            border-right: none;
        }

            footer .social input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
                color: rgba(255,255,255,0.6);
            }

            footer .social input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                color: #ffffff;
                opacity: 0.6;
            }

            footer .social input::-moz-placeholder { /* Mozilla Firefox 19+ */
                color: #ffffff;
                opacity: 1;
            }

            footer .social input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: rgba(255,255,255,0.6);
            }

            footer .social input::-ms-input-placeholder { /* Microsoft Edge */
                color: rgba(255,255,255,0.6);
            }

        footer .social .input-group-addon {
            color: white;
            background-color: transparent;
            padding: 4px 10px;
            font-size: 18px;
            border-radius: 0 4px 4px 0;
            border-top: 1px solid white;
            border-bottom: 1px solid white;
            border-right: 1px solid white;
        }

        footer .social .icone-social {
            display: inline-block;
            margin-right: 10px;
            height: 60px;
            width: 60px;
            border-radius: 30px;
            background-color: rgba(255,255,255,0.1);
            background-size: 40px;
            background-position: center;
            background-repeat: no-repeat;
        }

            footer .social .icone-social.linkedin {
                background-image: url(/Content/images/linkedin@3x.png);
            }

            footer .social .icone-social.facebook {
                background-image: url(/Content/images/facebook@3x.png);
            }

            footer .social .icone-social.twitter {
                background-image: url(/Content/images/twitter@3x.png);
            }

        footer .social img {
            width: 100%;
            height: 100%;
            vertical-align: top;
        }

    footer .menu .sub-menu {
    }

    footer .menu .pave {
    }

        footer .social .pave-newsletter .title,
        footer .social .pave-social .title,
        footer .menu .pave .title {
            color: white;
            font-family: "Roboto Slab";
            font-size: 18px;
            line-height: 24px;
        }

        footer .social .pave-newsletter .title-separator,
        footer .social .pave-social .title-separator,
        footer .menu .pave .title-separator {
            margin-top: 10px;
            width: 50px;
            border-top: 2px solid white;
        }

        footer .menu .pave-contact ul,
        footer .menu .pave ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        footer .menu .pave li {
        }

            footer .menu .pave-contact li a,
            footer .menu .pave li a {
                color: rgba(255,255,255,0.6);
                font-family: Roboto;
                font-size: 14px;
                line-height: 24px;
            }

    footer .menu li a.disabled {
        color: rgba(255,255,255,0.2);
    }

    footer .menu .pave-separator {
        display: inline-block;
        width: 80px;
    }

    footer .groupe ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 30px;
    }

    footer .groupe li {
        display: inline-block;
        padding: 0 0;
        margin: 50px 17px;
        text-align: left;
    }

        footer .groupe li.groupe-maximis {
            font-family: "Roboto Slab";
            font-size: 20px;
            color: #FFFFFF;
            margin: 50px 17px 50px -15px;
        }

        footer .groupe li.groupe-separator {
            border-left: 1px solid #39B8B3;
        }

        footer .groupe li a {
            color: rgba(255,255,255,0.6);
            font-family: Roboto;
            font-size: 14px;
            line-height: 24px;
        }

    footer .groupe .copyright {
        padding: 54px 0;
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: italic;
        line-height: 24px;
        text-align: right;
    }

    footer .logo {
        padding: 35px 0;
    }

        footer .logo img {
            width: 133px;
            height: 24px;
        }

    footer .calcul-retraite {
        padding: 18px 0;
    }

        footer .calcul-retraite .entrez-date {
            font-family: "Roboto Slab";
            font-size: 18px;
            line-height: 24px;
            color: #463251;
            margin-right: 30px;
        }

        footer .calcul-retraite button {
            position: relative;
            top: -3px;
            width: 327px;
        }

button .gratuit {
    font-family: Roboto;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 14px;
    text-align: center;
}

footer .calcul-retraite input {
    font-family: Roboto;
    font-weight: 300;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 3px;
    padding-left: 10px;
    color: black;
    height: 60px;
    width: 227px;
    border-radius: 4px;
    border-style: solid;
    border: 2px solid rgba(70,50,81,0.24);
}

@media (min-width: 320px) {
    footer {
        width: 100%;
    }

        footer .groupe {
            background-color: #249995;
            padding: 0 60px;
        }

        footer .lower-footer {
            display: none;
        }

        footer .menu {
            position: relative;
            background-color: #39B8B3;
            padding: 40px 45px 48px 45px;
        }

        footer .pave {
            margin-bottom: 30px;
        }

        footer .newsletter {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        footer .social {
            margin-top: 0px;
        }

        footer .pave-contact {
            margin-top: 30px;
        }

        footer .groupe ul {
            line-height: 10px;
        }

        footer .groupe li {
            margin: 20px 17px;
            display: block;
        }

            footer .groupe li.groupe-separator {
                display: none;
            }
}

@media (min-width: 768px) {
    footer {
        width: 750px;
    }

        footer .groupe {
            background-color: #249995;
            padding: 0 60px;
        }

        footer .lower-footer {
            background-color: white;
            padding: 0 60px;
            position: sticky;
            bottom: 0px;
            box-shadow: 0 -2px 0 0 #39B8B3;
        }

        footer .menu {
            position: relative;
            background-color: #39B8B3;
            padding: 40px 45px 48px 45px;
        }

        footer .groupe ul {
            line-height: 30px;
        }

        footer .groupe li {
            margin: 20px 17px;
            display: inline-block;
        }

            footer .groupe li.groupe-separator {
                display: inline-block;
            }
}

@media (min-width: 992px) {
    footer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    footer {
        width: 1170px;
    }

        footer .groupe {
            background-color: #249995;
            padding: 0 60px;
        }

        footer .lower-footer {
            background-color: white;
            padding: 0 60px;
            position: sticky;
            bottom: 0px;
            box-shadow: 0 -2px 0 0 #39B8B3;
        }

        footer .menu {
            position: relative;
            background-color: #39B8B3;
            padding: 40px 45px 48px 45px;
        }
}

@media (min-width: 1440px) {
    footer {
        width: 1410px;
    }

        footer .groupe {
            background-color: #249995;
            padding: 0 136px;
        }

        footer .lower-footer {
            padding: 0 136px;
        }

        footer .menu {
            position: relative;
            background-color: #39B8B3;
            padding: 110px 134px 48px 134px;
        }
}
/* end footer */
/* home */
.home .home-slider {
    height: 570px;
}

.home .slider {
    background: url(/Content/images/image-home.jpg) no-repeat;
    background-size: cover;
    width: 65%;
    height: 100%;
    float: left;
}

.home .calculer-retraite {
    width: 35%;
    height: 570px;
    float: left;
    background-color: rgba(57,184,179,0.95);
}

.home .calculer-de-maniere {
    margin: 133px 20px 0 43px;
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 30px;
    line-height: 40px;
}

.home .calculer-retraite p {
    margin: 20px 20px 0 43px;
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 20px;
}


@media screen and (max-width: 1024px) {
    .home .home-slider {
        height: 650px;
    }

    .home .slider {
        background: url(/Content/images/image-home.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        height: 30%;
        float: none;
    }

    .home .calculer-retraite {
        height: auto;
        width: 100%;
        background-color: rgba(57,184,179,0.95);
    }

    .home .calculer-de-maniere {
        margin: 43px 0 0 43px;
        color: #FFFFFF;
        font-family: "Roboto Slab";
        font-size: 36px;
        line-height: 40px;
    }

    .home .aide-construire-patrimoine .icones .col-md-4 {
        padding-bottom: 30px;
    }
}

.home .la-presse-en-parle {
    padding: 40px 0 180px 0;
    background-color: white;
}

.home .la-presse-en-parle-titre {
    height: 21px;
    width: 327px;
    color: #463251;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 21px;
}

.home .la-presse-en-parle .separator {
    position: relative;
    top: 7px;
    display: inline-block;
    margin-right: 10px;
    width: 38px;
    border-top: 3px solid #39B8B3;
}

.home .la-presse-en-parle .logo-presse {
    float: left;
    width: 14.2%;
    height: 60px;
    white-space: nowrap;
    text-align: center;
    padding: 40px 0 0 0;
}

    .home .la-presse-en-parle .logo-presse .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .home .la-presse-en-parle .logo-presse img {
        max-width: 90px;
        max-height: 50px;
        vertical-align: middle;
    }

.home .aide-construire-patrimoine {
    padding: 40px;
    background-color: white;
}

    .home .aide-construire-patrimoine .titre {
        color: #4B4689;
        font-family: "Roboto Slab";
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }

    .home .aide-construire-patrimoine .icones {
        padding-top: 80px;
    }

        .home .aide-construire-patrimoine .icones .bloc-calcul-retraite,
        .home .aide-construire-patrimoine .icones .bloc-optimiser,
        .home .aide-construire-patrimoine .icones .bloc-construire-epargne {
            margin: auto;
        }

    .home .aide-construire-patrimoine .item {
        padding-top: 20px;
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 20px;
        font-weight: bold;
        line-height: 28px;
        text-align: center;
    }

.home .actualites-recentes {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .home .actualites-recentes .actu-top H2 {
    }

    .home .actualites-recentes .actu-top A {
        color: #4B4689;
        font-family: "Roboto Slab";
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .home .actualites-recentes .actu-top H3 {
        color: rgba(24,15,60,0.6);
        font-family: Roboto;
        font-size: 16px;
        line-height: 22px;
    }

    .home .actualites-recentes .img-actu IMG {
        width: 100%
    }

    .home .actualites-recentes .actu-liste .row {
        margin-bottom: 20px;
    }

    .home .actualites-recentes .actu-liste H4 {
        color: #4B4689;
        font-family: "Roboto Slab";
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        margin-top: 0;
    }

    .home .actualites-recentes .actu-liste H5 {
        color: rgba(24,15,60,0.6);
        font-family: Roboto;
        font-size: 13px;
        line-height: 22px;
    }

.home .inscription-newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #4B4689;
}

    .home .inscription-newsletter .pave-title {
        padding-left: 50px;
    }

    .home .inscription-newsletter .title {
        color: #FFFFFF;
        font-family: "Roboto Slab";
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 24px;
    }

    .home .inscription-newsletter p {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 16px;
        letter-spacing: 0.44px;
        line-height: 19px;
    }

    .home .inscription-newsletter input {
        background-color: transparent;
        font-family: Roboto;
        font-weight: 300;
        font-size: 18px;
        line-height: 19px;
        letter-spacing: 3px;
        padding-left: 10px;
        color: rgba(255,255,255,0.6);
        height: 60px;
        border-radius: 4px;
        border-style: solid;
        border: 1px solid #ffffff;
        border-right: none;
    }

    .home .inscription-newsletter .input-group-addon {
        color: white;
        background-color: transparent;
        padding: 4px 10px;
        font-size: 18px;
        border-radius: 0 4px 4px 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
    }

    .home .inscription-newsletter .icone-social {
        display: inline-block;
        margin-right: 10px;
        height: 60px;
        width: 60px;
        border-radius: 30px;
        background-color: rgba(255,255,255,0.1);
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
    }

        .home .inscription-newsletter .icone-social.linkedin {
            background-image: url(/Content/images/linkedin@3x.png);
        }

        .home .inscription-newsletter .icone-social.facebook {
            background-image: url(/Content/images/facebook@3x.png);
        }

        .home .inscription-newsletter .icone-social.twitter {
            background-image: url(/Content/images/twitter@3x.png);
        }

        .home .inscription-newsletter .icone-social img {
            width: 100%;
            height: 100%;
            vertical-align: top;
        }

.home .nos-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
    .home .actualites-recentes a h4 {
        padding-top: 20px;
    }

    .home .inscription-newsletter .pave-title {
        padding-left: 20px;
    }

    .home .inscription-newsletter .newsletter {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home .nos-services .bloc-services {
        margin-bottom: 20px;
    }

    .home .la-presse-en-parle {
        padding: 40px 0 220px 0;
    }

        .home .la-presse-en-parle .logo-presse {
            text-align: center;
            margin: auto;
            width: 30%;
        }
}
/* end home */
/* selection-regime */
.pave-exemple {
    background-color: #F9F8F7;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    vertical-align: middle;
}

    .pave-exemple .icone-lampe {
        margin: 20px 0 0 0;
        text-align: center;
    }

        .pave-exemple .icone-lampe img {
            height: 36px;
        }

    .pave-exemple .texte-aide {
        margin: 20px 0 0 0;
    }

    .pave-exemple .cartouche {
        background-color: white;
        box-shadow: 0 2px 4px 0 rgba(75,70,137,0.2);
        margin: 15px;
        height: 88px;
    }

    .pave-exemple .capture {
        border-right: 1px solid #cccccc;
        padding: 3px;
        display: inline-block;
    }

    .pave-exemple .cartouche .icone {
        padding: 8px;
        display: inline-block;
    }

        .pave-exemple .cartouche .icone img {
            width: 30px;
            vertical-align: top;
            margin-right: 5px;
        }

    .pave-exemple .cartouche .texte-capture {
        padding: 3px;
        height: 100%;
        display: inline-block;
    }

.titre-section {
    height: 72px;
    background-color: white;
    padding: 25px;
    margin: 0;
}

    .titre-section .titre {
        color: #463251;
        font-family: "Roboto Slab";
        font-size: 18px;
        line-height: 24px;
    }

.action-section {
    height: 72px;
    background-color: #FAFAFA;
    padding: 25px;
    margin: 0;
}

.saisie-regime-page .action-section {
    height: 72px;
    background-color: #FFF;
    padding: 10px 0 0 0;
    margin: 0 0 0 -15px;
}

.saisie-regime-page .separator {
    border-top: 1px #39B8B3 dashed;
    height: 25px;
}

form .autre-detail .form-group {
    padding-bottom: 15px;
}

.periode-action-section a,
.action-section a {
    text-transform: uppercase;
    color: #39B8B3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
}

.periode-action-section img,
.action-section img {
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
}

.autre-section {
    height: 72px;
    background-color: white;
    padding: 25px;
    margin: 0;
    color: #463251;
    box-shadow: inset 3px 0 0 0 #39B8B3;
}

    .autre-section a {
        font-family: "Roboto Slab";
        font-size: 18px;
        line-height: 24px;
        color: #463251;
    }

        .autre-section a i {
            font-size: 24px;
            font-weight: bold;
        }

.autre-detail {
    background-color: white;
    padding: 25px;
    margin: 0;
    color: #463251;
    box-shadow: inset 3px 0 0 0 rgba(57,184,179,0.48);
    font-family: "Roboto Slab";
    font-size: 18px;
    line-height: 24px;
}

.row.header {
    height: 48px;
    background-color: #463251;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}

.row.header.regime {
  height:auto;
}


@media (max-width: 991px) {
    .row.header.regime {
        height: 48px;
    }

}

.row.header.double {
    height: auto;
    background-color: #463251;
    margin: 0;
    color: white;
    font-family: "Roboto Condensed";
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px;
}

    .row.header .right-border {
        border-right: 1px solid rgba(255,255,255,0.13);
    }

    .row.header .bottom-border {
        border-bottom: 1px solid rgba(255,255,255,0.13);
    }
    .row.header .hight-auto {
        height: auto;
        line-height: 36px;
        text-align: center;
    }
.row.item {
    margin: 0;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

    .row.item.bold {
        font-weight: bold;
        font-size: 16px;
    }

    .row.item.large {
        margin: 0;
        color: rgba(24,15,60,0.6);
        font-family: Roboto;
        font-size: 14px;
        line-height: 48px;
    }

    .row.item.alternate {
        background-color: white;
    }

    .row.item .right-border {
        border-right: 1px solid #dddddd;
    }

    .row.item .left-border {
        border-left: 1px solid #dddddd;
    }

    .row.item .bottom-border {
        border-bottom: 1px solid #dddddd;
    }

    .row.item div.cell {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 36px;
    }

.celluleNumerique {
    text-align: right;
}

.form-section {
    position: relative;
    border: 2px solid #39B8B3;
    background-color: #FFFFFF;
    padding: 25px;
    margin: 20px 0;
}

label {
    color: #463251;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
}

    label + a i.fa {
        margin-left: 10px;
        color: #463251;
        font-size: 20px;
        line-height: 24px;
    }

.form input,
.form-inline input,
.form-section input {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: black;
    height: 48px;
    width: 94px;
    border-radius: 4px;
    border-style: solid;
    border: 1px solid rgba(75,70,137,0.47);
    background-color: transparent;
}

    .form-section input.w100,
    .form input.w100,
    .form textarea.w100 {
        width: 100%;
    }

    .form-section input.w50,
    .form input.w50 {
        width: 50%;
    }

    .form-section input.w70,
    .form input.w70 {
        width: 70%;
    }

input.w70 {
    width: 70%;
}

.form select,
.form-inline select,
.form-section select {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: black;
    height: 48px;
    width: 100%;
    border-radius: 4px;
    border-style: solid;
    border: 1px solid rgba(75,70,137,0.47);
    background-color: transparent;
}
/* end selection-regime */
/* période relevé*/
.periode-releve {
    padding: 36px 48px;
}

.exemple-releve {
    text-align: center;
    vertical-align: middle;
}

    .exemple-releve .icone-lampe {
        margin: 20px 0 0 0;
        text-align: center;
    }

    .exemple-releve .texte-aide {
        margin: 20px 0 0 0;
    }

    .exemple-releve .cartouche {
        background-color: white;
        box-shadow: 0 2px 4px 0 rgba(75,70,137,0.2);
        width: 200px;
        height: 120px;
        margin-top: 15%;
        margin-left: 25%;
    }

    .exemple-releve .capture {
        border-right: 1px solid #cccccc;
        padding: 3px;
        display: inline-block;
    }

    .exemple-releve .cartouche .icone {
    }

        .exemple-releve .cartouche .icone img {
            width: 30px;
            vertical-align: top;
            margin-right: 5px;
        }

    .exemple-releve .cartouche .texte-capture {
        padding: 3px;
        height: 100%;
        display: inline-block;
        color: rgba(24,15,60,0.6);
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
    }
/* end période relevé*/
/* Saisie relevé */
.pave-exemple h4 {
    color: #463251;
    font-family: "Roboto Slab";
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 0 40px;
}

.pave-exemple.sans-icone h4 {
    margin: 20px 0 0 15px;
}

.form-section a {
    font-family: "Roboto";
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
}

.annee-absente label {
    color: rgba(24,15,60,0.4);
    font-style: italic;
    font-size: 14px;
}
/* end saisie relevé*/
/* accueil simulateur */
/* end accueil simulateur */
/* activité future simulateur */
.activite-future-page .icone img {
    width: 40px;
}

.activite-future-page .cartouche {
    text-align: left;
    vertical-align: middle;
    padding: 40px;
}

.choix-date-depart-page .ligne-saisie,
.activite-future-page .ligne-saisie {
    border-top: 1px solid rgba(70,50,81,0.2);
    padding: 36px 48px;
}
/* end activité future */
/* sans relevé simulateur */
.sans-releve-page .icone img {
    width: 40px;
}

.sans-releve-page .cartouche {
    text-align: left;
    vertical-align: middle;
    padding: 40px;
}

.sans-releve-page .bloc-left {
    border: 2px solid rgba(57,184,179,0.7);
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.sans-releve-page .bloc-right {
    border: 2px solid rgba(75,70,137,0.11);
    border-radius: 4px;
    margin-right: 30px;
    margin-bottom: 40px;
}

.sans-releve-page .header {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #39B8B3;
    font-family: "Roboto Slab";
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}

.sans-releve-page .bloc-left .header {
    color: #39B8B3;
}

.sans-releve-page .bloc-right .header {
    color: #4B4689;
}

.sans-releve-page .bullet li {
    margin-bottom: 10px;
    color: rgba(24,15,60,0.63);
}

.sans-releve-page ul.bullet {
    padding: 0 40px 20px 50px;
    list-style: none;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.sans-releve-page .bullet li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0 10px 0 -20px;
}

.sans-releve-page .bloc-left .bullet li:before {
    color: rgba(57,184,179,0.43);
}

.sans-releve-page .bloc-right .bullet li:before {
    color: rgba(75,70,137,0.4);
}

.sans-releve-page .pic {
    padding: 0 0 30px 0;
    width: 100%;
    text-align: center;
}

.sans-releve-page a.btn {
    width: 100%;
    border-radius: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

    .sans-releve-page a.btn .subtext {
        font-size: 12px;
        font-style: italic;
        letter-spacing: 1.5px;
        line-height: 14px;
    }
/* end sans releve */
/* Offre */
@media (min-width: 768px) {
    .offre .fond-vert {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .offre .fond-vert {
        width: 970px;
    }
}

a
@media (min-width: 1200px) {
    .offre .fond-vert

{
    width: 1170px;
}

}

@media (min-width: 1440px) {
    .offre .fond-vert {
        width: 1410px;
    }
}

.offre .fond-vert {
    position: absolute;
    height: 240px;
    background-color: #39B8B3;
}

.offre .content {
    padding: 40px 45px 48px 45px;
}

.offre .icone {
    display: table-cell;
    width: 180px;
    text-align: right;
}

.offre .texte {
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
}

.offre .titre {
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 24px;
}

.offre .sous-titre {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 0.44px;
    line-height: 19px;
}

.offre .header {
    color: #39B8B3;
    font-family: "Roboto Slab";
    font-size: 18px;
    line-height: 28px;
}

.offre .sous-header {
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 12px;
    line-height: 20px;
}

.offre .bloc-offre {
    margin-top: 50px;
}

.offre .bloc-icone {
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    height: 160px;
    display: table-cell;
    padding: 20px;
}

.offre .bloc-img {
    width: 200px;
    height: 160px;
    display: table-cell;
    background-image: url('images/offre-confort.JPG');
    background-size: cover;
}

.offre .i-checks .row {
    width: 400px;
    background-color: #FFFFFF;
    padding: 20px 30px;
    border-top: 1px solid #EEEEEE;
}

.offre .radio {
    margin-top: 0px;
}

.offre .securite-social label {
    padding-left: 0;
    padding-bottom: 5px;
    font-size: 14px;
}

.offre .row.button-row {
    padding: 0;
    background-color: #39B8B3;
}

    .offre .row.button-row .btn {
        width: 100%;
    }

.offre .detail-pas-releve {
    padding-left: 30px;
    padding-top: 3px;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 10px;
    line-height: 14px;
}
/* Fin Offre */
/* ma retraite */
.tableau-resultat .col-age-depart {
    color: #463251;
    font-family: Roboto;
    font-size: 14px;
}

.tableau-resultat .age-depart {
    height: 48px;
    border-bottom: 2px solid rgba(75,70,137,0.3);
}

.tableau-resultat .item-depart {
    line-height: 36px;
    border-bottom: 1px solid rgba(75,70,137,0.14);
}

    .tableau-resultat .item-depart i {
        font-size: 18px;
        color: #4B4689;
    }

.tableau-resultat .col-resultat {
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 16px;
    text-align: center;
}

    .tableau-resultat .col-resultat .odd {
        background-color: #FAFAFA;
    }

    .tableau-resultat .col-resultat .even {
        background-color: #FFFFFF;
    }

    .tableau-resultat .col-resultat .active {
        color: white;
    }

.tableau-resultat .pre-header {
    height: 14px;
    background-color: #f4f3f1;
}

.tableau-resultat .active .pre-header {
    background-color: #39B8B3;
}

.tableau-resultat .col-resultat .header {
    padding-top: 10px;
    line-height: 14px;
    height: 48px;
    border-bottom: 2px solid rgba(75,70,137,0.3);
}

.tableau-resultat .col-resultat .active .header {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}

.tableau-resultat .col-resultat .active .header,
.tableau-resultat .col-resultat .active .item,
.tableau-resultat .col-resultat .active .no-item {
    background-color: #39B8B3;
}

.tableau-resultat .col-resultat .header small {
    font-size: 12px;
}

.tableau-resultat .col-resultat .no-item {
    line-height: 36px;
    border-bottom: 1px solid transparent;
}

.tableau-resultat .col-resultat .item {
    line-height: 36px;
    border-bottom: 1px solid rgba(75,70,137,0.14);
}

.tableau-resultat .col-resultat .icone {
    padding: 8px;
    display: inline-block;
}

    .tableau-resultat .col-resultat .icone img {
        width: 30px;
        vertical-align: top;
        margin-right: 5px;
    }

.tableau-resultat .col-resultat a {
    padding: 3px;
    height: 100%;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    color: #39B8B3;
    text-transform: uppercase;
    display: inline-block;
}

.tableau-resultat .col-resultat .bouton-calculer {
    background: #f2812f url('images/afficher-blanc.png') calc(10% - 5px) center no-repeat;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 150px;
    height: 35px;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    padding-left: 10px;
}

.ma-retraite-page .triangle-item {
    background-color: white;
    background: url('images/ma-retraite-triangle-bas.png') no-repeat;
    background-size: contain;
    height: 100px;
}

.ma-retraite-page .nav.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.ma-retraite-page .nav-tabs > li.active > a,
.ma-retraite-page .nav-tabs > li.active > a:focus,
.ma-retraite-page .nav-tabs > li.active > a:hover {
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #39B8B3;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #39B8B3;
}

.ma-retraite-page .nav-tabs > li > a {
    color: #4B4689;
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 14px;
    margin-right: 2px;
    border: none;
}

.ma-retraite-page .tab-content #resultat.active {
    display: table;
    width: 100%;
    background-color: #4B4689;
}

.ma-retraite-page .tab-content .resultat {
    vertical-align: top;
    margin: 0;
    padding: 30px;
    color: white;
    display: inline-block;
    width: 40%;
    float:left;
}

    .ma-retraite-page .tab-content .resultat .titre hr,
    .pdf-content .releves .titre hr,
    .ma-retraite-page .taux-remplacement .titre hr,
    .ma-retraite-page .reversion .titre hr {
        width: 38px;
        float: left;
        border-top: 3px solid #39B8B3;
        margin-right: 15px;
        margin-top: 9px;
    }

    .ma-retraite-page .taux-remplacement .titre span,
    .pdf-content .releves .titre span,
    .ma-retraite-page .reversion .titre span,
    .ma-retraite-page .tab-content .resultat .titre span {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .ma-retraite-page .tab-content .resultat .titre span a {
            color: white;
        }

    .ma-retraite-page .tab-content .resultat .montant span,
    .ma-retraite-page .tab-content .resultat .texte-age-depart span {
        font-family: "Roboto Slab";
        font-size: 108px;
        line-height: 142px;
    }

    .ma-retraite-page .tab-content .resultat .texte-pour-un-depart {
        color: rgba(255,255,255,0.56);
        font-family: Roboto;
        font-size: 25px;
        line-height: 33px;
    }

    .ma-retraite-page .tab-content .resultat .montant sup {
        font-family: Roboto;
        font-size: 16px;
        line-height: 21px;
        color: rgba(255,255,255,0.56);
        vertical-align: top;
        top: 28px;
        margin-left: 20px;
    }

    .ma-retraite-page .tab-content .resultat .info {
        font-family: "Roboto Slab";
        font-size: 14px;
        line-height: 18px;
        color: rgba(255,255,255,0.56);
        top: 28px;
    }

    .ma-retraite-page .tab-content .resultat hr {
        margin-top: 0;
        border-color: #A6A3C4;
    }

    .ma-retraite-page .tab-content .resultat input {
        height: 48px;
        border: none;
        font-family: "Roboto";
        background: transparent;
        font-size: 20px;
        width: 80%;
    }

    .ma-retraite-page .tab-content .resultat a.btn {
        font-size: 24px;
        color: white;
    }

    .ma-retraite-page .tab-content .resultat ::-webkit-input-placeholder {
        color: rgba(255,255,255,0.56);
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .ma-retraite-page .tab-content .resultat :-moz-placeholder {
        color: rgba(255,255,255,0.56);
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .ma-retraite-page .tab-content .resultat ::-moz-placeholder {
        color: rgba(255,255,255,0.56);
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

    .ma-retraite-page .tab-content .resultat :-ms-input-placeholder {
        color: rgba(255,255,255,0.56);
        font-family: Roboto;
        font-size: 24px;
        font-weight: 300;
        line-height: 32px;
    }

.ma-retraite-page .detail {
    margin: 0;
    padding: 30px;
    background-color: white;
    display: inline-block;
    width: 60%;
    float:left;
   
}


.ma-retraite-page .detail-reversion {
    margin: 0;
    padding: 30px;
    background-color: white;
    display: inline-block;
    width: 100%;
}

.ma-retraite-page .onglet-resultat td {
    border: solid 1px #DCD8CF;
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
    font-family: "Roboto Slab";
    color: #4B4689;
    padding: 14px 25px;
    font-size: 14px;
}

.ma-retraite-page .onglet-resultat .separator td,
.ma-retraite-page .onglet-resultat .head td.left,
.ma-retraite-page .onglet-resultat thead td {
    color: #463251;
    font-family: Roboto;
    text-transform: uppercase;
    border: none;
}

.ma-retraite-page .onglet-resultat .separator td {
    padding: 0;
    line-height: 20px;
}

.ma-retraite-page .onglet-resultat .left {
    text-align: left;
}

.ma-retraite-page .onglet-resultat .net-mensuel {
    background-color: #EDEBE7;
}

.ma-retraite-page .onglet-resultat .net-annuel {
    background-color: #F9F8F7;
}

.ma-retraite-page .onglet-resultat .right {
    background-color: #fff;
}

.ma-retraite-page .onglet-resultat .td-section .left {
    background-color: white;
    font-size: 12px;
    padding-left: 15px;
}

.ma-retraite-page .onglet-resultat .regime-item .left {
    background-color: white;
    padding-left: 25px;
}

.ma-retraite-page .onglet-resultat .total .left,
.ma-retraite-page .onglet-resultat .total .right {
    color: #39B8B3;
    font-weight: bold;
}

.ma-retraite-page .onglet-resultat .total .net-mensuel,
.ma-retraite-page .onglet-resultat .total .net-annuel {
    background-color: #39B8B3;
    color: white;
    font-weight: bold;
}

.ma-retraite-page .onglet-resultat .grand.total td {
    font-size: 16px;
}

.pdf-content .releves .titre,
.ma-retraite-page .taux-remplacement .titre {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ma-retraite-page .taux-remplacement-left {
    background-color: #39B8B3;
    padding: 90px 45px;
    height: 366px;
}

.ma-retraite-page .taux-remplacement-right {
    background-color: #ffffff;
    color: white;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    padding: 30px 45px;
}

.ma-retraite-page .reversion-left {
    background-color: #767676;
    color: white;
    font-family: "Roboto Slab";
    font-size: 64px;
    font-weight: 300;
    line-height: 84px;
    padding: 90px 45px;
    height: 280px;
}

.ma-retraite-page .reversion-right {
    background-color: #ffffff;
    color: white;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    padding: 90px 45px;
    height: 280px;
}

.ma-retraite-page .reversion-left small {
    display: block;
    color: rgba(255,255,255,0.56);
    font-family: Roboto;
    font-size: 16px;
    line-height: 21px;
}

.ma-retraite-page .reversion .titre {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ma-retraite-page .taux-remplacement-right canvas {
    background-color: white;
    width: 100%;
    height: 300px;
}

.ma-retraite-page .taux-remplacement-left .progressDiv {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.ma-retraite-page .taux-remplacement-left .statChartHolder {
    position: relative;
    display: inline-block;
}
/* Pie Chart */
.pdf-content .taux-remplacement-left .progress-pie-chart,
.ma-retraite-page .taux-remplacement-left .progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.15);
    position: relative;
}

    .pdf-content .taux-remplacement-left .progress-pie-chart.gt-50,
    .ma-retraite-page .taux-remplacement-left .progress-pie-chart.gt-50 {
        background-color: #fff; /* fill */
    }

.pdf-content .taux-remplacement-left .ppc-progress,
.ma-retraite-page .taux-remplacement-left .ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}

    .pdf-content .taux-remplacement-left .ppc-progress .ppc-progress-fill,
    .ma-retraite-page .taux-remplacement-left .ppc-progress .ppc-progress-fill {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 100px);
        top: calc(50% - 100px);
        width: 200px;
        height: 200px;
        clip: rect(0, 100px, 200px, 0);
        background: #fff;
        transform: rotate(60deg);
    }

.pdf-content .taux-remplacement-left .gt-50 .ppc-progress,
.ma-retraite-page .taux-remplacement-left .gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}

    .pdf-content .taux-remplacement-left .gt-50 .ppc-progress .ppc-progress-fill,
    .ma-retraite-page .taux-remplacement-left .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 200px, 200px, 100px);
        background: #55c2be;
    }

.pdf-content .taux-remplacement-left .ppc-percents,
.ma-retraite-page .taux-remplacement-left .ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 190px/2);
    top: calc(50% - 190px/2);
    width: 190px;
    height: 190px;
    background: #39B8B3; /* inner circle*/
    text-align: center;
    display: table;
}

    .pdf-content .taux-remplacement-left .ppc-percents span,
    .ma-retraite-page .taux-remplacement-left .ppc-percents span {
        display: block;
        font-size: 2.6em;
        font-weight: bold;
        color: #fff;
    }

    .pdf-content .taux-remplacement-left .ppc-percents small,
    .ma-retraite-page .taux-remplacement-left .ppc-percents small {
        color: rgba(255,255,255,0.7);
        font-family: Roboto;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

.pdf-content .taux-remplacement-left .pcc-percents-wrapper,
.ma-retraite-page .taux-remplacement-left .pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}
/* unused */
@-webkit-keyframes progress-pie-chart {
    to {
        stroke-dashoffset: 90;
    }
}

@keyframes progress-pie-chart {
    to {
        stroke-dashoffset: 90;
    }
}
/* unused */
/* fin ma retraite */
/* Vos simulations */
.vos-simulations-page .bloc-header {
    background-color: #180F3C;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.vos-simulations-page .bloc-releve-carriere {
    vertical-align: top;
    margin: 0;
    padding: 30px;
    background-color: white;
    display: inline-block;
    width: 60%;
}

.vos-simulations-page .bloc-mon-compte {
    vertical-align: top;
    margin: 0;
    padding: 30px;
    color: white;
    display: inline-block;
    width: 39%;
}

.vos-simulations-page .titre {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

.vos-simulations-page hr {
    width: 38px;
    float: left;
    border-top: 3px solid #39B8B3;
    margin-right: 15px;
    margin-top: 9px;
}

.vos-simulations-page .bloc-mon-compte .compte {
    display: block;
}

.vos-simulations-page .bloc-mon-compte .identite {
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 18px;
}

.vos-simulations-page .bloc-mon-compte .depart {
    color: #39B8B3;
    font-family: "Roboto Slab";
    font-size: 24px;
    line-height: 36px;
}

.vos-simulations-page .bloc-mon-compte .modifierCompte {
    color: white;
    font-family: "Roboto Slab";
    font-size: 14px;
}

.vos-simulations-page .bloc-releve-carriere .modifierCarriere {
    color: #39B8B3;
    font-family: "Roboto Slab";
    font-size: 14px;
}

.vos-simulations-page .derniere-annee {
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}

.vos-simulations-page .bloc-regime {
    display: inline-block;
    height: 130px;
    width: 150px;
    background-color: #EDEBE7;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .vos-simulations-page .bloc-regime .releve-regime {
        margin-top: 30px;
        color: #463251;
        font-family: "Roboto Slab";
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 14px;
        text-align: center;
    }

    .vos-simulations-page .bloc-regime .total-regime {
        margin-top: 20px;
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
    }

.vos-simulations-page .quelle-retraite {
    margin-top: 50px;
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 36px;
    line-height: 30px;
}

    .vos-simulations-page .quelle-retraite p {
        margin-top: 20px;
        color: #463251;
        font-family: "Roboto Slab";
        font-size: 18px;
        line-height: 24px;
    }

.vos-simulations-page .bloc-resultat {
    margin-bottom: 50px;
}

.vos-simulations-page .anciennes-simulations {
    margin-top: 50px;
}

    .vos-simulations-page .anciennes-simulations .item input {
        border: none;
        font-family: "Roboto";
        background: transparent;
        width: 80%;
        line-height: 20px;
    }

.vos-simulations-page .triangle-item {
    background-color: white;
    background: url('images/ma-retraite-triangle-bas.png') no-repeat;
    background-size: contain;
    height: 100px;
}

.vos-simulations-page .titre-creer {
    color: #463251;
    font-family: "Roboto Slab";
    font-size: 18px;
    line-height: 24px;
}

.modal .sous-titre-creer,
.vos-simulations-page .sous-titre-creer {
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.modal .texte-creer,
.vos-simulations-page .texte-creer {
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}
/* Fin Vos simulations */
/* pdf */
.pdf-header {
    padding-top: 10px;
}

    .pdf-header .titre {
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 20px;
        line-height: 20px;
    }

    .pdf-header .info {
        color: #180F3C;
        font-family: "Roboto Slab";
        font-size: 14px;
        line-height: 18px;
    }

    .pdf-header img {
        height: 40px;
    }

.pdf-content hr {
    margin: 0;
    border-top-color: #33c2c5;
    border-top-style: solid;
    border-top-width: 2px;
    width: 100%;
}

.pdf-content .montant-retraite {
    padding-top: 40px;
}

    .pdf-content .taux-remplacement hr,
    .pdf-content .reversion hr,
    .pdf-content .montant-retraite hr {
        margin: 10px 20px 10px 0;
        border-top-color: #33c2c5;
        border-top-style: solid;
        border-top-width: 2px;
        width: 40px;
        float: left;
    }

    .pdf-content .taux-remplacement .titre,
    .pdf-content .reversion .titre,
    .pdf-content .montant-retraite .titre {
        color: #463251;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 900;
        line-height: 18px;
        text-transform: uppercase;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .pdf-content .montant-retraite .bloc-montant {
        padding: 10px;
        height: 150px;
        width: 20%;
        background-color: #4B4689;
        float: left;
    }

.pdf-content .reversion .row {
    display: table;
    width: 100%;
}

.pdf-content .taux-remplacement-left,
.pdf-content .reversion .reversion-left {
    padding: 10px;
    height: 120px;
    width: 20%;
    background-color: #767676;
    vertical-align: middle;
    display: table-cell;
}

.pdf-content .taux-remplacement-left {
    background-color: #39B8B3;
}

.pdf-content .taux-remplacement-right,
.pdf-content .reversion .reversion-right {
    padding: 20px;
    height: 120px;
    width: 80%;
    background-color: #FFFFFF;
    border: 1px solid rgba(118,118,118,0.4);
    vertical-align: middle;
    display: table-cell;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 15px;
    line-height: 20px;
}

.pdf-content .taux-remplacement .montant,
.pdf-content .reversion .montant,
.pdf-content .montant-retraite .montant {
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 22px;
    line-height: 26px;
}

    .pdf-content .taux-remplacement sub,
    .pdf-content .reversion .montant sub,
    .pdf-content .montant-retraite .montant sub {
        top: 0px;
        font-size: 10px;
    }

.pdf-content .montant-retraite .texte-pour-un-depart {
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 12px;
    line-height: 24px;
}

.pdf-content .montant-retraite .texte-age-depart {
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 22px;
    line-height: 24px;
}

.pdf-content .montant-retraite .bloc-regime {
    padding: 10px;
    height: 150px;
    width: 20%;
    background-color: #EDEBE7;
    border-right: 2px solid #DCD8CF;
    border-bottom: 2px solid #DCD8CF;
    float: left;
}

    .pdf-content .montant-retraite .bloc-regime .releve-regime {
        color: #463251;
        font-family: "Roboto Slab";
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .pdf-content .montant-retraite .bloc-regime .total-regime {
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }

.pdf-content .detail table {
}

    .pdf-content .detail table.onglet-resultat {
        width: 100%;
    }

    .pdf-content .detail table thead {
        color: #463251;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }

        .pdf-content .detail table thead tr {
            height: 50px;
        }

    .pdf-content .detail table tr.head {
        border-top: solid 2px #DCD8CF;
        border-bottom: solid 2px #DCD8CF;
        height: 50px;
        color: #4B4689;
        font-family: "Roboto Slab";
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }

    .pdf-content .detail table tr {
        border-bottom: 1px solid #DCD8CF;
    }

    .pdf-content .detail table td {
        padding: 10px;
    }

        .pdf-content .detail table td.net-mensuel {
            background-color: #EDEBE7;
            text-align: right;
        }

        .pdf-content .detail table td.net-annuel {
            background-color: #F9F8F7;
            text-align: right;
        }

        .pdf-content .detail table td.right {
            border-left: 1px solid #DCD8CF;
            text-align: right;
        }

        .pdf-content .detail table tr.td-section td.left,
        .pdf-content .detail table td.net-mensuel,
        .pdf-content .detail table td.net-annuel,
        .pdf-content .detail table td.right {
            color: #4B4689;
            font-family: "Roboto Slab";
            font-size: 18px;
            line-height: 18px;
        }

    .pdf-content .detail table tr.td-item td.left {
        color: #463251;
        font-family: Roboto;
        font-size: 16px;
        line-height: 18px;
        padding-left: 40px;
    }

    .pdf-content .detail table tr.total {
        border-top: solid 3px #39B8B3;
        border-bottom: solid 3px #39B8B3;
        height: 50px;
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
    }

    .pdf-content .detail table tr .pastille {
        width: 30px;
        height: 30px;
        border-radius: 30px;
    }

.pdf-content .releves .row.header {
    border-bottom: solid 2px #DCD8CF;
    border-top: solid 2px #DCD8CF;
    background-color: white;
    height: 40px;
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

    .pdf-content .releves .row.header.bottom {
        border-top: none;
    }

    .pdf-content .releves .row.header.top {
        border-bottom: none;
    }

.pdf-content .releves .header .right-border {
    border-right: solid 1px #DCD8CF;
}

.pdf-content .releves .item {
    border-bottom: solid 1px #DCD8CF;
}

.pdf-content .releves .row {
    overflow: hidden;
}

    .pdf-content .releves .row [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
/* fin pdf */
/* actualité */
.actualite-detail H1 {
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 10px;
}

.actualite-detail .date-actu {
    color: rgba(70,50,81,0.5);
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
}

.actualite-detail H3 {
    margin-top: 10px;
    color: rgba(24,15,60,0.5);
    font-family: "Roboto Slab";
    font-size: 18px;
    line-height: 24px;
}

.actualite-detail .img-actu {
    margin-top: 30px;
}

    .actualite-detail .img-actu img {
        width: 100%;
    }

.actualite-detail H2 {
    color: #180F3C;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

.actualite-detail .content-actu {
    margin-top: 20px;
    color: #463251;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
}

.actualite-detail .lire-aussi-actu {
    margin-top: 40px;
}

    .actualite-detail .lire-aussi-actu UL {
        margin: 20px 0;
        -webkit-padding-start: 0px;
    }

    .actualite-detail .lire-aussi-actu LI {
        border-top: 1px solid rgba(70,50,81,0.2);
        margin-left: 0;
        list-style-type: none;
        padding: 10px 0;
    }

        .actualite-detail .lire-aussi-actu LI A {
            color: #4B4689;
            font-family: "Roboto Slab";
            font-size: 14px;
            font-weight: bold;
            line-height: 18px;
        }

.actualite-detail .col-left {
    background-color: #FFFFFF;
    padding: 30px 30px;
}

.contenu-detail .col-right,
.actualite-detail .col-right {
    padding: 30px 30px;
}

.contenu-detail .les-plus-lus .ul,
.actualite-detail .les-plus-lus .ul {
    margin-top: 30px;
    background-color: #3B3572;
}

.contenu-detail .les-plus-lus .li,
.actualite-detail .les-plus-lus .li {
    height: 80px;
    display: table;
    border-top: solid 1px #4B4689;
}

    .contenu-detail .les-plus-lus .li .number,
    .contenu-detail .les-plus-lus .li .content,
    .actualite-detail .les-plus-lus .li .number,
    .actualite-detail .les-plus-lus .li .content {
        display: table-cell;
        vertical-align: middle;
        padding: 15px;
    }

        .contenu-detail .les-plus-lus .li .content a,
        .actualite-detail .les-plus-lus .li .content a {
            color: #FFFFFF;
            font-family: "Roboto Slab";
            font-size: 13px;
            line-height: 18px;
        }

    .contenu-detail .les-plus-lus .li .number,
    .actualite-detail .les-plus-lus .li .number {
        background-color: rgba(24,15,60,0.4);
        width: 60px;
        color: #39B8B3;
        font-family: "Roboto Slab";
        font-size: 24px;
        line-height: 40px;
        text-align: center;
    }

.bloc-services {
    border: 2px solid rgba(57,184,179,0.7);
    border-radius: 4px;
    background-color: white;
}

    .bloc-services .content {
        padding: 30px 10px;
    }

        .bloc-services .content .bullet li {
            margin-bottom: 10px;
            color: rgba(24,15,60,0.63);
        }

        .bloc-services .content ul.bullet {
            padding: 0 40px 0px 50px;
            list-style: none;
            font-family: Roboto;
            font-size: 14px;
            line-height: 16px;
        }

        .bloc-services .content .bullet li:before {
            font-family: 'FontAwesome';
            content: '\f058';
            margin: 0 10px 0 -20px;
            color: rgba(57,184,179,0.43);
        }

        .bloc-services .content .titre-offre {
            color: #39B8B3;
            font-family: "Roboto Slab";
            font-size: 24px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 40px;
        }

        .bloc-services .content .prix {
            color: #39B8B3;
            font-family: "Roboto Slab";
            font-size: 64px;
            line-height: 40px;
            text-align: center;
            margin-bottom: 40px;
        }

        .bloc-services .content .pic {
            padding: 0 0 30px 0;
            width: 100%;
            text-align: center;
        }

    .bloc-services a.btn {
        width: 100%;
        border-radius: 0px;
        border-bottom: none;
        border-left: none;
        border-right: none;
        line-height: 45px;
    }

    .bloc-services.purple {
        border: 2px solid rgba(75,70,137,0.11);
    }

        .bloc-services.purple .bullet li:before {
            color: rgba(75,70,137,0.4);
        }

        .bloc-services.purple .content .titre-offre,
        .bloc-services.purple .content .prix {
            color: #4B4689;
        }

.actualites .col-odd,
.actualites .col-even {
    width: 48%;
    float: left;
}

.actualites .col-odd {
    margin-right: 2%;
}

.actualites .col-even {
    margin-left: 2%;
}

.actualites h4 {
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.actualites .col-odd .sous-titre,
.actualites .col-even .sous-titre {
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}

.list-actu .date-actu {
}

.list-actu .img-actu {
    margin: 0;
}

.list-actu .desc-actu a {
    color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.list-actu .desc-actu .sous-titre {
    margin-top: 4px;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}
/* fin actualité */
/* presse */
.presse .item-presse {
}

.presse .logo-presse {
    width: 100px;
    height: 60px;
    white-space: nowrap;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

    .presse .logo-presse .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .presse .logo-presse img {
        max-width: 90px;
        max-height: 50px;
        vertical-align: middle;
    }

.presse .titre-presse {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding-left: 30px;
    font-family: Roboto;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 21px;
}

    .presse .titre-presse a {
        font-family: Roboto;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 21px;
        text-transform: uppercase;
        display: block;
    }
/* fin presse */
/* vos questions */
.vos-questions .sous-titre {
    margin-top: 4px;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 20px;
}

.vos-questions .texte {
    padding-left: 20px;
    vertical-align: middle;
    display: table-cell;
    color: #39B8B3;
    font-family: "Roboto Slab";
    font-size: 24px;
}
/* fin vos questions */

/* paiement */
.paiement .row.item div.cell {
    line-height: 20px;
}

.paiement .row.item input {
    height: 30px;
}

.paiement .row.item .btn.btn-default {
    height: 30px;
}
/* fin paiement */

/* Journal*/
.journal-page .nav.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.journal-page .nav-tabs > li.active > a,
.journal-page .nav-tabs > li.active > a:focus,
.journal-page .nav-tabs > li.active > a:hover {
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #39B8B3;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #39B8B3;
}

.journal-page .nav-tabs > li > a {
    color: #4B4689;
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 14px;
    margin-right: 2px;
    border: none;
}


.journal-page .tab-content {
    vertical-align: top;
    margin: 0;
    padding: 30px;
    border: 1px solid #39B8B3;
    display: inline-block;
    width: 40%;
    display: table;
    width: 100%;
    background-color: white;
}

    .journal-page .tab-content .ligne label {
        margin: 0px;
        color: #463251;
        font-family: Roboto;
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

    .journal-page .tab-content .ligne {
        border-bottom: 2px solid #dddddd;
    }
/* FIN Journal*/

/* Simul-retraite-pro*/

/* table responsive*/

.row.header.pro {
    height: 48px;
    background-color: #463251;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 0px;
    padding-left: 15px;
}

    .row.header.pro.right-border {
        border-right: 1px solid rgba(255,255,255,0.13);
    }

.row.item.pro {
    margin: 0;
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0px;
    padding-left: 15px;
    border-width: 0px
}



    .row.item.pro.alternate {
        background-color: white;
    }



    .row.item.pro.right-border {
        border-right: 1px solid #dddddd;
    }

    .row.item.pro div.cell {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 36px;
    }

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 0px solid #ccc;
    }

    #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        padding-top: 5px;
        padding-bottom: 5px;
        white-space: normal;
        text-align: left;
        height: auto;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

    .row.no-border {
        padding: 0px;
        border: 0px;
        margin: 0px;
    }
    /*
        Label the data
        */
    #no-more-tables td:before {
        content: attr(data-title);
    }
}

/* fin table responsive */

/* Vos dossiers */
.vos-dossier-page {
    height: auto;
    background-color: #FFF;
    padding: 10px 0 0 0;
    margin: 0 0 0 -15px;
}

    .vos-dossier-page .separator {
        border-top: 1px #39B8B3 dashed;
        height: 25px;
    }
/* fin Vos dossiers */

/* Inscription */

.inscription-page .nav.nav-tabs {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

.inscription-page .nav-tabs > li.active > a,
.inscription-page .nav-tabs > li.active > a:focus,
.inscription-page .nav-tabs > li.active > a:hover {
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #39B8B3;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #39B8B3;
}

.inscription-page .nav-tabs > li > a {
    color: #4B4689;
    padding: 20px;
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 14px;
    margin-right: 2px;
    border: none;
}


.inscription-page .tab-content {
    vertical-align: top;
    margin: 0;
    padding: 30px;
    border: 1px solid #39B8B3;
    display: inline-block;
    width: 40%;
    display: table;
    width: 100%;
    background-color: white;
}

    .inscription-page .tab-content label {
        margin-top: 20px;
        color: #463251;
        font-family: Roboto;
        font-size: 18px;
        line-height: 26px;
    }

/* Fin Inscription*/

/* Vos dossier */
.rachat-trimestre-page {
    height: auto;
    background-color: #FFF;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}

    .rachat-trimestre-page .separator {
        border-top: 1px #39B8B3 dashed;
        height: 25px;
    }

    .rachat-trimestre-page label {
        margin-top: 10px;
        color: #463251;
        font-family: Roboto;
        font-size: 18px;
        line-height: 26px;
    }

    .rachat-trimestre-page .taux-imposition label,
    .rachat-trimestre-page .taux-retraite label {
        margin-top: 10px;
        color: #463251;
        font-family: Roboto;
        font-size: 26px;
        line-height: 26px;
    }

.pdf-rachat-trimestre .table-comparaison .pad-right-5 {
    padding-right: 5px;
}

.pdf-rachat-trimestre .table-comparaison .header {
    height: auto;
    background-color: #463251;
    margin: 0;
    color: white;
    font-family: "Roboto Condensed";
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px;
}

    .pdf-rachat-trimestre .table-comparaison .header .hight-auto {
        height: auto;
        line-height: 36px;
        text-align: center;
    }

.pdf-rachat-trimestre .table-comparaison .row.item div.cell {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 15px;
    font-size: 10pt;
    padding-right: 2px
}

.pdf-rachat-trimestre .table-comparaison .row.item.alternate {
    background-color: #f4f3f1;
}

.pdf-rachat-trimestre .table-comparaison .row.bottom-border {
    border-bottom: 1px solid #dddddd;
}

/* fin Vos dossier */

/* Dossier */

.dossier-page {
    height: auto;
    background-color: #FFF;
    padding: 10px 0 0 0;
    margin: 0 0 0 -15px;
}

    .dossier-page .nav.nav-tabs {
        border-bottom: none;
        border-top: 1px solid #ddd;
    }

    .dossier-page .nav-tabs > li.active > a,
    .dossier-page .nav-tabs > li.active > a:focus,
    .dossier-page .nav-tabs > li.active > a:hover {
        padding: 20px;
        font-family: "Roboto Slab";
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #39B8B3;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom: 3px solid #39B8B3;
    }

    .dossier-page .nav-tabs > li > a {
        color: #4B4689;
        padding: 20px;
        font-family: "Roboto Slab";
        font-size: 14px;
        line-height: 14px;
        margin-right: 2px;
        border: none;
    }

    .dossier-page .nav-tabs li a.disabled {
        color: dimgray;
    }

    .dossier-page .tab-content {
        vertical-align: top;
        margin: 0;
        padding: 30px;
        border: 1px solid #39B8B3;
        display: inline-block;
        width: 40%;
        display: table;
        width: 100%;
        background-color: white;
    }

        .dossier-page .tab-content label {
            margin-top: 20px;
            color: #463251;
            font-family: Roboto;
            font-size: 18px;
            line-height: 26px;
        }

    .dossier-page a:hover, .dossier-page a:focus {
        outline: none;
        text-decoration: none;
    }

    .dossier-page .accordion .panel {
        border: 0px none;
        box-shadow: none;
    }

    .dossier-page .accordion .panel-heading {
        padding: 0;
        background: #fff;
    }

    .dossier-page .accordion .panel-title a {
        display: block;
        position: relative;
        background: transparent;
        color: #39B8B3;
        font-size: 16px;
        font-weight: bolder;
        text-transform: none;
        margin-bottom: 15px;
        padding: 15px 20px;
        border-bottom: 1px solid #39B8B3;
        border-radius: 0 15px 0 15px;
        transition: all 0.10s linear 0s;
    }

        .dossier-page .accordion .panel-title a.collapsed {
            color: #4B4689;
            border-bottom: 1px solid #39B8B3;
            margin: 0;
        }

        .dossier-page .accordion .panel-title a i {
            color: #39B8B3;
            position: absolute;
            top: 14px;
            left: 25px;
        }

        .dossier-page .accordion .panel-title a:before,
        .dossier-page .accordion .panel-title a.collapsed:before {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 36px;
            border: 7px solid transparent;
            border-top: 7px solid #39B8B3;
        }

        .dossier-page .accordion .panel-title a.collapsed:before {
            content: "";
            border: 0px none;
        }

        .dossier-page .accordion .panel-title a.collapsed:hover {
            color: #6a6060;
        }

        .dossier-page .accordion .panel-title a:after,
        .dossier-page .accordion .panel-title a.collapsed:after {
            content: "\f106";
            font-family: FontAwesome;
            color: #39B8B3;
            font-size: 20px;
            line-height: 20px;
            position: absolute;
            top: 14px;
            right: 25px;
        }

        .dossier-page .accordion .panel-title a.collapsed:after {
            content: "\f107";
            color: #39B8B3;
        }

    .dossier-page .accordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: 1px solid #39B8B3;
        border-radius: 15px 15px 15px 15px;
    }

    .dossier-page .accordion .panel .row.item.alternate {
        background-color: #f4f3f1;
    }

    .dossier-page .accordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body.anciennes-simulations .item input {
        border: none;
        font-family: "Roboto";
        background: transparent;
        width: 80%;
        line-height: 20px;
    }
/* FIN Dossier */



/*FIN Simul-retraite-pro*/

/* helpers*/
.titre-hr HR {
    width: 38px;
    float: left;
    border-top: 3px solid #39B8B3;
    margin-right: 15px;
    margin-top: 9px;
}

.titre-hr SPAN {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
}

.pad-top-8 {
    padding-top: 8px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.pad-30 {
    padding: 30px;
}

.row.white-content {
    background-color: white;
    margin: 0px;
    padding: 0px;
}

.row.gray-content {
    background-color: #F9F8F7;
    margin: 0px;
    padding: 0px;
}

.white-content[class*="col-"] {
    background-color: white;
}

.gray-content[class*="col-"] {
    background-color: #F9F8F7;
}

.row.match-my-cols {
    overflow: hidden;
}

    .row.match-my-cols [class*="col-"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

.pastille {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #39B8B3;
    color: white;
    text-align: center;
    padding: 0px 0;
    font-size: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
/* end helpers*/
/* loading */
/* SPINNER
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #e64510;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: white;
    opacity: 0.5;
}

    .loading.dark {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background-color: #262626;
        opacity: 0.5;
    }

    .loading .wrapper {
        display: table;
        width: 100%;
        height: 100%;
    }

        .loading .wrapper .cell {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }
/* end loading */


.separator-2 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #f2812f;
    position: relative;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #39B8B3;
    border-color: #39B8B3;
}
/* end pagination */
/* Validation */
.validation-summary-errors ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0px;
    list-style: none;
}

span.field-validation-error {
    color: #EA4B35;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 700;
}

.input-validation-error {
    border: 1px dotted #cc5965;
}

.required-asterisk {
    color: #f2812f;
    font-size: .5em;
    position: relative;
    top: -2px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.radio, .checkbox {
    padding-left: 0px;
}

.input-group-addon {
    background-color: #cacaca;
    border-color: #acacac;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
/* override bootstrap*/
.col-md-1-5 {
    width: 12.49995%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-1-7 {
    width: 14.16666%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-2-5 {
    width: 20.83334%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1-5 {
    width: 12.49995%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-3-5 {
    width: 29.16665%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.validation-summary-errors {
    clear: both;
}

.btn {
    height: 60px;
}

    .btn.btn-default.bootstrap-touchspin-up,
    .btn.btn-default.bootstrap-touchspin-down {
        height: 25px;
    }

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 7px;
}

.bootstrap-touchspin-postfix {
    background-color: #eee;
    border-left: none;
}

.btn-lspace {
    margin-left: 5px;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary {
    background-color: #39B8B3;
    border-color: #39B8B3;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 3px;
    color: white;
}

.btn-link {
    color: #39B8B3;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 3px;
}

.btn-lg {
    height: 72px;
    line-height: 48px;
}

.btn-md {
    height: 59px;
    line-height: 43px;
}

.btn-sm {
    height: 46px;
    line-height: 37px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #3A9E99;
    border-color: #3A9E99;
    color: #FFFFFF;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link:active:focus,
.btn-link:active:hover,
.btn-link.active:hover,
.btn-link.active:focus {
    color: #3A9E99;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled],
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary.active[disabled],
    fieldset[disabled] .btn-primary,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #9cdbd9;
        border-color: #9cdbd9;
    }

.btn-warning {
    background-color: #EA7A35;
    border-color: #EA7A35;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 3px;
    color: white;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .btn-warning.active:focus {
        background-color: #C35E20;
        border-color: #C35E20;
        color: #FFFFFF;
    }

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link:active:focus,
.btn-link:active:hover,
.btn-link.active:hover,
.btn-link.active:focus {
    color: #C35E20;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

    .btn-warning.disabled,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled],
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:active,
    .btn-warning.active[disabled],
    fieldset[disabled] .btn-warning,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f5bd9a;
        border-color: #f5bd9a;
    }

.alert-icon {
    background: url('images/iconAlerte.gif') center center no-repeat;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    width: 150px;
    height: 35px;
    color: white;
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
    padding-left: 10px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete {
    background: white;
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
    line-height: 19px;
    padding-left: 10px;
    color: black;
    width: 94px;

    border-style: solid;
    border: 1px solid rgba(75,70,137,0.47);
}

.ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
}

.ui-menu-item > a {
    color: black;
}

.ma-retraite-page .accordion .panel-title a {
    display: block;
    position: relative;
    background: transparent;
    color: #39B8B3;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 15px;
    padding: 15px 20px;
    border-bottom: 1px solid #39B8B3;
    border-radius: 0 15px 0 15px;
    transition: all 0.10s linear 0s;
}
[data-id="Regime_Monsieur"] {
    height:48px;
}

[data-id="Regime_Madame"] {
    height: 48px;
}

[data-id="RegimeModel_Regime"] {
    height: 48px;
}

.TitreRegimeSaisie {
    display: table-cell;
}

@media (max-width: 1440px) {
    .TitreRegimeSaisie {
       height:142px;
    }
}
.marginTitleTop{
    margin-top :20px;
}
.color-white{
    color : white;
   
}
.fontsizemoyen {
    font-size: 13px;
}
.paddingtopsup{
    padding-top:10px;
}
.paddingtopsupplus {
    padding-top: 16px;
}
.marginTopSup{
    margin-top : 31px;
}
.text-centere{
    text-align:center;
}
.reversion-center {
    padding: 10px;
    height: 120px;
    width: 20%;
    background-color: #4B4689;
    vertical-align: middle;
    display: table-cell;
}
.releve-style {
    font-size: 1.5em;
    font-weight: 800;
     color: #39B8B3;
}

.fontsizem{
    font-size: 14px!important;
}
.backgroundColor {
    background-color: #4B4689;
    color: white !IMPORTANT;
    border-top: solid 2px white;
    height: 46px;
    font-family: "Roboto Slab";
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}
.backgroundColorBlue {
    background-color: #39B8B3;
    color: white;
    border-top: solid 2px white;
    height: 46px;
    font-family: "Roboto Slab";
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}
.fontWeight{
    font-weight : 800;
}
.paddinTopCaisse{
    padding-top:37px;
}
.backgroundcolortd{
    background-color:  #4B4689;
    color:white !important;
}
.margitop{
    margin-top:50px;
}
.margibottom{
    margin-bottom:50px;
}
.lineheight {
    line-height: 17px !important;
}
.paddingLeftTitle{
    padding-left : 80px;
}

.other-pages {
    page-break-before: always;
}
.ma-retraite-page .details {
    margin: 0;
    padding: 30px;
    background-color: white;
    display: inline-block;
    width: 70%;
}
