/* ================================ Basic layout styles ================================ */
/* @author Zak Drissi */

/* Generate font Icons */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/iconsfont/capitaltrust.eot?yiq4hb');
    src: url('../fonts/iconsfont/capitaltrust.eot?yiq4hb#iefix') format('embedded-opentype'),
        url('../fonts/iconsfont/capitaltrust.ttf?yiq4hb') format('truetype'),
        url('../fonts/iconsfont/capitaltrust.woff?yiq4hb') format('woff'),
        url('../fonts/iconsfont/capitaltrust.svg?yiq4hb#capitaltrust') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generate font Icons */
@font-face {
    font-family: 'icomoon2';
    src: url('../fonts/icofont/fonts/icofont.eot?v=1.0.0-beta#icofont');
    src: url('../fonts/icofont/fonts/icofont.eot?v=1.0.0-beta#icofont') format('embedded-opentype'),
        url('../fonts/icofont/fonts/icofont.ttf?v=1.0.0-beta#icofont') format('truetype'),
        url('../fonts/icofont/fonts/icofont.woff?v=1.0.0-beta#icofont') format('woff'),
        url('../fonts/icofont/fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
.icon-moins:before {
    content: "\e91a";
}
.icon-plus:before {
    content: "\e91b";
}
.icon-information-sign:before {
    content: "\e919";
}
.icon-server:before {
    content: "\e917";
}
.icon-download-arrow:before {
    content: "\e918";
}
.icon-quotations:before {
    content: "\e916";
}
.icon-download:before {
    content: "\e915";
}
.icon-facebook-partage:before {
    content: "\e914";
}
.icon-close:before {
    content: "\e913";
}
.icon-partager:before {
    content: "\e912";
}
.icon-bx-arrows-left:before {
    content: "\e910";
}
.icon-bx-arrows-right:before {
    content: "\e911";
}
.icon-fonds-down:before {
    content: "\e90e";
}
.icon-fonds-up:before {
    content: "\e90f";
}
.icon-FAX:before {
    content: "\f135";
}
.icon-infooter:before {
    content: "\e901";
}
.icon-map:before {
    content: "\e902";
}
.icon-PDf:before {
    content: "\e903";
}
.icon-tele:before {
    content: "\e904";
}
.icon-twittefooter:before {
    content: "\e905";
}
.icon-viadeofooter:before {
    content: "\e906";
}
.icon-whatsappfooter:before {
    content: "\f135";
}
.icon-graph:before {
    content: "\e907";
}
.icon-in:before {
    content: "\e908";
}
.icon-mai:before {
    content: "\e909";
}
.icon-map2:before {
    content: "\e90a";
}
.icon-search:before {
    content: "\e90b";
}
.icon-twitt:before {
    content: "\e90c";
}
.icon-viadeo:before {
    content: "\e90d";
}/*
/* ================================ Header ================================ */
.global-page {
    max-width: 1148px;
    margin: 0 auto;
}

.activite-page {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

header.main-header {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    width: 100%;
    max-width: 100%;
}

.borse {
    background-color: #bba86d;
    height: 47px;
    padding: 0;
}

.info-header {
    /* background-color:#d5c69c; */
    padding: 0px;
    height: 44px;
    position: relative;
    float: right;
}

header.main-header .top-header {
    position: relative;
    margin-top: 5px
}

.d-table {
    display: table;
    width: 100%;
    text-align: center;
}

.d-table-cell {
    display: table-cell;
}

.d-table-cell.middle {
    vertical-align: middle;
}

.box_lang {
    position: relative;
    padding: 0 9px 0 27px;
}

.lang_item {
    padding: 0 0 0 20px;
    height: 100%;
    line-height: 44px;
}

.lang_item ul {
    margin: 0;
    height: 100%;
    line-height: 44px;
    float: left;
}

.lang_item ul .curLang {
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #3f4244;
    font-family: 'Open Sans';
    padding: 0 2px 0 10px;
}

.header-Langues .Langues {
    float: left;
}

.header-Langues .Langues a {
    color: #3f4244;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
}

.header-Langues .Langues a:before {
    content: "\e90a";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    float: left;
    font-size: 1.375rem;
    color: #3f4244;
    margin-right: 12px;
}

.header-Langues .Langues a:hover:after,
.header-Langues .Langues a:focus:after,
.header-Langues .Langues a:active:after {
    right: 0;
}

.hd-search {
    padding: 0;
    height: 100%;
    line-height: 44px;
}

.hd-search {
    padding: 0 10px;
}

.hd-search.open-parent {
    background-color: #bba86d;
}

.hd-search.open-parent .Recherche:before {
    background-color: #bba86d;
}

.hd-search .Recherche,
.espace_client_link {
    font-size: 0.9375rem;
    color: #3f4244;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
}

.hd-search .Recherche.open,
.hd-search .Recherche.open:before {
    color: #f1ede2;
}

.hd-search .Recherche:before {
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #3f4244;
    margin-top: 0;
    position: relative;
    top: 5px;
    /* background-color: #D5C69C; */
    padding-right: 5px;
    padding-left: 3px;
}

.hd-search .Recherche:hover:after,
.hd-search .Recherche:focus:after,
.hd-search .Recherche:active:after {
    right: 0;
}

.hd-search .Recherche:hover,
.hd-search .Recherche:focus,
.hd-search .Recherche:active,
.espace_client_link:hover,
.espace_client_link:active,
.espace_client_link:focus {
    color: #3f4244;
}

.espace_client {
    float: left
}

.espace_client:after {
    content: "|";
    display: inline-block;
    color: #3f4244;
    margin: 0 15px 0 20px;
}

.ico_espace_client_container {
    border: 1px solid #3f4244;
    border-radius: 100%;
    padding: 0px 4px;
    margin-right: 7px;
}

.ico_espace_client {
    background-image: url('../img/man-user.png');
    width: 11px;
    height: 11px;
    display: inline-block;
    vertical-align: 0;
    /* margin-right: 6px; */

    background-size: contain;
}


.advaced-search {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #bba86d;
    top: 44px;
    left: 0;
    height: 381px;
    z-index: 2;
}

.advaced-search .search_form {
    display: block;
    margin: 0 auto;
    max-width: 640px;
    position: relative;
}

.advaced-search h3 {
    font-family: 'Raleway';
    font-size: 2.313rem;
    color: #ffffff;
    text-align: center;
    margin: 70px 0 50px 0;
}

.advaced-search .button-search {
    float: right;
    width: 170px;
    height: 55px;
    background-color: #545c63;
    border: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: 'Raleway';
    transition: all 0.3s ease-out;
    text-align: center;
    padding: 0;
}

.advaced-search .button-search:hover {
    background-color: #3B454D;
}

.advaced-search .text-search {
    float: left;
    display: block;
    /* float: none; */
    max-width: 470px;
    border: 0;
    height: 55px;
    padding: 0 0 0 22px;
}

.advaced-search .close-search {
    font-size: 0.875rem;
    position: absolute;
    top: 24px;
    right: 30px;
    margin-left: 5px;
    font-family: 'Raleway';
    color: #f1ede2;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.advaced-search .close-search:hover {
    color: #545C63;
}

.advaced-search .close-search:before {
    content: "\e913";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 12px;
    margin-right: 6px;
}

.advaced-search label.error {
    top: 58px;
}

.info-header .info-header-itms {
    float: right;
    /* margin-right: 15px; */
}

.advaced-search .icon-search {
    padding: 0;
    position: relative;
}

.top-header .text-search::-webkit-input-placeholder {
    color: #3f4244;
}

.top-header .text-search:-moz-placeholder {
    color: #3f4244;
}

.top-header .text-search::-moz-placeholder {
    color: #3f4244;
}

.top-header .text-search:-ms-input-placeholder {
    color: #3f4244;
}

.contact-form ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.contact-form :-moz-placeholder {
    text-transform: uppercase;
}

.contact-form ::-moz-placeholder {
    text-transform: uppercase;
}

.contact-form :-ms-input-placeholder {
    text-transform: uppercase;
}

#field_email::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 13px;
}

#field_email:-moz-placeholder {
    text-transform: uppercase;
    font-size: 13px;
}

#field_email::-moz-placeholder {
    text-transform: uppercase;
    font-size: 13px;
}

