@charset "iso-8859-1";

@import url('https://fonts.googleapis.com/css?family=Lato:400,700');


html, body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #4C4C4E;
}

::-webkit-scrollbar {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nomargintop {
    margin-top: 0;
}

.big {
    font-size: 36px;
}

.nomargin {
    margin: 0;
}

.bold {
    font-weight: bold;
}

.weight400 {
    font-weight: 400;
}

.noborder {
    border: none !important;
    margin-top: 0 !important
}

.flex, .inProgress {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*@media(max-width: 791px){*/
    /*.flex {*/
        /*display: inline-block;*/
        /*}*/
        /*}*/

        .custom-col .col-md-4 {
            padding: 0;
            height: 258px;
            overflow: hidden;
        }

        @media (max-width: 1200px) {
            .custom-col .col-md-4 {
                height: 215px;
            }
        }

        @media (max-width: 992px) {
            .custom-col .col-md-4 {
                height: 215px;
            }
        }

        p {
            margin: 20px 0;
        }

        h2, h3, h4 {
            font-family: 'Raleway', sans-serif;
            color: #08203e;
            font-weight: 700;
        }

        h2, .underlined {
            font-weight: 700;
            border-bottom: 1px solid lightgrey;
            padding-bottom: 15px;
        }

        h3 {
            font-size: 28px;
        }

        h4 {
            font-size: 25px;
        }

        ul li ul li {
            margin-left: 20px !important;
        }

        .alert {
            font-size: 16px;
        }

        .btn-primary {
            background-color: #08203e;
            border-color: #08203e;
        }

        .btn-primary:hover, .btn-primary:focus {
            background-color: #808387 !important;
            border-color: #808387 !important;
        }

        .header-top {
            background-color: #07203E;
            color: #fff;
            font-size: 15px;
            padding: 2px 0;
        }

        .header {
            background-color: #07203E;
        }

        #logo {
            display: block;
            text-align: center;
            margin: 20px 0;
        }

        .menu-bg {
            background-color: grey;
            position: absolute;
            height: 58px;
            bottom: 0;
            top: 30px;
            left: 0;
            right: 0;
        }

        #menu {
            text-align: center;
        }

        #menu li {
            line-height: 10px;
            white-space: nowrap;
            font-size: 16px;
            display: inline-block;
            font-weight: 300;
            font-family: 'Open Sans', sans-serif;
        }

        #menu li a {
            color: #fff;
        }

        #menu li a:hover, #menu li a:focus, #menu li.active a {
            text-decoration: none;
            color: #07203E;
        }

        #menu li.active a {
            font-weight: bold;
            background: none;
        }

        #menu li.active .dropdown-menu li a {
            color: #808387;
            font-weight: normal;
        }

        #menu .dropdown-menu li.active a {
            background-color: transparent;
            color: #808387 !important;
            font-weight: bold !important;
        }

        #menu li.active a:hover {
            text-decoration: none;
        }

        #menulng ul {
            padding: 0;
        }

        #menulng li {
            padding: 0 3px;
            list-style-type: none;
            display: inline-block;
        }

        #menulng li a {
            color: #fff;
            font-size: 18px;
        }

        #menulng li a.active {
            font-weight: bold;
        }

        #menulng li a:hover {
            text-decoration: none;
        }

        .nav {
            display: inline-block;
            margin-top: 24px;
            margin-bottom: -7px;
        }

        .nav > li > a {
            padding: 20px 15px;
            color: #08203e;
            text-transform: uppercase;
        }

        .nav > li > a:hover {
            background: none;
            text-decoration: underline;
        }

        .navbar {
            min-height: inherit;
            margin-bottom: 0;
        }

        .navbar-default {
            background: none;
            border: none;
        }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border: none;
        }

        .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #08203e;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #FFF;
        }

        @media (max-width: 1200px) {
            #menu {
                width: 100%;
            }

            #menu li {
                font-size: 15px;
                padding: 0 10px;
                display: block;
            }

            #menu li a {
                color: #08203e;
                padding: 12px;
                font-size: 15px;
            }

            #menu li.active a {
                color: #3a3a3a;;
            }

            .menu-bg {
                display: none;
            }

            .sub-menu {
                position: relative;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
            }

            .sub-menu ul {
                padding: 0;
            }

            .sub-menu li {
                padding: 15px 0 !important;
                background-color: #00A885;
                border: 1px solid lightgrey;
            }

            .sub-menu li a {
                color: #fff !important;
                display: block;
                padding: 0 12px !important;
            }

            .nav {
                margin: 10px 0;
            }

            .nav, #menulng, .sub-menu {
                display: block;
            }

            .navbar-toggle {
                display: block;
            }

            .navbar-header {
                float: right;
            }

            @media (max-width: 1200px) {
                #menu .clear {
                    clear: both;
                }
            }

            .navbar-collapse.collapse {
                display: none !important;
                height: auto !important;
            }

            .collapse.in {
                display: block !important;
                width: 100%;
                float: right;
            }

            .navbar-collapse {
                background-color: white;
            }

            .langues {
                display: block;
                cursor: pointer;
                background-color: lightgrey;
                padding: 5px 10px;
            }
        }

        @media (max-width: 769px) {
            #menu li:before {
                content: "";
            }
        }

        .dropdown-menu {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin-top: 0;
        }

        @media (max-width: 1200px) {
            #menu {
                float: none;
            }

            .dropdown-menu {
                position: relative;
                float: none;
                border: none;
                box-shadow: none;
            }

            .dropdown.open {
                padding: 0 !important;
            }

            #menu .dropdown.open .dropdown-toggle {
                padding: 15px 12px !important;
            }

            #menu .dropdown-menu li a {
                margin-left: 30px;
            }

            #menu .dropdown-menu li:hover a, #menu .dropdown-menu li:hover {
                background-color: lightgrey;
            }

            #menu .dropdown-menu li:hover a:focus {
                background-color: transparent;
            }
        }

        .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
            background-color: transparent;
        }

        .dropdown-menu li a {
            padding: 10px 20px;
        }

        .dropdown-menu li {
            display: block !important;
        }

        .dropdown-menu li:hover {
            background-color: #f5f5f5;
        }

        .menu-underlined {
            height: 3px;
            background-color: #808387;
        }

        #slider img {
            width: 100%;
            position: relative;
        }

        .slider-banner-container,
        .slider-revolution-5-container {
            width: 100%;
            position: relative;
            padding: 0;
        }

        .slider-banner-fullwidth {
            width: 100%;
            position: relative;
        }

        .slider-banner-container ul.slides,
        .slider-revolution-5-container ul.slides {
            display: none;
        }

        .tp-bullet {
            border-radius: 20px;
        }

        .arrow i {
            font-size: 30px;
            color: lightgrey;
            z-index: 100;
            position: relative;
            top: -70px;
            animation: blinker 2s linear infinite;
            opacity: 0.5;
        }

        @keyframes blinker {
            50% {
                opacity: 0;
            }
        }

        .icon-box {
            width: 130px;
            height: 130px;
            background-color: #808387;
            border-radius: 70px;
            color: white;
            font-size: 50px;
            margin-top: -90px;
            border: 1px solid #888;
        }

        .icon-box i {
            margin: auto;
        }

        .what-box {
            border: 1px solid #888;
            padding: 20px 30px;
            margin: 50px 0;
        }

        .what-box h3 {
            height: 70px;
        }

        .what-box p {
            text-align: justify;
            height: 240px;
            overflow: hidden;
        }

        @media (max-width: 769px) {
            .what-box p {
                height: auto;
            }

            .what-box {
                margin: 105px 0;
            }
        }

        .stellar {
            background-attachment: fixed;
            background-repeat: no-repeat;
            height: 0;
            width: 100%;
            position: relative;
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center;
            padding-top: 20%;
            margin: 50px 0;
        }
        .stellar.top {
            margin-top: 0;
        }

        .banner1 {
            background-image: url(../img/banner-home.jpg);
        }

        .banner-who {
            background-image: url(../img/who-banner.jpg);
            height: 500px;
        }

        .separator-who {
            background-image: url(../img/banner-who2.jpg);
        }

        .banner-patrimoine {
            background-image: url(../img/patrimoine-banner.jpg);
        }

        .patrimoine-sep {
            background-image: url(../img/patrimoine-sep.jpg);
        }

        .patrimoine-sep2 {
            background-image: url(../img/patrimoine-sep2.jpg);
        }

        .main-sep {
            background-image: url(../img/main-sep.jpg);
        }

        .main-sep2 {
            background-image: url(../img/main2-sep.jpg);
        }

        .banner-credit {
            background-image: url(../img/banner-credit.jpg);
        }

        .banner-fiscal {
            background-image: url(../img/banner-fiscal.jpg);
        }

        .interbanner-fiscal {
            background-image: url(../img/interbanner-fiscal.jpg);
        }

        .banner-event {
            background-image: url(../img/event-banner2.jpg);
        }

        .presse-banner {
            background-image: url(../img/presse-banner.jpg);
        }

        .banner-simu {
            background-image: url(../img/banner-simu.jpg);
        }

        .epargne em, #fixe em, #mensualites em, #amortissement em, .cadre em {
            color: #011A35;
            font-weight: 700;
        }

        .fa {
            font-weight: 300 !important;
        }

        .next-event {
            padding: 10px 30px;
            margin: 20px 0;
        }
        .next-event p{
           margin: 0;
       }
       .next-event .btn{
        padding: 3px 12px;
    }

    .next-event h4 {
        margin: 0;
        margin-bottom: 10px;
        text-align: left;
        font-size: 21px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .next-event span {
        font-size: 16px;
        font-weight: 700;
    }

    .next-event span i {
        font-size: 12px;
        margin: 0 10px;
    }

    .event-header .fa {
        /*float: right;*/
        color: #008D9E;
        /*margin-bottom: 10px;*/
    }
    .event-header p{
        margin: 0;
        margin-bottom: 5px;
    }
    .event-content{
        height: 130px;
    }
    .golf_icon{
        width: 34px;
        height: 34px;
        display: block;
        background: url(../img/golf_icon.png) no-repeat center center;
        margin: 0 auto;
    }


    #filter {
        border-bottom: 1px solid lightgrey;
        padding: 20px 0;
        font-weight: 700;
    }

    #filter a {
        font-size: 18px;
    }

    #filter a:hover {
        text-decoration: none;
    }

    #events h3 {
        margin-top: 0;
    }

    .event-box h4 {
        text-align: left !important;
    }

    #events .event-box, .event-box.presse {
        padding: 10px 20px;
        margin: 20px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    @media (max-width: 615px) {
        #events .event-box, .event-box.presse {
            display: inline-block;
        }
    }

    .modal-backdrop {
        z-index: -1;
    }

    .thumbnail {
        border: 1px solid #07203E;
        padding: 10px 15px;
    }

    .cadre{
        padding: 10px 15px;
        background: #E2E2E2;
    }

    .border{
        border: 1px solid #07203E;
        background: none;
    }

    .cadre .row{
        margin: 0;
        /*    margin: 5px 0px;*/
    }

    .bottom {
        background-color: #808387;
        color: #fff;
        font-size: 14px;
        padding-top: 20px;
        text-align: right;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
    }

    @media (max-width: 991px) {
        .bottom {
            text-align: center;
        }
    }

    .bottom a {
        color: #fff;
        margin-right: 20px;
    }

    .coordonnees {
        font-size: 14px;
        margin-bottom: 20px;
    }

    @media (max-width: 992px) {
        .coordonnees {
            text-align: left;
        }
    }

    .coordonnees i {
        margin-right: 10px;
    }

    #scroll {
        display: none;
        opacity: 0.7;
        position: fixed;
        right: 20px;
        bottom: 20px;
        color: #07203E;
        z-index: 100;
    }

    .block {
        width: 100%;
        padding: 15px 0 45px 0;
    }

    .block.white {
        background: #FFF;
    }

    .block.grey {
        border-top: 2px solid #07203E;
        border-bottom: 2px solid #07203E;
        background: #fff;
    }

    .block.center {
        text-align: center;
    }

    .block.full {
        padding: 0;
    }

    .block.full p {
        margin: 0;
        padding: 0;
    }

    .block.full img, img.full {
        width: 100%;
        display: block;
        height: auto;
        max-width: 100%;
        margin: 0 !important;
        border: none !important;
    }

    .block h3 {
        color: #08203e;
        font-family: 'Raleway', sans-serif;
    }

    .block ul {
        padding-left: 20px;
        margin: 0;
    }

    .block li {
        margin: 5px 0;
    }

    .team {
        min-height: 350px;
    }

    .team p, .team h4 {
        text-align: center;
        margin: 0;
        color: #000;
    }

    .team p {
        margin-bottom: 5px;
    }

    .team h4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .caract {
        background-color: #ebf3f7;
        padding: 7px;
        border-radius: 5px;
    }

    .caract strong {
        color: #09203F;
    }

    .tp-caption .h1 {
        color: #fff;
        text-shadow: 2px 2px 2px #333;
    }

    @media (max-width: 1280px) {
        .tp-caption .h1 {
            display: none;
        }
    }

    @media (max-width: 1280px) {
        #onelife {
            padding: 0;
            margin-left: 60px;
        }
    }
    @media (max-width: 1200px) {
        .stellar {
            background-attachment: inherit;
        }
        .banner-who {
            height: 0;
        }
    }
    .mentionslegales {
        font-size: 10px;

    }

    #bottom-privacy {
        position: fixed;
        z-index: 999999999999;
        bottom: 0;
        right: 0;
        left: 0;
        background: #07203E; /* background du block */
    }

    #bottom-privacy .container {
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        padding: 20px 35px;
    }

    #bottom-privacy .btn {
        width: 138px;
        height: 38px;
        margin: 0 auto;
        border: 0;
        color: #fff;
        background: #808387; /* background du bouton */
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        float: none;
        display: block;
        transition: all 250ms;
        position: relative;
        line-height: 25px;
        border-radius: 0;
    }

    #bottom-privacy a {
        color: #808387; /* couleur du lien */
    }