#field_email:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 13px;
}


/*::-webkit-input-placeholder {color: #909090;text-transform: uppercase;font-size: 0.8125rem;font-family: 'Raleway';}
::-moz-placeholder {color: #909090;text-transform: uppercase;font-size: 0.8125rem;font-family: 'Raleway';} /* firefox 19+ */
/*:-ms-input-placeholder { color: #909090;text-transform: uppercase;font-size: 0.8125rem;font-family: 'Raleway'; } /* ie */
/*input:-moz-placeholder { color: #909090;text-transform: uppercase;font-size: 0.8125rem;font-family: 'Raleway'; }

/*.text-search::-webkit-input-placeholder {color: #b2b4b6;font-size: 1.063rem;}
.text-search::-moz-placeholder {color: #b2b4b6;font-size: 1.063rem;} /* firefox 19+ */
/*.text-search:-ms-input-placeholder { color: #b2b4b6;font-size: 1.063rem; } /* ie */
/*input.text-search:-moz-placeholder { color: #b2b4b6;font-size: 1.063rem; }*/
.bx-viewport {
    z-index: 0;
}

.bx-controls-direction {
    display: none;
}

.block-slider-home .bx-controls {
    bottom: 5%;
}

.bx-controls {
    position: absolute;
    bottom: 60%;
    width: 100%;
}

.bx-pager {
    margin: 0 auto;
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
}

.bx-pager-item a {
    border: 2px solid #fff;
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.bx-pager-item a.active {
    background: #fff;
    border: 2px solid #fff;
}

input[type="text"].text-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b4b6;
    font-size: 1.063rem;
}

input[type="text"].text-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b4b6;
    font-size: 1.063rem;
}

input[type="text"].text-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b4b6;
    font-size: 1.063rem;
}

input[type="text"].text-search:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b4b6;
    font-size: 1.063rem;
}

.condidature-link-header {
    height: 100%;
    line-height: 44px;
    padding: 0;
}

.condidature-link-header a.candidature {
    font-size: 0.9375rem;
    color: #3f4244;
    padding: 0;
    font-weight: 600;
    -webkit-transform: translateZ(0);
}

.condidature-link-header a.candidature:before {
    content: "\e909";
    position: relative;
    color: #3f4244;
    font-size: 1.688rem;
    float: left;
    line-height: normal;
    margin-top: 9px;
    margin-right: 10px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.condidature-link-header a.candidature:hover:after,
.condidature-link-header a.candidature:focus:after,
.condidature-link-header a.candidature:active:after {
    right: 0;
}

.info-header .info-header-itms.header-sociaux-nav {
    margin-right: 0;
    height: 100%;
}

#menu-reseau-sociaux {
    height: 100%;
    line-height: 44px;
}

#menu-reseau-sociaux li {
    position: relative;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 7px;
    font-size: 1.313rem;
}

#menu-reseau-sociaux li a {
    font-size: 0;
}

#menu-reseau-sociaux li a:before {
    font-family: 'icomoon' !important;
    line-height: 1;
    color: #3f4244;
    transition: all 0.3s ease-out;
}

#menu-reseau-sociaux li a:hover:before {
    color: #BBA86D;
}

#menu-reseau-sociaux li.icon-in a:before {
    content: "\e908";
    font-size: 18px;
    margin-top: -2px;
    float: left;
}

#menu-reseau-sociaux li.icon-twitt a:before {
    content: "\e90c";
    font-size: 16px;
}

#menu-reseau-sociaux li.icon-viadeo a:before {
    content: "\e90d";
    font-size: 18px;
    float: left;
    margin-top: -2px;
}

#menu-reseau-sociaux li.icon-whatsapp a:before {
    font-family: 'icomoon2' !important;
    content: "\f135";
    font-size: 18px;
    float: left;
    margin-top: -2px;
}

header.main-header .bottom-header {
    height: 103px;
    float: left;
    width: 100%;
    transition: all 0.8s ease-out;
}

header.main-header .is-sticky .bottom-header {
    height: 120px;
    width: 100% !important;
    left: 0;
    padding: 0 100px;
    background-color: #F5F5F5;
}

.is-sticky #menu-menu-principal {
    margin-top: 28px;
}

.main-header-nav {
    padding: 0;
}

.bottom-header .logo {
    /* margin-top: 22px;padding-right: 75px;padding-left: 30px; */
}

.bottom-header .logo h1 {
    font-size: 0;
}

#menu-menu-principal {
    float: right;
    margin-top: 18px;
}

#menu-menu-principal>li.menu-item-type-post_type {
    padding: 0 10px;
}

#menu-menu-principal>li.menu-item-type-post_type>a {
    position: relative;
}

#menu-menu-principal>li.menu-item-type-post_type>a:after {
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    background-color: #b5b5b5;
    right: -10px;
}

#menu-menu-principal>li.menu-item-type-post_type:last-child>a:after {
    width: 0;
}

#menu-menu-principal li>a {
    font-size: 0.9375rem;
    color: #3f4244;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-weight: 600;
}

#menu-menu-principal li a.current-menu-item,
#menu-menu-principal li a:hover {
    color: #d5c69c;
}

#menu-menu-principal li:first-child {
    border: none;
}

/* sous menu*/
#menu-menu-principal li>.sub-menu {
    background-color: #fff;
    float: left;
    width: 100%;
    left: -18px;
    right: 0;
    position: absolute;
    display: none;
    border-bottom: 5px solid #dedede;
    padding: 13px 0 14px;
}

#menu-menu-principal li>.sub-menu>.menu-item.sub-menu-parents {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    float: none;
    display: block;
    max-width: 800px;
}

#menu-menu-principal li>.sub-menu>.menu-item.sub-menu-parents>a {
    display: none;
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu>.menu-item.sub-menu-row {
    width: 100%;
    padding: 0 23px;
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu>.menu-item.sub-menu-row>a {
    display: none
}

#menu-menu-principal li>.sub-menu>.menu-item {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu {
    position: relative;
    display: block;
    margin-top: 0;
    border-bottom: 0;
    padding: 0;
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu>.menu-item {
    border: 0;
    width: auto;
    padding: 0 10px;
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu>.menu-item a {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #545c63;
    display: block;
    padding: 0 0 12px;
    margin-top: 20px;
    text-align: center
}

#menu-menu-principal li>.sub-menu>.menu-item .sub-menu>.menu-item a:hover {
    color: #d5c69c;
}

.savoir-plus {
    margin: 45px auto 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: inherit;
    padding: 0 75px;
    background-color: #bba86d;
    color: #fff;
    transition: all 0.3s ease-out;
}

.savoir-plus:hover {
    background-color: #D5C69C;
}

.savoir-plus:after {
    content: "\e911";
    position: relative;
    font-size: 13px;
    top: 0;
    margin: 0 0 0 20px;
    font-family: 'icomoon' !important;
}

label.error {
    position: absolute;
    color: #ff0000;
    font-size: 0.6875rem;
    text-transform: none;
}

.uploader label.error {
    bottom: -20px;
}

.uploader#uniform-field_4aljuz label.error {
    bottom: -45px;
}

div.selector label.error {
    left: 0;
}

form div.uploader.error,
form input.error,
div.selector.error {
    border-color: #ff0000;
}

.borse .borse-icone {
    width: 12%;
    height: 47px;
    float: left;
    background-color: #6d7a8a;
    line-height: 44px;
}

.borse .borse-icone:before {
    content: "\e907";
    font-family: 'icomoon' !important;
    font-weight: normal;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}

.borse .borse-icone:hover:before {
    color: #fff;
}

.borse .borse-content {
    float: left;
    width: 88%;
    height: 44px;
    background-color: #bba86d;
    /* padding-top: 7px; */
}

.borse .swf {
    visibility: hidden;
    display: none;
}

.borse .borse-content iframe {
    width: 100%;
    height: 47px;
    border: 0;
}

/* bx-nav*/
.bx-wrapper {
    position: relative;
}

.bx-controls-direction {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.bx-controls-direction a {
    position: absolute;
    font-size: 0;
}

.bx-controls-direction a.bx-prev {
    left: 0;
}

.bx-controls-direction a.bx-next {
    right: 0;
}

.bx-controls-direction a:before {
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 30px;
    color: #bbbbbb;
}

.bx-controls-direction a.bx-prev:before {
    content: "\e910";
}

.bx-controls-direction a.bx-next:before {
    content: "\e911";
}

/* ================================
   Footer
   ================================ */
.block-refernce-new {
    padding-bottom: 40px;
}

.block-refernce {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-bottom: 40px;
}

.block-refernce .block-refernce-itms {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
}

.block-refernce h3 {
    position: relative;
    font-size: 1.688rem;
    text-transform: uppercase;
    font-family: "Open Sans";
    margin: 0;
    text-align: center;
    color: #3f4244;
    margin-bottom: 35px;
    margin-top: 40px;
}

.block-refernce h3:after {
    content: '';
    position: absolute;
    width: 99px;
    height: 20px;
    background: url("../img/sprite-bg.png") 0 0 no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

.block-refernce .bx-pager {
    display: none;
}

.block-refernce .flex-direction-nav .flex-prev {
    left: -44px;
}

.block-refernce .flex-direction-nav .flex-next {
    right: -44px;
}

.block-refernce-itms .bx-controls-direction {
    display: block;
    bottom: 0;
    top: 35%;
}

/*.block-refernce-itms .bx-controls {bottom: 0;top: 35%;}*/
.block-refernce-itms .bx-controls-direction a.bx-prev {
    left: -58px;
}

.block-refernce-itms .bx-controls-direction a.bx-next {
    right: -58px;
}

.home .block-refernce .bx-controls {
    position: absolute;
    bottom: 60%;
    width: 100%;
}

footer .bandeau-footer-top {
    float: left;
    width: 100%;
    background-color: #545c63;
}

footer .contact-info {
    background-color: #bba86d;
    height: 100%;
    padding: 0 58px 34px;
}

footer .contact-info h3 {
    position: relative;
    font-size: 1.688rem;
    text-transform: uppercase;
    font-family: "Open Sans";
    margin: 0;
    color: #ffffff;
    margin: 60px 0;
}

footer .contact-info h3:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    bottom: -30px;
}

footer .contact-info .textwidget {
    font-size: 14px;
    color: #e8e1c7;
}

footer .contact-info .adresse {
    border-bottom: 1px solid #c9b98a;
    padding-right: 60px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-family: 'Raleway';
}

footer .contact-info .adresse:before {
    content: "\e902";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 20px;
    color: #303131;
    margin-bottom: 25px;
    margin-right: 10px;
    float: left;
}

footer .contact-info a {
    font-family: 'Raleway';
    color: #e8e1c7;
}

footer .contact-info .tel {
    border-bottom: 1px solid #c9b98a;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-family: 'Raleway';
    color: #e8e1c7;
}

footer .contact-info .tel:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 20px;
    color: #303131;
    margin-bottom: 25px;
    margin-right: 10px;
    float: left;
}

footer .contact-info .fax {
    font-family: 'Raleway';
    color: #e8e1c7;
}

footer .contact-info .fax:before {
    content: "\f135";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 20px;
    color: #303131;
    margin-bottom: 25px;
    margin-right: 10px;
    float: left;
}

#main-footer .contact-info+a {
    display: none;
}

footer .footer-link {
    background-color: #545c63;
    padding: 27px 18px 0;
}

footer .footer-link .columns {
    padding: 0;
}

footer .footer-link .columns.footer-link1 {
    padding-right: 15px;
}

footer .footer-link .columns.footer-link1 .menu-activite {
    padding-left: 15px;
}

footer .footer-link .columns.footer-link2 {
    padding-left: 15px;
}

footer .footer-link .menu>li>a {
    font-size: 0.875rem;
    font-family: 'Raleway';
    font-weight: 900;
    color: #f6f6f6;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

footer .footer-link .menu>li>a:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    background-color: #bba86d;
    left: 0;
    bottom: -30px;
}

footer .footer-link .menu .sub-menu li a {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 400;
    color: #f6f6f6;
    transition: all 0.3s ease-out;
}

footer .footer-link li a:hover {
    color: #BBA86D;
    transition: all 0.3s ease-out;
}

footer .footer-link .menu .sub-menu li a:hover {
    color: #BBA86D;
}

footer .footer-link .menu .sub-menu li {
    border-bottom: 1px solid #656c73;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

footer .footer-link .menu .sub-menu li:last-child {
    border-bottom: 0;
}

footer .footer-link .menu .sub-menu {
    margin: 0;
}

footer .footer-link .menu-propos li {
    float: left;
    width: 100%;
}

footer .footer-link .menu-propos li a {
    margin-bottom: 23px;
}

footer .footer-link .menu-propos li a:after {
    height: 0;
}

footer .footer-link .menu-sociaux h4 {
    font-size: 0.9375rem;
    font-family: 'Raleway';
    font-weight: 900;
    color: #f6f6f6;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    float: left;
    margin-bottom: 55px;
    width: 100%;
}

footer .footer-link .menu-sociaux h4:after {
    content: '';
    position: absolute;
    width: 26px;
    height: 1px;
    background-color: #bba86d;
    left: 0;
    bottom: -30px;
}

footer .footer-link .menu-sociaux ul li a {
    font-size: 0px;
    float: left;
    width: 56px;
    margin: 0 4px;
    transition: all 0.3s ease-out;
}

footer .footer-link .menu-sociaux ul li a:hover:after {
    color: #BBA86D;
}

footer .footer-link .menu-sociaux ul li a:after {
    font-family: 'icomoon' !important;
    line-height: 1;
    background-color: initial;
    font-size: 36px;
    color: #ffffff;
    position: relative;
    bottom: 0;
    top: 0;
    left: -5px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-out;
}

footer .footer-link .menu-sociaux ul li.icon-twitt a:after {
    content: '\e905';
}

footer .footer-link .menu-sociaux ul li.icon-in a:after {
    content: '\e901';
}

footer .footer-link .menu-sociaux ul li.icon-viadeo a:after {
    content: '\e906';
}

footer .footer-link .menu-sociaux ul li.icon-whatsapp a:after {
    font-family: 'icomoon2' !important;
    content: '\f135';
}

footer .bandeau-footer-buttom {
    float: left;
    background-color: #414951;
    width: 100%;
    padding: 13px 30px 13px;
}

footer .bandeau-footer-buttom .cp-trust {
    float: left;
    font-size: 13px;
    font-family: 'Raleway';
    color: #ffffff;
}

footer .bandeau-footer-buttom .cp-trust:before {
    content: '©';
    float: left;
    margin-right: 4px;
}

footer .bandeau-footer-buttom .menu-menu-footer-buttom-container {
    float: left;
}

footer .bandeau-footer-buttom .menu-menu-footer-buttom-container ul li a {
    float: left;
    margin-top: 3px;
    margin-left: 28px;
    font-size: 13px;
    font-family: 'Raleway';
    color: #ffffff;
    transition: all 0.3s ease-out;
}

footer .bandeau-footer-buttom .menu-menu-footer-buttom-container ul li a:hover {
    color: #BBA86D;
}

footer .bandeau-footer-buttom .pyxicom {
    float: right;
    font-size: 13px;
    font-family: 'Raleway';
    color: #ffffff;
    transition: all 0.3s ease-out;
}

footer .bandeau-footer-buttom a:hover {
    color: #BBA86D;
}

/* headband */
.headband {
    float: left;
    width: 100%;
    position: relative;
}

.headband img {
    width: 100%;
    height: 525px;
    object-fit: cover;
}

.headband .headband-title {
    position: absolute;
    top: 230px;
    left: 0;
    right: 0;
    text-align: center;
}

.headband .headband-title.headband-title-none,
.search .headband .headband-title {
    top: 255px;
}

.headband .headband-title h1 {
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 3.313rem;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 6%;
    color: #ffffff;
    width: 100%;
    text-shadow: black 3px 3px;
}

.headband .headband-title span {
    font-family: 'Raleway';
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.breadcrumbs-share {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
    border-bottom: 1px solid #dedede;
}

.breadcrumbs {
    float: left;
    margin-left: 27px;
    font-size: 11px;
}

.breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
    color: #3f4244;
    display: inline-block;
    text-transform: capitalize;
}

.breadcrumbs span:first-letter {
    text-transform: uppercase;
}

.breadcrumbs span.flech {
    font-family: 'icomoon' !important;
    font-size: 14px;
}

.breadcrumbs span.flech:before {
    content: "\e911";
    position: relative;
    margin: 0 8px;
    top: 1px;
}

.breadcrumbs a span {
    text-transform: capitalize;
}

.breadcrumbs a:hover {
    text-decoration: inherit;
    color: #bba86d;
    transition: all 0.3s ease-out;
}

.share-wrap {
    float: right;
    margin-right: 27px;
    position: relative;
}

.share-wrap .partager {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    display: block;
    margin-top: 5px;
}

.share-wrap .partager.active-partage {
    display: none;
}

.share-wrap .partager:before {
    content: "\e912";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 13px;
    color: #3f4244;
    position: relative;
    margin-right: 5px;
    top: 1px;
}

.share-wrap .addthis_toolbox {
    position: absolute;
    right: 0;
    display: none;
    width: 390px;
    top: 0;
    background-color: #ffffff;
    height: 30px;
}

.share-wrap .addthis_toolbox_partager {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    margin-right: 15px;
}

.share-wrap .addthis_toolbox .close {
    font-size: 0;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.share-wrap .addthis_toolbox .close:before {
    content: "\e913";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 14px;
    color: #3f4244;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.share-wrap .addthis_toolbox a {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
}

.share-wrap .addthis_toolbox a:before {
    font-family: 'icomoon' !important;
    font-size: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share-wrap .addthis_toolbox .addthis_button_facebook:before {
    content: "\e914";
    color: #3B5998;
}

.share-wrap .addthis_toolbox .addthis_button_twitter:before {
    content: '\e905';
    color: #63cdf1;
}

.share-wrap .addthis_toolbox .addthis_button_linkedin:before {
    content: '\e901';
    color: #0076b3;
}

.share-wrap .addthis_toolbox .addthis_button_viadeo:before {
    content: '\e906';
    color: #EF7355;
}

.share-wrap .addthis_toolbox .addthis_button_whatsapp:before {
    font-family: 'icomoon2' !important;
    content: '\f135';
    color: #34af23;
}

.share-wrap .addthis_toolbox a .at-icon-wrapper {
    display: none;
}

.hideAccordion {
    display: none
}

blockquote {
    font-family: 'Raleway';
    font-size: 1.063rem;
    color: #414951;
    margin: 0;
    padding: 0;
    border-left: 0;
    position: relative;
}

blockquote:before {
    content: "";
    width: 172px;
    height: 142px;
    background-image: url('../img/blockquote.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -30px;
    left: -25px;
}

blockquote .signature {
    position: relative;
    float: left;
    margin-top: 20px;
}

blockquote .signature:after {
    content: "\e916";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;
    position: absolute;
    color: #e2dbc3;
    top: 4px;
    right: -46px;
}

blockquote .signature .nom {
    font-family: 'Raleway';
    font-weight: bold;
    float: left;
    font-size: 1.063rem;
    color: #bba86d;
}

blockquote .signature .poste {
    font-family: 'Raleway';
    float: left;
    color: #3f4244;
    font-size: 1.063rem;
    margin-top: 6px;
    position: relative;
    margin: 0 18px 0 3px;
}

.toggle-mobile {
    display: none;
}

/* Publications */
.block_derniere_publi {
    background-color: #f2efe6;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 40px;
}

.block_derniere_publi .derniere_publication {
    float: left;
    width: 100%;
    margin: 34px 0 42px 0;
    padding: 0 30px;
}

.block_derniere_publi .derniere_publication h2 {
    font-size: 1.688rem;
    font-family: 'Open Sans';
    color: #3f4244;
    text-transform: uppercase;
    /*! float: left; */
    /* font-weight: 800; */
    margin: 0 12px 0 4px;
    position: relative;
}

.block_derniere_publi .derniere_publication h2:before {
    content: '';
    position: absolute;
    width: 99px;
    height: 20px;
    background: url("../img/sprite-bg.png") 0 0 no-repeat;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

.toutes-publications {
    padding-top: 51px;
}

.derniere_publication_lien_all {
    font-size: 0.8125rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    float: right;
    top: 9px;
    position: relative;
}

.derniere_publication_lien_all:before {
    content: '';
    float: left;
    width: 19px;
    height: 13px;
    background: url("../img/sprite-bg.png") 0px -40px no-repeat;
    margin: 2px 8px 0 0;
}

.derniere_publication_lien_all:hover {
    text-decoration: underline;
}

.contenu-publication {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.publication_article {
    padding: 0 15px;
}

.publication_article .text_publication {
    background-color: #6d7a8a;
    width: 100%;
    /*! float: left; */
    padding-top: 0;
    margin: 0;
    height: 114px;
    text-align: center;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
    position: relative;
}

.text_publication h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-family: 'Raleway';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}

.text_publication p {
    font-size: 0.8rem;
    font-family: 'Raleway';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}


@media all and (-ms-high-contrast:none) {
    .publication_article .text_publication {
        background-color: #6d7a8a;
        width: 100%;
        /*! float: left; */
        padding-top: 0;
        margin: 0;
        height: 114px;
        text-align: center;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    *::-ms-backdrop,
    .publication_article .text_publication {
        background-color: #6d7a8a;
        width: 100%;
        /*! float: left; */
        padding-top: 0;
        margin: 0;
        height: 114px;
        text-align: center;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }


    .publication_article .text_publication h3 {
        max-width: 200px;
    }

    *::-ms-backdrop,
    .publication_article .text_publication h3 {
        max-width: 200px;
    }
}

.download-link {
    font-size: 0.875rem;
    font-family: 'Open Sans';
    color: #bba86d;
    text-align: center;
    display: block;
    transition: all 0.3s ease-out;
}

.download-link:hover {
    color: #3F4244;
}

.links-download {
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    right: 36px;
    bottom: 11px;
}

.icon-PDf:before {
    content: "\e903";
    color: #fff;
    font-size: 33px;
    position: absolute;
    margin-top: 0;
    /*! background-color: rgba(0,0,0,0.2); */
    /*! height: 100%; */
    padding-top: 13px;
    right: 0;
    bottom: 0;
    /*! transform: rotate(28deg); */
}

.links-download .download-link {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.links-download.icon-PDf:before {
    content: "\e903";
    color: #fff;
    float: left;
    margin-top: -8px;
}

.onelink {
    position: relative;
    height: 20px;
}

.onelink.icon-PDf:before {
    left: 116px;
    top: -6px;
}

.link-en {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #3f4244;
}

.block_derniere_publi .non-show {
    display: none;
}

/***********Devenir Client************/


.page-devenir-client .into-devenir-client h2 {
    margin-bottom: 25px;

}

.page-devenir-client .into-devenir-client p {
    margin-bottom: 27px;

}

.none {
    display: none;
}


/***********Devenir Client************/


/*ie 11 */
_:-ms-fullscreen,
:root .borse .borse-content {
    float: left;
    width: 88%;
    height: 44px;
    background-color: #132A78;
    position: relative;
    overflow: hidden;
}

_:-ms-fullscreen,
:root .borse .borse-content iframe {
    width: 100%;
    height: 58px;
    border: 0;
    position: absolute;
}

/*ie 11 */

.main-header {
    position: fixed !important;
    top: 0px;
}

.logo-head {
    width: 202px !important;
    margin: 0 !important;
    position: relative;
    z-index: 9999999;
}

body {
    position: relative;
}

.borse {
    background-color: #bba86d;
    height: 47px;
    padding: 0;
    bottom: 0;
    max-width: 1148px;
    margin-top: 36px;
    margin-bottom: 65px;
}

#menu-menu-principal li.active>a>span.border_bottom {
    border-bottom: 2px solid #bba86d;
    padding-bottom: 7px;
}

body>section>div>div:nth-child(4)>div>div.large-6.medium-6.small-12.columns.block-push-itms.block-push-itms-first>p {
    font-size: 18px !important;
}

#accordione-devenir-client>div:nth-child(2)>ul.devenir-client-content.ulli.item1>li {
    display: none !important;
}

/*body > section > div > div > div.caracteristique-gestion > table.tab-2 > tbody > tr:nth-child(5){display: none!important;}*/
body>section>div>div>div.block-performance-fonds>span.cp {
    display: none !important;
}


.histoire-detail {
    position: relative;
}

.histoire-detail:before {
    content: "";
    background-color: #bba86d;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5%;
}

.histoire-info-img span {
    color: #bba86d;
    font-size: 24px;
    margin-left: 12%;
    margin-top: 3%;
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 90px;
}

.histoire-info-img span:before {
    content: "";
    background: url('../img/ico-timeline.png') no-repeat;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 11px;
}

.search .page-content-form .form_item_text {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 1.5rem;
}

.search .page-content-form .form_item_text label.error {
    bottom: 0;
}

.lang_item {
    display: none;
}