

html{
   height: 100%;
}
body{
    min-height: 100%;
}
/****** CHARGEMENT IMG EN CSS *******/

body:after{
    position:absolute; z-index:-1;
    display: none;
    content: url(../img/icons/social/icon_twitter_orange.png) url(../img/icons/social/icon_facebook_orange.png) url('../img/icons/icon_loupe_search_orange.png') url(../img/icons/icon_croix_search_orange.png) url(../img/facebook_social_55_orange.png) url(../img/twitter_social_55_orange.png) url(../img/linkedin_social_55_orange.png) url(../img/icons/icon_menu_mobile_orange.png);
}

/****** CHARGEMENT IMG EN CSS *******/

body{
    overflow: hidden;
}
body #main{
    padding-top: 0;
    padding-bottom: 0;
}

body .fusion-main-menu > ul > li > a{
    border-color:white!important;
}

.inline_block{
    display: inline-block;
}


body #wrapper .fusion-custom-menu-item-contents{
         -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
body #wrapper header.fusion-is-sticky .fusion-custom-menu-item-contents{
        padding: 0;
        width: 600px!important;
        margin-top: -13px;
}

/********* MAIN MENU ******/
header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item{
    position: absolute;
    right: 60px;
}
header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item > div{
    padding-right: 0;
}
header.fusion-header-wrapper ul.fusion-menu li.menu-item-language{
    padding-right: 0;
}
header.fusion-header-wrapper ul.fusion-menu li:nth-child(4){
        margin-right: 140px;
    padding-right: 0;
}
#wrapper .fusion-main-menu .fusion-main-menu-search a:after{
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/icon_loupe_search.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    border-radius: initial;
    content: " ";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
#wrapper .fusion-main-menu .fusion-main-menu-search a:hover:after{
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/icon_loupe_search_orange.png');
    background-size: contain;
    content: " ";
}
div.close_search_wrapper{
        position: absolute;
    right: 0px;
    top: 55px;
    width: 45px;
    display: none;
    border-radius: initial;
    background-size: cover!important;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
    height: 38px;
    background-color: white;

    z-index: 1000;
    cursor: pointer;
}
div.close_search_wrapper > div{
    width: 20px;
    display: block;
    margin: auto;
    margin-top: 10px;
    border-radius: initial;
    background-size: cover!important;
    /*-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;*/
    height: 20px;
    background-color: white;
    background: url(../img/icons/icon_croix_search.png) center center no-repeat white;
}
div.close_search_wrapper:hover > div {
    background: url(../img/icons/icon_croix_search_orange.png) center center no-repeat white;
}
header.fusion-is-sticky div.close_search_wrapper{
    top: 15px;
}

.error-page-container .container_pages{
    padding: 50px;
    background:white;
    margin-top: 40px;
}
.error-page-container .container_pages .post-content{
    background: transparent;
}
.error-page-container .container_pages .fusion-title{
    background:transparent;
}
.error-page-container .container_pages .post-content p{
    color: #1c3661;
}
.error-page-container .container_pages .post-content h2{
    color: #1c3661;
}
.error-page-container .container_pages h1{
    color: #e96232;
}
.error-page-container  .error-message{
     color: #e96232;
}

.error-page-container .container_pages .title-sep-container{
    display: none;
}
#wrapper header form div.search-table div.search-button input {
    background-image: url(../img/icons/icon_loupe_search.png)!important;
    background-size: 20px 20px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    vertical-align: sub;
    border-radius: initial;
    content: " ";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-size: 0;
    line-height: 38px;
    vertical-align: top;
}
#wrapper header form div.search-table div.search-field input{
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #1c3661;
    padding-left: 0;
    color: #1c3661;
}
#wrapper header form div.search-table div.search-button input{
    background: transparent;
    color: #1c3661;
    border-bottom: 1px solid #1c3661;
    outline: none;
}

#wrapper header form div.search-table div.search-button input:hover{
    color: #e7623b;
     background-image: url(../img/icons/icon_loupe_search_orange.png)!important;
    background-color: transparent!important;
}

form div.search-table div.search-field input::-webkit-input-placeholder {
   color: #1c3661;
}

form div.search-table div.search-field input:-moz-placeholder { /* Firefox 18- */
   color: #1c3661;
}
form div.search-table div.search-field input::-moz-placeholder {  /* Firefox 19+ */
   color: #1c3661;
}

form div.search-table div.search-field input:-ms-input-placeholder {
   color: #1c3661;
}

#main form div.search-table div.search-button input {
    background-image: url(../img/icons/icon_loupe_search.png)!important;
    background-size: 20px 20px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    vertical-align: sub;
    border-radius: initial;
    content: " ";
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    font-size: 0;
    line-height: 38px;
    vertical-align: top;
}
#wrapper{
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#main form div.search-table div.search-field input{
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #1c3661;
    padding-left: 0;
    color: #1c3661;
}
#main form div.search-table div.search-button input{
    background: transparent;
    color: #1c3661;
    border-bottom: 1px solid #1c3661;
    outline: none;
}
#main form div.search-table div.search-button input:hover{
    color: #e7623b;
     background-image: url(../img/icons/icon_loupe_search_orange.png)!important;
    background-color: transparent!important;
}
.cookie_bar_present .fusion-header-wrapper{
    margin-top: 45px;
}
.cookie_bar_present .fusion-header-wrapper.fusion-is-sticky{
    margin-top: 0;
}
/********* MAIN MENU ******/

/********** BUTTONS & LINKS *********/
.btn_center{
    text-align: center;
}

.btn_reseau{
    background: transparent;
    color: white;
    border: 1px solid white;
    font-family: 'Montserrat', serif;
    font-weight: bold;
}

.btn_reseau:hover{
    border: 1px solid #e7623b;
    background: #e7623b;
}

.btn_reseau:hover span{
    color: white;
}

.btn_uppercase{
    text-transform: uppercase;
}

body a {
    font-family: 'Montserrat', serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

body.tax-continents #main > .fusion-row{
    padding-bottom: 0;
}


.menu-item-language-current{
    display: none;
}

body .event-is-recurring:hover, body a:hover{
 color: #e96131;
}

body .tooltipster-sidetip .tooltipster-box{
    border: solid 1px white;
    border-radius: 3px;
    background: white;
    color: #1c365f;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    font-family: "Droid Serif", Arial, Helvetica, serif;
    border-radius: 5px 15px;
    min-width: 200px;
    min-height: 150px;
}
body .tooltipster-sidetip .tooltipster-content{
    color: #1c365f;
     font-family: "Droid Serif", Arial, Helvetica, serif;
     font-size: 18px;
    font-weight: bold;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -15px;
    height: 30px;
    margin-left: -20px;
    width: 60px;
    border-radius: 2px;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
     border-top-color: #ffffff;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ffffff;
    left: 0;
    top: -1px;
    border-radius: 7px;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
     border-bottom-color: #ffffff;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    top: -15px;
    height: 30px;
    margin-left: -20px;
    width: 60px;
    border-radius: 2px;
}
body .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ffffff;
    left: 0;
    top: -1px;
    display: none;
    border-radius: 7px;
}

body .tooltipster-sidetip .tooltipster-arrow-border {
    border: 30px solid transparent;
    border-radius: 10px;
    left: 0;
    top: 0;
     border-bottom-color: #ffffff;
    left: 0;
    top: -20px;
    border-radius: 7px;
    border: 30px solid transparent;
}
body .tooltipster-sidetip.tooltipser-top .tooltipster-arrow-border{
    top: 0;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
    top: 0;
}
body .jvectormap-tip{

    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: white;
    color: #1c365f;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    font-family: "Droid Serif", Arial, Helvetica, serif;
    border-radius: 5px 15px;
    min-width: 200px;
    min-height: 150px;
    display: none!important;
}

.closePopup{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 43px;
    height: 43px;
    background-image: url('../img/close_button_rpi.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}
.closePopup:hover{
    width: 43px;
    height: 43px;
    background-image: url('../img/close_button_orange_rpi.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.tooltip_svg_content h3{
    margin-top: 0;
    max-width: 80%;
    line-height: initial;
    margin-bottom: 10px;
}
.tooltip_svg_content p{
    margin-top: 10px;
    color: #e96232;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
}
body .tooltipster-sidetip .tooltipster-content .tooltip_svg_content a{
    background: transparent;
    color: #1c3661;
    border: 1px solid #1c3661;
    font-family: 'Montserrat', serif;
    font-weight: bold;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 25px;
}
body .tooltipster-sidetip .tooltipster-content .tooltip_svg_content a:hover{
    background: transparent;
    color: #e96232;
    border: 1px solid #e96232;
    font-family: 'Montserrat', serif;
    font-weight: bold;
}
body .tooltipster-sidetip .tooltipster-content .tooltip_svg_content a:hover span{
    color: #e96232;
     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

body.single-the-members #main #single-content-the-members h2{
    font-size: 40px!important;
    color: #1c3661;
    font-weight: bold;
}
#single-content-the-members{
    overflow: visible;
}
#single-content-the-members .container_pages {
    background: white;
    margin-top: -50px;
    padding: 50px 50px 0px 70px;
}

.flag-icon.flag-icon-squared {
    border-radius: 50%;
    width: 1em;
    font-size: 20px;
    position: absolute;
    top: 10px;
}


#header_member_content{
    height: 45px;
    line-height: 45px;
    color: #e96232;
    border-bottom: 1px solid #1c3661;
    vertical-align: middle;
    border-top: 1px solid #1c3661;
    margin-top: 40px;
    position: relative;
    background: white;
}
 .separator_mini_line{
    width: 25px;
    height: 1px;
    background-color: #e96232;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
#header_member_content span.country_name,#header_member_content span.date_create_member,#header_member_content span.nb_collaborateurs{
    font-weight: bold;
}
#header_member_content .container_text_member_inline{
    display: block;
        line-height: 43px;
    margin-left: 35px;
}
.content_post_member{
        color: #1c3661;
    background: white;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1c3661;
}
.member_information_wrapper{
    color: #1c3661;
    background: white;
    padding-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1c3661;
}
.member_links_wrapper{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #1c3661;
    background: white;
}
.member_links_wrapper .logo_member{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.member_links_wrapper .button_site{
    width: 40%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
div.social_bloc_member{
    text-align: right;
}
div.social_bloc_member a{
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    display: inline-block;
    transition: all 0.4s ease;
}
div.social_bloc_member .twitter{
    display: inline-block;
}
div.social_bloc_member .twitter a{
    background:url(../img/twitter_social_55_blue.png) no-repeat center center;
    background-size: contain;
}
div.social_bloc_member .twitter a:hover{
    background:url(../img/twitter_social_55_orange.png) no-repeat center center;
    background-size: contain;
}
div.social_bloc_member .facebook{
    display: inline-block;
}
div.social_bloc_member .facebook a{
    background:url(../img/facebook_social_55_blue.png) no-repeat center center;
    background-size: contain;
    margin-left: 15px;
}
div.social_bloc_member .facebook a:hover{
    background:url(../img/facebook_social_55_orange.png) no-repeat center center;
    background-size: contain;
}
div.social_bloc_member .linkedin{
    display: inline-block;
    margin-left: 15px;
}
div.social_bloc_member .linkedin a{
    background:url(../img/linkedin_social_55_blue.png) no-repeat center center;
    background-size: contain;
}
div.social_bloc_member .linkedin a:hover{
    background:url(../img/linkedin_social_55_orange.png) no-repeat center center;
    background-size: contain;
}
.single-the-members .single-navigation{
        border: none;
    height: 55px;
    display: block;
    padding-top: 20px;
    padding-bottom: 60px;
}
.sticky_submenu_continent  .sticky_submenu_wrapper{
    background-color: #1c3661;
}
div.member_links_wrapper .button_site a{
    color: #1c3661;
    border-color: #1c3661;

}
div.member_links_wrapper .button_site a:hover{
    border-color: #e96232;
}
.member_links_wrapper .social_bloc_member{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.member_information_wrapper .image_member_wrapper{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin-bottom: 25px;
}
.member_information_wrapper .image_member_wrapper img{
    border-radius: 50%;
}
.member_information_wrapper .informations_member{
    display: inline-block;
    width: calc(100% - 150px);
}
.member_information_wrapper .informations_member .header_information_member{
     color: #e96232;
     margin-bottom: 20px;
}
/********** BUTTONS *********/
.shadow {
    -webkit-filter: drop-shadow( -5px -5px 5px #000 );
            filter: drop-shadow( -5px -5px 5px #000 ); /* Same syntax as box-shadow */
            transform: translate(-175%, -175%) scale(1.5);
            left: -100%;
            top: -100%;
}
/********** STICKY SUB MENU ********/
.sticky_submenu{
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 108px;
  height: 108px;
  background: white;
  color: #1c3661;
   -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1500;
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=5);
}
.sticky_submenu.sticky_submenu_active{
  line-height: 60px;
  height: 60px;
  background: white;
  text-align: center;
  position: fixed;
  top: 65px;
  left: 0;
}
.page-template-template-network ul.navbar-nav{
        margin: 0;
    height: 60px;
    padding-top: 14px;


}
div.page_thumbnail iframe{
    width: 100%;
    height: auto;
    min-height: 420px;
}
.sticky_submenu_continent{
 position: relative;
 margin-top: 0;
  width: 100%;
  text-align: center;

    z-index: 1500;
}
.sticky_submenu_continent.sticky_submenu_active{
  line-height: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  top: 65px;
  left: 0;
}
/********** STICKY SUB MENU ********/

/********** WRAPPERS *********/
#container_wrapper{
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper{
    width: 100%;
    margin: auto;
}
.width-50{
    width: 50%;
}

.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
/********** WRAPPERS *********/



#wrapper #main .post-content .fusion-title h2{
    line-height: initial;
}

/********** POSTS FILTERS *********/
.post-filters{
    list-style-type: none;
    margin: 0;
}
.post-filters li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.post-filters li h3{
    display: inline-block;
    line-height: 108px;
    vertical-align: middle;
    margin-top: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.post-filters li input{
        margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.container_checkbox {
}

.container_checkbox input {
  position: absolute;
  left: -9999px;
}

.container_checkbox label {
  display: block;
  position: relative;
  color: #7c7c7c;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 16px;
}
li.continent.active h3{
    color: #e96232;
}
.input_filter {
    position: relative;
    display: inline-block;
    text-align: center;
}
#search_filters button {
    display: block;
    width: auto;
    height: 45px;
    border: 1px solid #1c3661;
    background: transparent;
    color: #1c3661;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    line-height: 17px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 40px;
}
#search_filters button:hover {
    background-color: #e96131;
    border-color: #e96131;
    color: #1c3661;
}
#search_filters button.disabled {
    background-color: white;
    color: #e5e5e5;
    border-color: #e5e5e5;
}
#search_filters button.disabled:hover {
    background-color: white;
    color: #e5e5e5;
    border-color: #e5e5e5;
}
.submenu_continent{
    background-color: #1c3660;
    margin-top: 0px;
}
.sticky_submenu_wrapper_continent{
        padding-bottom: 20px;
    background: #1c3660;
    margin-top: -10px;
    position: relative;
    z-index: 1000;
}
.sticky_submenu_wrapper_continent{
    position: relative;
    z-index: 500;
}
body #wrapper #main .post > h2.fusion-post-title{
    line-height: initial;
}
.fusion-page-title-bar{
    z-index: 500;
    position: relative;
}
.submenu_continent ul{
    padding:0;
    margin: 0;
    text-align: center;
    list-style-type: none;
}
.submenu_continent ul li{
    display: inline-block;
    width: 15%;
}
.submenu_continent ul li h3{
    margin: 0;
    color: white;
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    font-weight: 300;
}
.submenu_continent ul li h3:hover{
color: #e96232;
}

.tax-continents .fusion-page-title-bar-center .fusion-page-title-captions{
    padding-bottom: 0px;
    display: block;
    margin-top: 16px;
}
.tax-continents .fusion-page-title-bar{
    height:100px;
}
.sticky_submenu_wrapper_continent {
       position: relative;
    z-index: 500;
    height: 60px;
    line-height: 60px;
    padding-bottom: 0;
}
.tax-continents .fusion-page-title-wrapper{
    display: block;
}

#search_filters .fusion-slider-loading{
    display: inline-block;
    /* position: relative; */
    left: 0;
    right: 0;
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 40px;
    font-size: 7px;
    /* margin-top: 10px; */
    vertical-align: middle;
    color: #e96131;
    border-bottom-color: #e96131;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
#search_filters.loading_request .fusion-slider-loading{
    opacity: 1;
}
#search_filters button:focus {
    outline: none;
}
.progress-button svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.progress-button svg path {
    opacity: 0;
    fill: none;
}
.progress-button svg.progress-circle path {
    stroke: #1ECD97;
    stroke-width: 5;
}
.progress-button svg.checkmark path,
.progress-button svg.cross path {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 4;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.loading.progress-button button {
    width: 45px; /* make a circle */
    border-width: 5px;
    border-color: #ddd;
    background-color: transparent;
    color: #fff;
}
.loading.progress-button span {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}
.loading.progress-button span,
.success.progress-button span,
.error.progress-button span {
    opacity: 0; /* keep it hidden in all states */
}

.success.progress-button button,
.error.progress-button button {
    -webkit-transition: background-color 0.3s, width 0.3s, border-width 0.3s;
    transition: background-color 0.3s, width 0.3s, border-width 0.3s;
}

.success.progress-button button {
    border-color: #e96131;
    background-color: #e96131;
}

.error.progress-button button {
    border-color: #FB797E;
    background-color: #FB797E;
}


.loading.progress-button svg.progress-circle path,
.success.progress-button svg.checkmark path,
.error.progress-button svg.cross path {
    opacity: 1;
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
}
.elastic.progress-button button {
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1), border-width 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.25, 0.25, 0.4, 1.6), border-width 0.3s, border-color 0.3s;
}

.loading.elastic.progress-button button {
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, 0, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s cubic-bezier(0.6, -0.6, 0.75, 0.75), border-width 0.3s, border-color 0.3s;
}

.progress-button button span {
    -webkit-transition: opacity 0.3s 0.1s;
    transition: opacity 0.3s 0.1s;
}
.container_checkbox label::before {
   content: '';
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    bottom: 10px;
    left: 6px;
    width: 20px;
    border: none;
    border-radius: 100px;
    transition: background-color .2s;
    background-color: #e5e5e5;
    height: 20px;
    -webkit-transition: background-color opacity 0.4s ease;
    -moz-transition: background-color opacity 0.4s ease;
    -o-transition: background-color opacity 0.4s ease;
    transition: background-color opacity 0.4s ease;
    top: calc(50% - 2px);
    width: 6px;
    height: 6px;
    opacity: 0;

}

.container_checkbox label::after {
       content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    bottom: 10px;
    left: 0;
    width: 14px;
    border: none;
    border-radius: 0;
    transition: background-color .2s;
    background-color: transparent;
    border: 2px solid #e5e5e5;
    height: 14px;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}
.container_checkbox input:checked + label::after {
    border-color: #e96131;
}
.filter_posts_wrapper > div{
    max-width: 1125px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
ul.post-filters{
    display: inline-block;
}
#search_filters button{
     position: relative;
    display: inline-block;
    text-align: center;
}
#search_filters button:hover{

}

.filter_posts_wrapper > div .title-filters{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: bold;
    float: left;
}

.container_checkbox label:hover, .container_checkbox input:focus + label {

}

.container_checkbox input:checked + label {
  background-color: transparent;
  color: #e96131
}

.container_checkbox input:checked + label::before {
  background-color: #e96131;
  opacity: 1;
}
/********** END POSTS FILTERS *********/

#our_members_wrapper h3 b{
    font-style: normal;
}


/*********** MAP THE MEMBERS *********/
.header_map_members{
    height: 750px;
    background-size: cover!important;
    background-position: center center!important;
}
.header_map_members .text_header{
    width: 30%;
    display: inline-block;
    position: relative;
    height: 750px;
    padding-top: 50px;
    vertical-align: top;
}
#wrapper .header_map_members .text_header h2{
    margin-bottom: 20px;
    line-height: initial;
}
.header_map_members .map_container{
    width: 70%;
    display: inline-block;
    height: 750px;
    vertical-align: top;
    padding-top: 80px;
    padding-left: 80px;
}
#mapSvg{
    width: 100%;
    height: 100%;
    pointer-events: all;
}

#mapSvg.america{
    width: 0;
    height: 0;
    display: none;
}
#mapSvgNorth{
    width: 100%;
    height: 45%;
    pointer-events: all;
}
#mapSvgSouth{
    width: 100%;
    height: 45%;
    pointer-events: all;
}
.header_map_members .tip_map_wrapper {
    position: absolute;
    bottom: 120px;
}
.header_map_members .tip_map_wrapper p{
        display: inline-block;
    color: #e96232;
    margin-bottom: 0;
    margin-left: 15px;
    line-height: initial;
    vertical-align: middle;
}
.header_map_members .tip_map_wrapper img{
        vertical-align: middle;
}
#mapSvg .jvectormap-container {
    background-color: transparent!important;
}
 .jvectormap-zoomout, .jvectormap-zoomin{
    display: none!important;
}

/*********** MAP THE MEMBERS *********/


.alignleft{
        margin-right: 30px;
    margin-bottom: 1px;
}
.alignright{
        margin-left: 30px;
    margin-bottom: 1px;
}

/******* PAGINATION **********/
ul.pagination{
    width: 100%;
    border-top: 1px solid #1c3661;
    border-bottom: 1px solid #1c3661;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}
.post-content-blog .pagination{
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #1c3661;
    border-bottom: 1px solid #1c3661;
    height: 80px;
    line-height: 72px;
    text-align: center;
    display: block;
}


.post-content-blog .pagination .pagination-next{
    float: right;

}
.post-content-blog .pagination .pagination-next .page-text{
    margin-right: 10px;
}
.post-content-blog .pagination .pagination-next:after{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    margin-top: -1px;
    font-family: icomoon;
    content: '\f105';
    color: #1c3661;
    display: inline-block;
    font-size: 30px;
}
.post-content-blog .pagination .pagination-next:hover:after{
    color: #e96131;
}
.post-content-blog .pagination .pagination-center{
line-height: initial;
}
.post-content-blog .pagination .pagination-prev{
    float: left;

}
.post-content-blog .pagination .pagination-prev:before{
    font-size: 30px;
    color: #1c3661;
    margin-top: -1px;
}
.post-content-blog .pagination .pagination-prev:hover:before{
    color: #e96131;
}
.post-content-blog .pagination .pagination-prev .page-text{
    margin-left: 10px;
}
/******* PAGINATION **********/






/********** TRANSITIONS ******/
.transition-3{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
/********** TRANSITIONS ******/



/********** ICONS *********/
.icon_reaseau_link {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.icon_read_post{
    background-image:url('../img/icons/icon_read_post_blue.png');
}
a:hover .icon_read_post{
    background-image:url('../img/icons/icon_read_post_orange.png');
}
/********** ICONS *********/

/*********** SOCIAL LINKS *******/
.twitter_link_network{

}
.twitter_link_network span{
     background-image:url(../img/icons/social/icon_twitter.png);
     width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.twitter_link_network:hover span{
     background-image:url(../img/icons/social/icon_twitter_orange.png);
}
.facebook_link_wrapper{

}
.facebook_link_wrapper span{
    background-image:url(../img/icons/social/icon_facebook.png);
     width: 35px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.facebook_link_wrapper:hover span{
     background-image:url(../img/icons/social/icon_facebook_orange.png);
}

#homepage_wrapper_banner{
    position: relative;
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

#mapSvg.map-europe svg{
    width: 900px;
}

#homepage_wrapper_banner .iframe_video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
        height: 100%;
}
#homepage_wrapper_banner .iframe_video iframe{
    width: 100%;
    height: 100%;
}
p.text_banner_homepage{

}

#homepage_wrapper_banner #title_h1_homepage{
    margin-bottom: 20px;
    margin-top: 0px;
}

#homepage_wrapper_banner .btn_reseau{
    margin-top: 15px;
    pointer-events: all
}

#homepage_wrapper_banner .wrapper{
    text-align: center;
    z-index: 25;
    position: relative;
    pointer-events: none;
}

.wrapper_title_page .wrapper{
    padding-top: 170px;
    padding-bottom: 200px;
}
p.text_banner_homepage{
    text-align: center;
}

.post-content-blog{
    padding-left: 100px;
    padding-right: 100px;
}
.post-content-blog h2{
    margin-top: 50px;
    margin-bottom: 50px;
}
.title_wrapper_with_separator{

}
.single-post .post .title_wrapper_with_separator h3{
        display: inline-block;
    width: 30%;
    vertical-align: middle;
    color: #e96232;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-post .fusion-single-sharing-box{
        background-color: transparent;
    border: none;
    margin-top: 0;
    padding-left: 0;
}
.single-post .single-navigation a{
    margin-left: 0px;
    margin-right: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 32px;
    text-transform: uppercase;
    line-height: 35px;
}
.single-post .single-navigation a:before{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
        font-weight: 600;
    font-size: 32px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 10px;
}
body .container_pages .member_links_wrapper a {
    text-transform: uppercase;
}
body .single-the-members .single-navigation a{
    text-transform: uppercase;
}
body #wrapper .meta_info_post_wrapper .single-navigation div a{
    text-transform: uppercase;
}
.single-post .single-navigation a:after{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
        font-weight: 600;
    font-size: 32px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-left: 10px;
}
.single-post .single-navigation a:hover::before{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #e96232!important;
}
.single-post .single-navigation a:hover::after{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #e96232!important;
}
.go_to_blog_page{
    text-align: center;
}
.go_to_blog_page a{
    width: 25px;
    height: 25px;
    background: url(../img/all_news.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.go_to_blog_page a:hover{
    background: url(../img/all_news_hover.png) center center no-repeat;
}

.single-navigation div.next{
    text-align: right;
}
.single-navigation div.next a{
    float: right;
}
.single-post .single-navigation{
    text-align: left;
    border-bottom: none;
    padding-top: 20px;
    margin-bottom: 0;
}
.single-post .fusion-sharing-box .fusion-social-networks{
    text-align: left;
}
.single-post .fusion-single-sharing-box h4{
    display: none;
}

.meta_info_post_wrapper .single-navigation div.prev{
    text-align: left;
    padding-left:0px;
}
.meta_info_post_wrapper .single-navigation div.prev a{
    padding-left: 20px;
}
.meta_info_post_wrapper .single-navigation div.prev a:before{
    font-size: 30px;
    color: #1c3661;
    margin-top: -2px;
    margin-left: -20px;
    display: inline-block;
}
.meta_info_post_wrapper .single-navigation div.prev a:hover:before{
    color: #e96131;
}
#wrapper .meta_info_post_wrapper .single-navigation div.next{
         padding-right: 0px;
    margin-right: 0px;
}
#wrapper .meta_info_post_wrapper .single-navigation div.next a{
margin-right: 0;
}
.meta_info_post_wrapper .single-navigation div.next a:after{
    right: 0px;
    margin-top: -2px;
    font-family: icomoon;
    content: '\f105';
    color: #1c3661;
    display: inline-block;
    font-size: 30px;
}
.meta_info_post_wrapper .single-navigation div.next a:hover:after{
color: #e96131;
}

.meta_info_post_wrapper h4{
   color: #1c3661;
    font-size: 14px;
    margin-top: 30px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
ul.list_usefull_links{
    list-style-type: none;
    margin-top: 0;
}
ul.list_usefull_links li a{
    color: #006cff;
    font-weight: 300;
    text-decoration: underline;
}
ul.list_usefull_links li a:hover{
    color: #e96232;
}
.title_wrapper_with_separator span{
       display: inline-block;
    width: 70%;
    height: 1px;
    background-color: #e96232;
    vertical-align: middle;
}
.category-post-wrapper{
    right: 0px;
}

#homepage_wrapper_actualites .wrapper{
    padding: 45px;
    position: relative;
    margin-top: -110px;
    background: #1c3661;
    padding-bottom: 20px;
    z-index: 50;
}

#homepage_wrapper_actualites .posts-slider-wrapper{
    background: white;
    width: 100%;
    height: 530px;
    overflow: hidden;
}

#homepage_wrapper_actualites .recent-posts-content p{
    color: #1c3661;
}
#blog_wrapper_actualites{
    background: #1c3661;
    padding-bottom: 20px;
}
#blog_wrapper_actualites .wrapper{
    position: relative;
    background: #1c3661;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
#blog_wrapper_actualites .posts-slider-wrapper{
    background: white;
    width: 100%;
    height: 530px;
    overflow: hidden;
}
.wrapper-1280{
    max-width: 1280px;
    margin:auto;
}
.single-post .post {
    margin-bottom: 0;
    padding: 50px;
    background-color: white;
    margin-top: 250px;
}

.single-post .post .category_post_wrapper{
        right: 0;
    z-index: 100;
}

body .fusion-custom-menu-item-contents{
       display: block;
    position: absolute;
    top: 29px;
    right: -9px!important;
    width: 700px!important;
    background-color: transparent!important;
    border: none!important;
    padding-right: 0;
}
body .fusion-custom-menu-item-contents .search-table{
    background-color: white;
}

#blog_wrapper_actualites .recent-posts-content p{
    color: #1c3661;
}

#tweets_feed_wrapper{
    background-color:#4099ff;
    padding:40px;
}

#tweets_feed_wrapper .icon_twitter_feed{
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    float:left;
    height: 110px;
}
#tweets_feed_wrapper .icon_twitter_feed img{
    margin-right: 10px;
    float: right;
    margin-top: calc(60px - 30px);
}

#tweets_feed_wrapper .line_twitter_feed{
    height: 1px;
    width: 100px;
    background-color: white;
    float: right;
    margin-right: 30px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 54px;
}
div.rotatingtweets span{
    display: block;
    width: 100%;
    white-space: normal;
    overflow: hidden;
}
.wordsrotator_words .wordsrotator_wordIn{
    opacity: 1;
}
#tweets_feed_wrapper .rotatingtweets .rtw_meta{
    display: none;
}
#tweets_feed_wrapper .rotatingtweets a{
    text-transform: initial;
}
#tweets_feed_wrapper .aptf-tweets-wrapper{
    display: none;
}
#tweets_feed_wrapper .rotatingtweets {
    width: 69%;
    border: none;
    display: inline-block;
    float: left;
    margin-top: 25px;
    height: 85px;
}
.rotatingtweets a{
    color: white;
}

#tweets_feed_wrapper .container .rotatingtweets{
    text-align: left;
    margin-bottom: 0px;
}

#tweets_feed_wrapper .container {
    text-align: center;
}

.bloc_title_section{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 50px;
}

.bloc_content_section{
    width: 70%;
    display: inline-block;
    padding: 50px;
    background: white;
}
.bloc_content_section h3 {
    margin-top: 0;
    margin-bottom: 0;
}
#our_members_wrapper{
    margin-top: 40px;
    background-color: #1c3661;
}

#lyrics_expert_wrapper{
    margin-top: 40px;
    background-color: #1c3661;
}
.line_separator_section{
    width: 100%;
    height: 1px;
    background-color: #1c3661;
    margin-top: 20px;
    margin-bottom: 25px;
}
.list-icon-svg{
    padding: 0;
}
.our_members_list_wrapper{
    text-align: center;
}
.our_members_list_wrapper svg path, .our_members_list_wrapper svg line, .our_members_list_wrapper svg circle,.our_members_list_wrapper svg{

    stroke: #1c3661;

}
.our_members_list_wrapper svg{
    width: 80px;
    height: 80px;
}
.number_wrapper{
    color: #1c3661;
    font-family: "Droid Serif", Arial, Helvetica, serif;
    font-size: 24px;
    line-height: initial;
}
.number_wrapper .number{
    font-weight: bold;
    font-style: normal;
}
.number_wrapper .text{
}
.description_our_members{
    color: #3c3c3c;
    margin-top: 10px;
}
.bloc_content_section > a {
    float: right;
}
.btn-blue{
    color:  #1c3661;
    border-color: #1c3661;
}
.post-content{
        background-color: #f4f4f4;
}
.header_testimonial_wrapper{
    position: relative;
}
.experts_image_carousel{
    vertical-align: middle;
}
.experts_image_carousel .image_expert_wrapper{
    display: block;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    z-index: 1;
}
.carousel_wrapper{
    width: 122px;
    height: 122px;
    display: inline-block;
    vertical-align: middle;
}
.experts_image_carousel img{
    z-index: 100;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.line_separator_header_section{
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: calc(100% - 122px);
    padding-left: 40px;
}
.line_separator_header_section > div{
    width: 100%;
    height: 1px;
    background-color: #1c3661;
}

.info_meta_expert{
    color: #2c75ff;
    margin-top: 30px;
}
.info_meta_expert .name_expert{
    text-transform: uppercase;
    font-weight: bold;
}
.info_meta_expert .line{
    margin-left: 15px;
    margin-right: 15px;
}
.info_meta_expert .job_expert{
    font-style: italic;
}
.content_expert{
        color: #1c3661;
    margin-top: 25px;
}
.content_expert p {
    margin-bottom: 35px;
}
.learn_more_expert{
    height: 45px;
    margin-bottom: 35px;
}


/********* CONTACT FORM PAGE *****/
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 0.1s;
}
body input:-webkit-autofill {
    background-color: white!important;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    transition: all 0.1s;
    background-color: white!important;
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.description_contact_form p:last-child{
    margin-bottom: 0;
}
#wrapper_contact_form{
    padding:20px 100px 30px;
    background: white;
    color: #1c3661;
}

#container_wrapper .description_contact_form{
    color: #1c3660;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container_pages .description_contact_form{

}

.contact_form_wrapper .input_wrapper {
    padding: 0;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact_form_wrapper .input_wrapper label{
    vertical-align: middle;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #1c3660;
    font-weight: 500;
    font-style: italic;
}

.contact_form_wrapper .input_wrapper.focus label{
 font-size: 11px;
 -webkit-transform: translateY(-20px);
 -moz-transform: translateY(-20px);
 -o-transform: translateY(-20px);
 transform: translateY(-20px);
 visibility: visible !important;
 -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.separator_content_subtitle{
    margin-top: 40px;
    margin-bottom: 35px;
}
.contact_form_wrapper .input_wrapper > span{

}

.template_cms_container .post-content .sitemap_wrapper h2{
    font-size: 20px!important;
}

.template_cms_container .post-content .sitemap_wrapper ul{
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 13px;
    padding-left: 20px;
}
.template_cms_container .post-content .sitemap_wrapper p{
    margin-bottom: 30px;
}
.template_cms_container .container_pages{
    background: white;
    padding: 40px 100px;
}
#container_wrapper.template_cms_container{
    padding-top: 40px;
}
.template_cms_container .post-content{
    background: white;
}
#container_wrapper.template_cms_container .post-content h2 {
    font-size: 28px;
}
#container_wrapper.template_cms_container .post-content h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}
#container_wrapper.template_cms_container .post-content h4 {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-left: 30px;
}
body #main > .fusion-row {
    padding-bottom: 40px;
}
.hideme
{
    opacity:0;
}
#container_wrapper.template_cms_container .post-content h2:last-child:after {
    content:' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1c3660;
    margin-top: 30px;
    margin-bottom: 30px;
}

.template_cms_container .post-content p {
    color: #3c3c3c;
    padding-left: 30px;
}

body #wrapper_contact_form .contact_form_wrapper input{
  margin: 0px;
  width: 100%!important;
  display: block;
  border: none;
  padding: 10px 0;
  padding-top: 0;
  border-bottom: solid 1px #dcdcdc;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1c3660 4%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1c3660 4%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #1c3660 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1c3660 4%);
  background-position: -1000px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #1c3660;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 16px;

}
body #wrapper_contact_form .contact_form_wrapper textarea{
  margin: 0px;
  width: 100%!important;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #dcdcdc;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  -o-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 99%, #1c3660 4%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 99%, #1c3660 4%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 99%, #1c3660 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99%, #1c3660 4%);
  background-position: -1000px 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #1c3660;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 16px;

}

#wrapper_contact_form .contact_form_wrapper .submit_wrapper input{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    margin-top: 15px;
   border-radius: 25px!important;
   box-shadow: none;
   text-transform: uppercase;
       background: transparent;
    color: #1c3660;
    border: 1px solid #1c3660;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    text-align: center;
    display: inline;
    width: auto!important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#wrapper_contact_form .contact_form_wrapper .submit_wrapper input:hover{
background-color: #e96131;
border-color: #e96131;
}
#wrapper_contact_form .submit_wrapper{
    text-align: center;
}

#wrapper_contact_form .infos-required{
    font-size: 12px;
    font-style: italic;
}
body #wrapper_contact_form .contact_form_wrapper input:focus ,body #wrapper_contact_form .contact_form_wrapper textarea:focus {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

body #wrapper_contact_form form {
  box-sizing: border-box;
  width: 100%;
}

body.fusion-body .wpcf7-form .fusion-slider-loading{
        margin: auto!important;
    margin-top: 30px!important;
}
/********* CONTACT FORM PAGE *****/

.container_pages{
    width: 100%;
    max-width: 985px;
    margin: auto;
}


/***** SUB MENU PAGES ****/
#page-scroll-container-top{

}

.navbar-page-scroll{
    width: 100%;
    background: white;
    top: 0;
}
.navbar-page-scroll .active {
    color: #e96131 !important;
    text-decoration: none !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navbar-page-scroll.sticky{
    top: 65px;
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=5);
}
.sticky_submenu.sticky_submenu_active{
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=5);
}
.fusion-logo img{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fusion-logo a{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.navbar-nav{
    text-align: center;
}
.navbar-nav li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

/***** END SUB MENU PAGES ****/



/****** NETWORK PAGES ******/
.page_thumbnail {
    margin-top: -250px;
}
.template_network .container_pages{
     margin-top: 250px;
}
.template_network .container_pages .network-section{
outline:none;
padding-bottom: 40px;
}
.icon_svg_wrapper{
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.icon_content_wrapper{
    width: calc(100% - 100px);
    display: inline-block;
}
.icon_content_wrapper .title_section{

}
.title_section_absolute{
    position: relative;
    width: 100%;
}
.title_section_absolute .title_wrapper{
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    padding-right: 40px;
}

.template_network .title_section_absolute{
    height: 108px;
}
.title_section_absolute .separator_line{
    position: absolute;
    top: 54px;
    background-color: #e96232;
}
.fusion-page-title-wrapper{
    opacity: 1!important;
}
#container_wrapper.template_cms_container.template_network .title_section h2{
    margin-top: 40px;
    margin-bottom: 40px;

}
ul.list_download_network{
    padding-left: 0;
    text-align: center;
}
ul.list_download_network li{
    width: 200px;
    display: inline-block;
}
ul.list_download_network li a{
    font-size: 12px;
}
ul.list_download_network li img{
    display: block;
    margin: auto;
}
#container_wrapper.template_cms_container .row_download_wrapper h4{
    padding-left: 0;
    text-transform: uppercase;
}

#container_wrapper.template_cms_container.template_network .title_section h2:after{
    content: '';
    display: none;
    width: calc(100% - 200px);
    height: 1px;
    background-color: #1c3660;
    margin-top: 15px;
    margin-bottom: 20px;
    float: right;
}
.separator_line{
    width: 100%;
    height: 1px;
    background-color: #1c3661;
    margin-bottom: 20px;
}
#container_wrapper.template_cms_container.template_network .post-content h3{
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.template_cms_container.template_network .post-content p{
    padding-left: 0;
}
.icon-svg svg{
    width: 80px;
    height: 80px;
}
.icon-svg svg path, .icon-svg svg line, .icon-svg svg circle, .icon-svg svg {
    stroke: #1c3661;
}


body.single-post #main .container_pages  h2.entry-title{
    color: #1c3661;
    font-size: 28px!important;
    font-weight: bold;
    margin-bottom: 20px;
}
body.single-post #main .container_pages .post-content{
    color: #1c3661;
    background: white;
}

body.single-post #main .container_pages .fusion-flexslider{
    margin-top: -250px;
}


body .pagination_meta_info_wrapper{
    margin-top: 35px;
    position: relative;
    height: 20px;
}

body .pagination_meta_info_wrapper .pagination{
    width: 15%;
    display: inline-block;
    margin-top: 0;
    float: left;
    color: #1c3661;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

body .pagination_meta_info_wrapper .read_post{
    width: 70%;
    display: inline-block;
    text-align: center;
    float: left;
}
body .pagination_meta_info_wrapper .read_post a{
    display: block;
    padding: 0;
    line-height: 20px;
}
body .pagination_meta_info_wrapper .read_post a i{
    margin-left: 10px;
    height: 12px;
}
body .pagination_meta_info_wrapper .action_slider{
    width: 44px;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 20px;
    right: 0;
}

body .pagination_meta_info_wrapper .action_slider .previous, body .pagination_meta_info_wrapper .action_slider .next{
    width: 10px;
    height: 20px;
    background-size: initial;
    background-position: 0 center;
    background-image:url(../img/icons/icon_arrows.png);
    background-repeat: no-repeat;
    /*transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;*/
    float: left;
    cursor: pointer;
    display: inline-block;
}

body .pagination_meta_info_wrapper .action_slider .previous:hover{
   /*background-position: 10px center; */
       background-position: -10px center!important;
}

body .pagination_meta_info_wrapper .action_slider .next{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px;
}
body .pagination_meta_info_wrapper .action_slider .next:hover{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
        background-position: -10px center!important;
   /*background-position: 10px center;*/
}

body .post-content-search article{
    padding: 40px;
    background-color: #ffffff;
    margin-bottom: 0;
}
body .post-content-search article:nth-child(2n){
    background-color: #f4f4f4;
}
body .post-content-search .separator_content_bottom{
width: 70%;
vertical-align: middle
    height: 1px;
    display: inline-block;
    background-color: #1c3661;
}

body .post-content-search .separator_content_top{
    margin-bottom: 30px;
}
body .post-content-search .pagination_meta_info_wrapper{
    width: 30%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
}
body .post-content-search .pagination_meta_info_wrapper .read_post a{
    text-align: right;
    display: inline-block;
    float: right;
}

footer .footer_links_wrapper li a h2{
    font-family: 'Lato', 'serif';
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: inherit;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

footer .footer_links_wrapper li a h2{

}
 .results_search_title{
    font-weight: 300;
}
.query_search_title{
    color: #e96131;
}

footer .footer_links_wrapper li a:hover h2{
    color: #e96131;
}
footer .footer_links_wrapper li a h3{
    font-family: 'Lato', 'serif';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: inherit;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-style: normal;
}
footer.fusion-footer-widget-area .footer_links_wrapper li a{
    font-family: 'Lato', 'serif';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: inherit;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-style: normal;
}
footer.fusion-footer-widget-area .footer_links_wrapper li a:hover{
color: #e96131;
}
 #wrapper footer.fusion-footer-widget-area .fusion-widget-area .current-menu-item > a{
        color: white;

 }
  #wrapper footer.fusion-footer-widget-area .fusion-widget-area .current-menu-item > a:hover{
color: #e96131;
}
footer .footer_links_wrapper li a:hover h3{
     color: #e96131;
}
footer.fusion-footer-widget-area ul{
    width: 200PX;
    padding: 0;
    text-align: left;
    margin: auto;
}
footer ul#menu-footer-pages-list-column-02{
    width: 150PX;
    text-align: left;
    margin: auto;
}


footer ul.footer_links_wrapper{
    width: auto;
    text-align: left;
    margin: auto;
    display: inline-block;
}

footer .follow_us_title_wrapper{
    font-family: 'Lato', 'serif';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: inherit;
    margin-bottom: 0;

}

footer .follow_us_icon_wrapper{
    margin-top: 10px;
}

footer li.follow_us_wrapper  a{
    display: inline-block;
    line-height: initial;
}

footer li.follow_us_wrapper  a.facebook_link_wrapper{
    margin-left: 10px;

}


body .fusion-footer-widget-area{
    border: none;
    padding: 0;
}

body footer{
    margin-top: 0px;
}
body #main{
        background-color: #f4f4f4;
}
body #main > .fusion-row{
    padding-bottom: 40px;
}
.footer_contact_wrapper{
    background-color: #1c3661;
    padding: 50px;
}

.footer_contact_wrapper > div.fusion-row{
    text-align: center;
}

.footer_contact_wrapper  > div.fusion-row p{
    color: white;
    line-height: inherit;
    margin-bottom: 30px;
}

footer .footer_links_wrapper{
    padding: 50px;
    padding-bottom: 40px;
}





ul.list_download_network li a span{
    position: relative;
    display: block;
    margin: auto;
}
ul.list_download_network li a span:before{
    content: " ";
    width: 53px;
    height: 60px;
    border: 1px solid #1c3661;
    border-bottom: none;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -28px;
    z-index: 1;
     transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
ul.list_download_network li a:hover span:before{
    top: -10px;
}
ul.list_download_network li img{
    position: relative;
    z-index: 2;
}

header .fusion-main-menu .iclflag {
    margin-top: -3px;
}
header.fusion-is-sticky .fusion-main-menu .iclflag {
    margin-top: -5px;
}

header .fusion-logo img{
    height: auto!important;
    margin-top: 0px;
}
header.fusion-is-sticky .fusion-logo img{
    height: 45px!important;
    margin-top: 0px;
}






#homepage_wrapper_actualites .posts-slider-wrapper > div.image_container{
    height: 100%;
}
#homepage_wrapper_actualites .posts-slider-wrapper > div.image_container > div{
    height: 100%;
    width: 100%;
    display: block;
}
#homepage_wrapper_actualites .posts-slider-wrapper > div.image_container .item{
        width: 100%;
    background-size: cover!important;
    height: 100%;
    background-position: center center!important;
}

 .posts-slider-wrapper > div.content_container .posts-wrapper{
    margin-bottom: 60px;
}
.posts-slider-wrapper div.image_container img{
   z-index: -1;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.posts-slider-wrapper .owl-carousel .owl-stage-outer{
    height: 100%;
}

.posts-slider-wrapper .owl-carousel .owl-stage{
    height: 100%;
}
.owl-carousel .owl-stage .owl-item{
    height: 100%!important;
}
.container-bottom-posts-slider-content{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
}
.posts-slider-wrapper .separator_content_bottom{
    margin-top: 0,
}



/************ MENU MOBILE **********/
.fusion-mobile-menu-icons{

}
.fusion-mobile-menu-icons a{

}
.fusion-mobile-menu-icons a:before{
    content: ' ';
    background: url(../img/icons/icon_menu_mobile.png) no-repeat center center;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: block;
    margin-top: 10px;
   /* transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
}
header.fusion-is-sticky .fusion-mobile-menu-icons a:before{
    margin-top: -5px;
}
.fusion-mobile-menu-icons a:hover:before{
    background: url(../img/icons/icon_menu_mobile_orange.png) no-repeat center center;
        background-size: contain;
        width: 50px;
}



div.selector_language_menu_wrapper{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    right: 0;
    line-height: 28px;

    border: 1px solid #1c3661;
    border-radius: 5px;

   /* transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
    z-index: 500;
    cursor: pointer;
}


div.selector_language_menu_wrapper:hover{
border-color:#e7623b;
background-color: #e7623b;
color: white;
}
div.selector_language_menu_wrapper a{
    /*transition:  all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
        width: 100%;
    height: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
div.selector_language_menu_wrapper:hover a{
color: white
}



#wrapper .fusion-main-menu .fusion-main-menu-search a{
   /* transition:  all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
}
header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item{
    /*transition:  all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;*/
}










.blog-wrapper div.image_container img{
    z-index: -1;
    position: relative;
}
.blog-wrapper div.image_container > div{
    height: 100%;
}

#wrapper #homepage_wrapper_slider_actualites .posts_slider_image_carousel .item  {
    background-size: cover!important;
    height:     100%;
        background-position: center center!important;
}
#wrapper .posts_slider_image_carousel{
    height:     100%;
}
.post-content-blog #posts-container .blog-wrapper div.image_container div.item {
    height: 100%;
        background-size: cover!important;
    background-position: top left!important;
}

.blog-wrapper div.image_container img{
    width: auto;
    height: 100%;
}

#posts-container .category_post_wrapper {
    width: auto;
}
.single-post .category_post_wrapper {
    width: auto;
}

.color-orange{
    color:#e96232;
}


.header_map_members_mobile{
    display: none;
}






/********* ACCORDEON CSS BLOC *********/

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
    background:#f4f4f4;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #e4e4e4;
    background:#f4f4f4;
    transition:all linear 0.15s;
    /* Type */
    font-size:14px;
    color: #1c3661;
    text-align: center;
}

 .accordion-section-title a:hover{
color: #e96232;
}
.accordion-section-title.active, .accordion-section-title:hover {
    background:white;
    /* Type */
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    /*border-bottom:none;*/
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
    color: #1c3661;
    background-color: white;
}
.accordion-section-content-member h3{
    margin-top: 0;
    font-style: normal!important;
    font-size: 18px!important;
    line-height: initial!important;
    font-weight: bold!important;
}
.accordion-section-content a{
    background: transparent;
    color: #1c3661;
    border: 1px solid #1c3661;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 25px;
}
.accordion-section-content a:hover{
        background: transparent;
    color: #e96232!important;
    border: 1px solid #e96232;
    font-family: 'Montserrat', serif;
    font-weight: bold;
}
.accordion-section-title i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 10px;
    right: 20px;
}
.accordion-section-title i:before, .accordion-section-title i:after {
    content: "";
    position: absolute;
    background-color: #1c3661;
    width: 2px;
    height: 7px;
}
.accordion-section-title.active i:before {
    transform: translate(-2px, 0) rotate(45deg);
     background-color: #e96232;
}
.accordion-section-title i:before {
    transform: translate(2px, 0) rotate(45deg);
}
.accordion-section-title.active i:after {
    transform: translate(2px, 0) rotate(-45deg);
     background-color: #e96232;
}
.accordion-section-title i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

body .tooltipster-sidetip .tooltipster-box{
    box-shadow: 0px 0px 1px #1c3660;
}



#search_filters button{
    display: none;
}

body.error404 {
    background-color: #1c3660;
    height: 100%;
}

body.error404 #wrapper{
    height: 100%;
}
body.error404 #wrapper #main{
    height: 100%;
        background-color: #1c3660;
}
body.error404 #wrapper #main > div{
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
}
body.error404 #wrapper #main > div #content.full-width{
    height: 100%;
    max-width: 1170px;
    padding: 50px;
    margin: auto;
    float: none;
    position: relative;
    display: block;
}
body.error404 .error-page-container .container_pages{
    margin-top: 0;
}
body.error404 .wrapper-1280{
       position: absolute;
    top: 50px;
    background-color: white;
    max-width: 1170px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    width: calc(100% - 100px);
    left: 50px;
    height: calc(100% - 100px);
    min-height: 560px;
    padding: 0;
}
#post-404page{
    height: 100%;
}
#post-404page .flex-wrapper{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
    align-items: 'stretch';
    height: 100%;
    flex-direction: row;
}
#post-404page .flex-wrapper .flex-item{
    width: 80%;
    display: inline-block;
    position: relative;
    height: auto;
    vertical-align: top;
    -webkit-box-flex: 1 80%;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 80%;         /* OLD - Firefox 19- */
    -ms-flex: 1 80%;
    -webkit-flex:1 80%;
    flex: 1 80%;
}

#post-404page .flex-wrapper .flex-item.item-background{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    width: 20%;
    -webkit-box-flex: 1 20%;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 20%;         /* OLD - Firefox 19- */
    -ms-flex: 1 20%;
    -webkit-flex:1 20%;
    flex: 1 20%;
}
#post-404page .flex-wrapper .flex-item.item-background img{
    position: relative;
    z-index: -1;
    height: auto;
}
#post-404page .flex-wrapper .flex-item.content-error .content{
    padding: 100px;
    padding-top: 0;
    margin-top: -120px;
    position: absolute;
    padding-bottom: 0;
    top: 50%;
}
#post-404page .flex-wrapper .flex-item.content-error .content h1{
    font-family: 'Montserrat';
    font-size: 36px;
    color: #e96232;
    text-transform: uppercase;
}
#post-404page .flex-wrapper .flex-item.content-error .content h2{
    font-weight: bold;
    font-style: italic;
    font-size: 54px;
    color: #1c3660;
}
#post-404page .flex-wrapper .flex-item.content-error .content > p{
    color: #424242;
}
#post-404page .flex-wrapper .flex-item.content-error .logo-rpi{
    position: absolute;
    right: 40px;
    top: 80px;
    z-index: 1000;
    right: 100px;
}
#post-404page .flex-wrapper .flex-item.content-error .logo-rpi a{
    display: block;
}
#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper{
border-top: 1px solid #1c3660;
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}
#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a{
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 25px!important;
    box-shadow: none;
    text-transform: uppercase;
    background: transparent;
    color: #1c3660;
    border: 1px solid #1c3660;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    text-align: center;
    display: inline;
    width: auto!important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a:hover{
    background:#e96232;
    border-color: #e96232;
}

#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a.contact_button{
    margin-left: 20px;
}


.header_map_asia #mapSvg{
    display: none;
    height: 0px;
    width: 0px;
}
.header_map_asia #mapSvgSouth {
    width: 100%;
    height: 45%;
    margin-top: -119px;
    margin-left: -70px;
    /*transform: scale(0.86);
    -webkit-transform:scale(0.86);
    -o-transform:scale(0.86);
    -moz-transform:scale(0.86);*/
}
.header_map_europe .map_container  #mapSvgNorth{
    height: 90%;
    top: 0;
    display: none;
    position: absolute;
}
/*.header_map_europe svg path[data-code="RU"]{
        transform: translate(-9px,-103px) scale(1.49);
         -webkit-transform: translate(-9px,-103px) scale(1.49);
          -moz-transform: translate(-9px,-103px) scale(1.49);
           -o-transform: translate(-9px,-103px) scale(1.49);
}
.header_map_europe svg path[data-code="GE"]{
        transform: translate(744px,384px) scale(1.49);
         -webkit-transform: translate(744px,384px) scale(1.49);
          -moz-transform: translate(744px,384px) scale(1.49);
           -o-transform: translate(744px,384px) scale(1.49);
}*/
.header_map_europe #mapSvg .jvectormap-container{
    overflow: visible;
}
.header_map_members.header_map_europe .map_container{
    padding-top: 0;
}
.header_map_europe #mapSvg .jvectormap-container svg{
    overflow: visible;
}
.header_map_europe #mapSvg .jvectormap-container svg g{
    overflow: visible;
}

.header_map_members .map_container{
    position: relative;
}
.map_container #mapSvgNorth{
    position: relative;
}
.map_container #mapSvgSouth{
    position: relative;
}
body .error-page .oops{
    font-size: 60px;
}
#wrapper footer.fusion-footer-widget-area .footer_links_wrapper li.current_page_item a{
    color: #e96131;
}
div.close_menu_mobile_wrapper{
    width: 100%;
    height: auto;
    background: #1e3760;
    padding: 20px;
    position: relative;
    display: block;
    z-index: 500000;
}
div.close_menu_mobile_wrapper > div{
        width: 100%;
    height: auto;
    border-bottom: 1px solid #285495;
    display: block;
    padding-bottom: 20px;
}
div.close_menu_mobile_wrapper .close_croix{
    width: 25px;
    cursor: pointer;
    height: 25px;
        float: right;
    background:url(../img/icons/icon_croix_search_white.png) no-repeat center center;
    background-size: contain!important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
div.close_menu_mobile_wrapper .close_croix:hover{
    background:url(../img/icons/icon_croix_search_orange.png) no-repeat center center;
}
.fusion-footer-widget-area .footer_contact_wrapper a{
    color: white;
}

#lyrics_expert_wrapper .bloc_title_section{
    float: right;
}

div.pagination div.pagination-prev-wrapper{
    float: left;
    margin-top: 0;
}
div.pagination div.pagination-next-wrapper{
    float: right;
    margin-top: 0;
}
.post-content-blog .pagination .pagination-center{
    float: left;
    margin-top: 25px;
}

 body.single-the-members #wrapper .meta_info_post_wrapper .single-navigation div.next a{
        padding-right: 20px;
    }

 body.single-the-members .fusion-page-title-bar-center .fusion-page-title-captions{
    padding-bottom: 0;
 }
 body.single-the-members  .fusion-page-title-bar{
    height: 100px;
 }


.header_map_members.header_map_europe .map_container{
    padding-left: 0;
}

div.cookie_policy_wrapper{
    position: absolute;
    top: 0;
    z-index: 16000;
    width: 100%;
    height: 45px;
    background-color: #1c3661;
}
div.cookie_policy_wrapper > div{
    position: relative;
}
div.cookie_policy_wrapper .container_content_cookie{
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 42px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
div.cookie_policy_wrapper .container_content_cookie .link_page_cookie a{
    color:  #26a4ff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
div.cookie_policy_wrapper .container_content_cookie .link_page_cookie a:hover{
    color: #e96131;
}
div.cookie_policy_wrapper .container_submit_cookie{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
div.cookie_policy_wrapper .container_submit_cookie .submit_cookie_policy{
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #1c3661;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
div.cookie_policy_wrapper .container_submit_cookie .submit_cookie_policy:hover{
     color: #e96131;
}

div.container_popup_ie9{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000000;
}

div.container_popup_ie9 .overlay{
    background-color: white;
    width: 100%;
    height: 100%;
}


div.container_popup_ie9 .popup_ie9{
    width: 985px;
    height: 360px;
    left: calc(50% - 492.5px);
    top: calc(50% - 180px);
    position: absolute;
    background-color: #ffffff;

    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
}
div.container_popup_ie9 .popup_ie9 .title{
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 32px;
    font-family: 'Droid-serif',serif;
    color: #e96232;
    background-color: #1c3661;
    margin-bottom: 0!important;
}
div.container_popup_ie9 .popup_ie9 .content{
       text-align: center;
    color: #1c3661;
    padding: 60px;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Lato',serif;
    line-height: initial;
}

div.container_popup_ie9 .popup_ie9 .link{
    margin-bottom: 20px;
}
div.container_popup_ie9 .popup_ie9 .link form{
    text-align: center;
}
div.container_popup_ie9 .popup_ie9 .link input{
    outline: none;
    background: white;
    padding: 20px 20px;
    border: 2px solid #1c3661;
    border-radius: 30px;
    color: #1c3661;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat',serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

div.container_popup_ie9 .popup_ie9 .link input:hover{
    background-color: #e96232;
    border-color: #e96232;
}
div.container_popup_ie9 .popup_ie9 .close_popup_ie9{
   width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: url(../img/icons/icon_croix_search_white.png) no-repeat center center;
    background-size: 20px;
    background-position: center center;
    background-color: #2a446e;
    cursor: pointer;
}
div.container_popup_ie9 .popup_ie9 .close_popup_ie9:hover{
    background: url(../img/icons/icon_croix_search_orange.png) no-repeat center center;
    background-size: 20px;
    background-position: center center;
    background-color: #2a446e;
}

.posts-slider-wrapper div.image_container{
    height:     100%;
}


/*****************************************************************************************/
/*****************************************************************************************/
/*********************************     RESPONSIVE    *************************************/
/*****************************************************************************************/
/*****************************************************************************************/

@media only screen and (max-height: 660px){
body.error404 {
    height: auto;
}
body.error404 .wrapper-1280{
        position: relative;
    top: 0;
    left: 0;
    min-height: auto;
    width: 100%;
    height: auto;
}
#post-404page .flex-wrapper .flex-item.content-error .content{
        padding-bottom: 0;
    position: relative;
    top: 0;
    margin-top: auto;
    padding-top: 130px;
    padding-bottom: 29px;
}
#post-404page .flex-wrapper .flex-item.item-background img {
    position: relative;
    z-index: -1;
    height: auto;
}
}
@media only screen and (max-width: 1280px){
    .posts-slider-wrapper .separator_content_top{
        margin-bottom: 40px;
    }
}



/********* TABLETTE MODE RESPONSIVE *******/
@media only screen and (max-width: 1100px){
    div.container_popup_ie9 .popup_ie9 {
        margin: 20px;
        width: calc(100% - 40px);
        height: 400px;
        left: 0;
        top: calc(50% - 200px);
        position: absolute;
        background-color: #ffffff;
        box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    }
    div.cookie_policy_wrapper .container_content_cookie{
        font-size: 10px;
        width: calc(100% - 45px);
        margin:0;
    }
    div.cookie_policy_wrapper .container_content_cookie .link_page_cookie a{
        font-size: 10px;
    }
    #post-404page .flex-wrapper .flex-item.content-error .content h2 {
    font-weight: bold;
    font-style: italic;
    font-size: 46px!important;
    color: #1c3660;
        line-height: initial!important;
}
    body .fusion-custom-menu-item-contents .search-table{
        display: none!important;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder{
        position: fixed;
    top: 0px;
    width: 100%;
    margin: 0px!important;
    padding: 0px!important;
    left: 0px;
    z-index: 1000;
    background:#1e3760;
    }
    header.fusion-header-wrapper ul.fusion-menu li:nth-child(4){
        margin-right: 0;
    }
   /* .fusion-header-wrapper .fusion-row{
        position: inherit;
    }
    .fusion-mobile-menu-design-modern .fusion-header>.fusion-row{
        position: inherit;
    }
    body .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{
        position: inherit;
    }*/
     .posts-slider-wrapper > div.content_container{
        height: auto;
    }

    #blog_wrapper_actualites .posts-slider-wrapper{
        height: auto;
        position:   relative;
    }
    .header_map_members .text_header{
        position: absolute;
        height: auto;
        top: 0;
        left: 0;
        width: auto;
    }
    .header_map_members{
        position: relative;
        overflow: hidden;
    }
    .header_map_members .map_container{
        width: 100%;
    }
    .header_map_members.header_map_africa .map_container{
        width: 75%;
        position: relative;
        margin-top: 50px;
        float: right;
        margin-right: 20px;
    }
    .header_map_members.header_map_america .map_container{
        width: 70%;
        position: relative;
        margin-top: 20px;
        float: right;
        margin-right: 20px;
    }
    .header_map_members.header_map_asia .map_container{
        width: 90%;
        position: relative;
        margin-top: 50px;
        float: right;
        margin-right: 30px;
        margin-left: 30px;
    }
    .header_map_members.header_map_europe .map_container{
        width: 75%;
        position: relative;
        margin-top: 80px;
        float: right;
        margin-right: 70px;
    }
    .header_map_members.header_map_oceania .map_container{
        width: 90%;
        position: relative;
        margin-top: 50px;
        float: right;
        margin-right: 20px;
    }
    #mapSvgSouth {
        width: 100%;
    height: 45%;
    margin-left: 70px;
    margin-top: -15px;
    }


    .header_map_members .text_header {
        position: absolute;
        height: auto;
        top: 0;
        left: 30px;
        width: auto;
        max-width: 250px;
        z-index: 3;
    }
    #single-content-the-members .container_pages{
        z-index: 4;
        position: relative;
    }
    #wrapper_contact_form .fusion-columns-2 .fusion-column{
        width: 50%!important;
    }
    #wrapper_contact_form{
        padding: 30px;
        margin-bottom: 20px;
    }
    #container_wrapper{
        padding-left: 30px;
        padding-right: 30px;
    }
    #container_wrapper.template_cms_container{
        padding: 40px;
    }
    .template_cms_container .container_pages{
        padding: 40px;
    }
    .post-content-search{
        padding-left: 30px;
        padding-right: 30px;
    }
    #blog_wrapper_actualites{
        padding-left: 30px;
        padding-right: 30px;
    }
    .blog-wrapper .content_container{
        height: auto;
        padding-bottom: 20px;
    }
    #homepage_wrapper_actualites .wrapper{
        padding: 30px;
    }

    #homepage_wrapper_actualites .posts-slider-wrapper > div.content_container {
        width: 100%;
        height: auto;
        position: initial;
        padding-top: 10px;
    }
    #homepage_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: auto;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: auto;
    }
    .posts-slider-wrapper > div.content_container .posts-wrapper{
        margin-bottom: 70px;
    }


#blog_wrapper_actualites .posts-slider-wrapper > div.image_container > div {
    height: 100%;
    width: 100%;
    display: block;
}
#blog_wrapper_actualites .posts-slider-wrapper .content_container{
    width: 100%;
     height: auto;
        position: initial;
        padding-top: 10px;
}
.post-content-blog {
    padding-left: 30px;
    padding-right: 30px;
}
.post-content-blog #posts-container .blog-wrapper div.image_container{
    height: auto;

}
.post-content-blog #posts-container .blog-wrapper div.image_container div{
    height: 100%;
}
.post-content-blog .blog-wrapper{
     display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}


   /* .owl-carousel .owl-stage .owl-item{
           width: 100%!important;
    }*/
    #homepage_wrapper_actualites .item{

    }
    #homepage_wrapper_actualites .posts-slider-wrapper{
        height: auto;
        position:   relative;
    }

    #homepage_wrapper_actualites .posts-slider-wrapper > div.image_container .item{
        width: 100%;
        background-size: cover!important;
        height: 100%;
        background-position: center center!important;
        background: none!important;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container .item{
        background: none!important;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container .item > img{
        display: none;
    }
    #homepage_wrapper_actualites .posts-slider-wrapper > div.image_container .item > img{
        display: none;
    }
    .posts-slider-wrapper .content_container .title_posts_slider_homepage h2 {
        margin-bottom: 20px!important;
    }
    .posts-slider-wrapper .separator_content_top{
        margin-bottom: 20px;
    }
    p.text_banner_homepage{
        padding-left: 50px;
        padding-right: 50px;
    }
    #tweets_feed_wrapper .container{
        display: block;
        width: 100%;
    }
    #tweets_feed_wrapper .container .rotatingtweets{
       margin-bottom: 0px;
    }
    #tweets_feed_wrapper .line_twitter_feed{
        width: 50px;
    }
    div.rotatingtweets span{
        line-height: initial;
    }
    #tweets_feed_wrapper{
        padding-top: 25px;
    }
    .bloc_title_section{
        width: 100%;

        order: 1;
    }
    .bloc_content_section{
        width: 100%;
        text-align: center;
        padding: 40px;

        order: 2;
    }
    .bloc_content_section h3{
        text-align: left;
    }
    .bloc_content_section .description_our_members{
        text-align: left;
    }
    .bloc_content_section > a{
        float: none;
    }
    #lyrics_expert_wrapper, #our_members_wrapper{
        display: block
    }

    #lyrics_expert_wrapper .info_meta_expert{
        text-align: left;
    }
    .content_expert p{
        text-align: left;
    }
    #lyrics_expert_wrapper{
        margin-top: 10px;
    }
    #our_members_wrapper{
        margin-top: 10px;
    }
    body #main > .fusion-row{
        padding-bottom: 10px;
    }
    div.selector_language_menu_wrapper{
        right: 100px;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-main-menu{
        display: block!important;
        overflow: initial;
    }
    .fusion-main-menu > ul > li{
        display: none;
    }
    header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item{
        display: block;
            position: absolute;
    right: 160px;
    z-index: 150000;
    top: 25px;
    }
    .fusion-main-menu .fusion-main-menu-search a{
        height: auto!important;
        line-height: initial!important;
    }
    div.selector_language_menu_wrapper{
        top: 23px;
        margin-top: 0;
    }
    body .fusion-custom-menu-item-contents {
        display: block;
        position: absolute;
        top: -32px;
        right: -9px!important;
        width: 325px!important;
        background-color: transparent!important;
        border: none!important;
        padding-right: 0;
    }
    div.close_search_wrapper{
        right: 100px;
        top:18px;
    }
    .fusion-is-sticky .fusion-main-menu > ul > li.fusion-last-menu-item{
        top: 10px!important;
    }
    .fusion-is-sticky div.selector_language_menu_wrapper{
        top: 8px;
    }
    body #wrapper header.fusion-is-sticky .fusion-custom-menu-item-contents {
        padding: 0;
        width: 300px!important;
            margin-top: 25px;
    }
    header.fusion-is-sticky div.close_search_wrapper{
        top: 2px;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul{
        padding: 0px;
        background-color: #1e3760;
        border: none;
    padding-top: 0;
    padding-bottom: 80px;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul li{
        background:transparent;
        color: white;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul li a{
        background:transparent;
        color: white;
        border:none;
        font-family: "Droid Serif", Arial, Helvetica, serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-transform: initial;
    font-size: 20px;
    }
        .fusion-mobile-nav-holder{
            position: relative;
        }
    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder .twitter_link_network{
          width: 35px;
          height: 35px;
          margin-right: 15px;
    display: inline-block;

    }
         .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder .facebook_link_network{
                display: inline-block;
                margin-left: 0px;
                  width: 35px;
          height: 35px;
         }

    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul li a:hover{
        color: #e96232;
    }

   .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder > ul li.fusion-mobile-current-nav-item a{
    color: #e96232;
   }

    .fusion-mobile-nav-holder form{
        padding: 20px 40px 20px 40px;
    background: #1e3760;
    color: white;
    border: none;
    }
    .line_menu_mobile_reseau{
      display: inline-block;
    width: calc(100% - 110px);
    height: 1px;
    vertical-align: middle;
    background: #285495;
    margin-left: 20px;
    }
        div.social_mobile_menu_wrapper .link_social_mobile{
                display: inline-block;
    vertical-align: middle;
        }
   #wrapper header .fusion-mobile-nav-holder form div.search-table div.search-field input{
    color: white;
    border-bottom: 1px solid #285495;
   }
   #wrapper header .fusion-mobile-nav-holder form div.search-table div.search-button input{
color: white;
   border-bottom: 1px solid #285495;
}
.fusion-mobile-nav-holder form div.search-table div.search-field input::-webkit-input-placeholder {
   color: white;
}

.fusion-mobile-nav-holder form div.search-table div.search-field input:-moz-placeholder { /* Firefox 18- */
   color: white;
}
.fusion-mobile-nav-holder form div.search-table div.search-field input::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

.fusion-mobile-nav-holder form div.search-table div.search-field input:-ms-input-placeholder {
   color: white;
}
#wrapper header .fusion-mobile-nav-holder form div.search-table div.search-button input{
    background-image: url(../img/icons/icon_loupe_search_white.png)!important;
}
#wrapper header .fusion-mobile-nav-holder form div.search-table div.search-button input:hover,#wrapper header .fusion-mobile-nav-holder form div.search-table div.search-button input:focus,#wrapper header .fusion-mobile-nav-holder form div.search-table div.search-button input:active{
     background-image: url(../img/icons/icon_loupe_search_orange.png)!important;
}
body .fusion-is-sticky .fusion-mobile-nav-holder>ul{
    max-height: 100%;
}
body .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder .fusion-mobile-nav-item a{
    padding-left: 40px;
    padding-right: 40px;
}
div.social_mobile_menu_wrapper{
        background: #1e3760;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 20px;
    display: block;
}
body .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{
    padding-top: 10px;
    padding-bottom: 10px;
}
.container_checkbox label{
    font-size: 13px;
    padding-left: 25px;
    padding-right: 0px;
}
.container_checkbox label:last-of-type{
    transform: none;
}
.container_checkbox label:last-of-type{
    transform: none;
}
ul.post-filters{
    padding: 0;
    padding-left: 20px;
}

#search_filters button{
    width: auto;
    height: 40px;
    border: 1px solid #1c3661;
    background: transparent;
    color: #1c3661;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
    font-family: 'Montserrat', serif;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 20px;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.container_pages{
    padding-left: 10px;
    padding-right: 10px;
}
.meta_info_post_wrapper .col-sm-4{
    width: 33.33%;
    display: inline-block;
    float: left;
}
.single-the-members h1.entry-title{
    margin-bottom: 20px;
}
.tax-continents h1.entry-title{
 margin-bottom: 20px;
}
.header_map_members .map_container{
    padding-left: 0;
    padding-top: 0;
}


}







/*@media only screen and (max-width: 1000px){
    #homepage_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 260px;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 260px;
    }
}

@media only screen and (max-width: 900px){
    #homepage_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 240px;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 240px;
    }
}*/


/********* TABLETTE MODE RESPONSIVE *******/

@media only screen and (max-width: 800px){
     /*#homepage_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 220px;
    }
    #blog_wrapper_actualites .posts-slider-wrapper > div.image_container {
        width: 100%;
        height: 220px;
    }*/
    body .fusion-columns .fusion-column:not(.fusion-column-last) {
         margin: 0 0 0px;
    }
    body .contact_form_wrapper .input_wrapper{
        margin-bottom: 20px;
    }
    body .fusion-columns-3 .fusion-column{
        width: 33.33% !important;
        float: left !important;
    }
  /*  div.cookie_policy_wrapper .container_content_cookie {
        line-height: initial;
        height: auto;
        text-align: left;
        padding: 10px;
    }
    div.cookie_policy_wrapper {
        height: auto;
        overflow: hidden;
    }*/
    div.cookie_policy_wrapper .container_submit_cookie .submit_cookie_policy{
        line-height: 46px;
        height: 100%;
    }
}
@media only screen and (max-width: 600px){
 div.cookie_policy_wrapper .container_content_cookie {
        line-height: initial;
        height: auto;
        text-align: left;
        padding: 10px;
    }
    div.cookie_policy_wrapper {
        height: auto;
        overflow: hidden;
    }
}


@media only screen and (max-width: 700px){
    #homepage_wrapper_actualites .posts-slider-wrapper{
        position: relative!important;
    }
    .post-content-blog #posts-container .blog-wrapper div.image_container div.item{
        background: none!important;
    }
    .post-content-blog #posts-container .blog-wrapper div.image_container div.item > img{
        display:  none;
    }
    .post-content-blog #posts-container .blog-wrapper div.image_container div.item > div{
        text-align:     center;
        background: white;
    }
     .post-content-blog #posts-container .blog-wrapper div.image_container div.item > div >img{
        z-index:    1;
        max-height:     180px;
        margin:  auto;
    }
    body {
        min-width: auto;
    }
    .cookie_bar_present .fusion-header-wrapper{
        margin-top: 0;
    }
    div.cookie_policy_wrapper{
        position: relative;
    }
    div.container_popup_ie9 .popup_ie9 {
        margin: 20px;
        width: calc(100% - 40px);
        height: 400px;
        left: 0;
        top: calc(50% - 200px);
        position: absolute;
        background-color: #ffffff;
        box-shadow: rgba(0,0,0,.117647) 0 0px 5px;
    }
    div.container_popup_ie9 .popup_ie9 .content{
        padding: 20px;
        font-size: 16px;
    }
    div.container_popup_ie9 .popup_ie9 .title{
        font-size: 26px;
        line-height: initial;
        height: auto;
        padding: 20px;
        padding-right: 65px;
    }
    div.container_popup_ie9 .popup_ie9{
        height: auto;
    }
    div.cookie_policy_wrapper {
        height: auto;
    }
   /* div.cookie_policy_wrapper .container_content_cookie{
        line-height: initial;
        height: auto;
        text-align: left;
        padding: 10px;
    }*/
    div.cookie_policy_wrapper .container_submit_cookie{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        line-height: 45px;
        width: 45px;
    }
    div.cookie_policy_wrapper .container_submit_cookie form{
        height: 100%;
    }
    div.cookie_policy_wrapper .container_submit_cookie .submit_cookie_policy{
        height: 100%;
    }
    div.pagination span.page-text{
        display: none;
    }
    #post-404page .flex-wrapper .flex-item.content-error .content h2{
        font-size: 26px!important;
    }

    #post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper{
        text-align: center;
    }
    #post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a{
        display: inline-block;
        float: none!important;
    }
    #post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper{
        padding-bottom: 0px;
    }

    #post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a.contact_button{
        float: none!important;
        display: inline-block;
        margin-top: 20px!important;
    }
    body .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    header .fusion-logo img{
        height: 55px!important;
    }
    #homepage_wrapper_banner{
        padding-left: 0;
        padding-right: 0;
    }
    p.text_banner_homepage{
        padding-left: 20px;
        padding-right: 20px;
    }
    #homepage_wrapper_banner{
        height: auto;
    }
    #homepage_wrapper_actualites .wrapper{
        margin-top: 0!important;
    }
    #container_wrapper{
        padding: 0!important;
    }
    .wrapper_title_page .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #homepage_wrapper_actualites .wrapper{
        padding: 20px;
    }
    #homepage_wrapper_actualites .posts-slider-wrapper > div.content_container{
        padding: 20px;
    }
    .container-bottom-posts-slider-content{
        padding-left: 20px;
        padding-right: 20px;
    }
    #tweets_feed_wrapper{
        padding: 20px;
        padding-top: 0;
    }
    #tweets_feed_wrapper .container{
        padding: 0;
    }
    #tweets_feed_wrapper .icon_twitter_feed img{
        width: 30px;
    }
    #tweets_feed_wrapper .line_twitter_feed{
        height: 1px;
    width: 20px;
    background-color: white;
    float: right;
    margin-right: 15px;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: 45px;
    }
    #tweets_feed_wrapper .icon_twitter_feed {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        float: left;
        height: 160px;
    }
    #our_members_wrapper{
        padding-left: 10px;
        padding-right: 10px;
        background: #f4f4f4;
    }
    #lyrics_expert_wrapper{
         padding-left: 10px;
        padding-right: 10px;
        background: #f4f4f4;
    }
    .bloc_title_section{
        background: #1c3661;
        padding: 20px;
    }
    .bloc_content_section{
        padding: 20px;
    }
    footer.fusion-footer-widget-area ul{
        width: 100%;
          padding-left: 30px;
        padding-right: 30px;
    }
    body .fusion-columns-3 .fusion-column{
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    body .single-navigation.fusion-columns-3 .fusion-column{
        width: 33%!important;
        margin-bottom: 0px!important;
    }
     body .pagination_www_wrapper.fusion-columns-3 .fusion-column{
        width: 33%!important;
        margin-bottom: 0px!important;
    }


    body .single-navigation .fusion-columns-3 .fusion-column{
            width: 33%!important;
            margin-bottom: 0px!important;
    }
    body.single-post .single-navigation div.prev{
        padding-left: 0;
    }
    .post-content-blog .pagination .pagination-prev{
            line-height: 76px;
            height: 76px;
    }
    .post-content-blog .pagination .pagination-next{
             line-height: 76px;
            height: 76px;
    }
    body .pagination_www_wrapper .pagination-center a,body .pagination_www_wrapper .pagination-center span{
       margin-top: 25px;
    }
    body .meta_info_post_wrapper .single-navigation div a{
        font-size: 11px;
    }

    footer .footer_links_wrapper{
        padding: 0;
    }
    footer ul#menu-footer-pages-list-column-02{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
        text-align: left;
    }
    .fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column a.link_logo_footer {
        margin-top: 30px;
        margin-left: 30px;
    }
    .fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column.fusion-column-last-container-footer{
        background:#232323;
            margin-bottom: 0!important;
    padding-top: 20PX;
    padding-bottom: 20px;
    }
    footer .follow_us_title_wrapper{
        font-size: 14px;
    }
    footer.fusion-footer-widget-area .footer_links_wrapper li a{
        font-size: 14px;
    }
    .footer_contact_wrapper{
        padding:30px;
    }
    .container{
        width: 100%;
    }
    .page-template-template-network ul.navbar-nav{
        padding-left: 0;
    }
    div.page_thumbnail iframe{
        width: 100%;
    height: auto;
    min-height: 250px;
    }
    .page_thumbnail {
        margin-top: -150px;
    }
    .template_cms_container .container_pages {
        padding: 20px;
            margin-top: 10px;
    }
    .template_cms_container.template_network .container_pages{
        margin-top: 150px;
    }
    .submenu_continent ul li {
        display: inline-block;
        width: auto;
        margin-left: 10px;
    }

    .submenu_continent ul li a{
        font-size: 11px;
    }
    .header_map_members {
        display: none;
    }
    .header_map_members_mobile{
        display: block;
    }
    .header_map_members_mobile .btn_reseau:hover span {
        color: #e96232;
    }
    #single-content-the-members .container_pages{
        margin-top: 0;
    }
    #single-content-the-members{
        padding: 0;
    }
    #single-content-the-members .container_pages{
        padding: 20px;
    }
    #single-content-the-members .container_text_member_inline .separator_mini_line{
        display: none;
    }

    #single-content-the-members .date_wrapper{
        display: block;
        line-height: initial;
        height: auto;
        margin-bottom: 10px;
    }
    #single-content-the-members .nb_collaborateurs_wrapper{
        display: block;
        line-height: initial;
        height: auto;
         margin-bottom: 10px;
    }
    #header_member_content{
        height: auto;
    }
    .member_information_wrapper .image_member_wrapper {
        display: block;
        vertical-align: top;
        width: 150px;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }
    .member_information_wrapper .informations_member {
        display: block;
        width: 100%;
    }

    .member_links_wrapper{
       display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
      display: flex;
      flex-flow: row wrap;

        padding-top: 35PX;
    }

    .member_links_wrapper .logo_member{
        -webkit-box-flex: 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 auto;         /* OLD - Firefox 19- */
        -ms-flex: 1 auto;
        -webkit-flex:1 auto;
        flex: 1 auto;
        order: 1;
        display: inline-flex;
        margin-bottom: 20px;
    }
    .member_links_wrapper .social_bloc_member{
        -webkit-box-flex: 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 auto;         /* OLD - Firefox 19- */
        -ms-flex: 1 auto;
        -webkit-flex:1 auto;
        flex: 1 auto;
        order: 2;
        display: inline-flex;

    }
    .member_links_wrapper .button_site{
        width: 100%;
        display: block;
        order: 3;
    }
    div.social_bloc_member{
        margin-bottom: 10px;
    }
    div.social_bloc_member > div{
        margin:auto;
    }
    div.social_bloc_member > div a{
        width: 40px;
        height: 40px;
        margin-left: 0;
    }
    #single-content-the-members article{
        margin-bottom: 0;
    }
    .single-the-members .single-navigation{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    body.single-the-members #main #single-content-the-members h2{
        font-size: 24px!important;
    line-height: initial!important;
    border-top: 1px solid #1c3660;
    padding-top: 30px;
    }
    #header_member_content{
        margin-top: 30px;
    }
    #blog_wrapper_actualites{
        padding-left: 20PX;
        padding-right: 20Px;
    }

    #blog_wrapper_actualites .category_post_wrapper{
         top: 0px;
        right: 0px;
    }
    #blog_wrapper_actualites .posts-slider-wrapper .content_container{
        padding: 20px;
    }
    .filter_posts_wrapper > div .title-filters {
        display: inline-block;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Lato';
        font-weight: bold;
        float: none;
        left: 50%;
        position: absolute;
        width: 100px;
        text-align: center;
        margin-left: -50px;
        top: 15px;
        line-height: initial;
    }

    .filter_posts_wrapper  {
        position: relative;
        width: 100%;
        text-align: center;
        line-height: initial;
        padding-top: 40px;
        background: white;
        color: #1c3661;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1500;
            height: 80px;
    }

    .sticky_submenu.sticky_submenu_active{
        line-height: initial;
        padding-top: 30Px;
    }
    .filter_posts_wrapper.sticky_submenu_active > div .title-filters{
        top: 10px;
    }
    #search_filters .fusion-slider-loading{
        display: none!important;
    }
    .post-content-blog #posts-container .blog-wrapper div.image_container{
        width: 100%;
        max-height: 170Px;
    }
    .post-content-blog .blog-wrapper{
        display: block;
    }
    .blog-wrapper .content_container{
        width: 100%;
        margin-top: -10px;
    }
    #posts-container .category_post_wrapper{
        margin-top: -166px;
    }
    .post-content-blog article{
        margin-bottom: 20px;
    }
    .post-content-blog{
        padding-left: 20px;
        padding-right: 20px;
    }
    #wrapper_contact_form .fusion-columns-2 .fusion-column{
        width: 100%!important;
    }
    .container_pages{
        padding-left: 0;
        padding-right: 0;
    }
    .single-post .post{
        padding: 0;
        padding-top: 20PX;
        padding-bottom: 20px;
        margin-top: 100px;
    }
    .single-post .container{
        padding: 0;
    }
    body.single-post #main .container_pages .fusion-flexslider {
        margin-top: -100px;
        padding-left: 10px;
        padding-right: 10px;
    }
    body #wrapper #main .post > h2.fusion-post-title{
        padding-left: 10px;
        padding-right: 10px;
    }
    body.single-post #main .container_pages .post-content{
        padding-left: 10px;
        padding-right: 10px;
    }
    body.single-post .meta_info_post_wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }
    #wrapper .share-box h4{
        display: none!important;
    }
    .meta_info_post_wrapper .single-navigation div.prev{
        padding-left: 15Px;
        padding-right: 0;
    }
    .single-post .single-navigation{
        margin-bottom: 15px;
    }
    #tweets_feed_wrapper .rotatingtweets{
        height: auto;
        margin-bottom: 20px;
    }
    #tweets_feed_wrapper .container{
        text-align: center;
    }
    #tweets_feed_wrapper .icon_twitter_feed{
        height: auto;
    }
    #tweets_feed_wrapper .rotatingtweets{
        min-height: 140px;
    }
    #lyrics_expert_wrapper .carousel_wrapper{
        display: block;
        margin:auto;
    }

    #lyrics_expert_wrapper .line_separator_header_section{
        display: none;
    }
    #lyrics_expert_wrapper .info_meta_expert{
        text-align: center;
    }
    #lyrics_expert_wrapper .info_meta_expert .line{
        display: none;
        height: 0px;
    }
    #lyrics_expert_wrapper .info_meta_expert .job_expert{
        display: block;
    }
    .single-post .fusion-single-sharing-box{
        padding-right: 0;
        text-align: center;
    }
    .single-post .fusion-sharing-box .fusion-social-networks{
        text-align: center;
    }
    .meta_info_post_wrapper h4{
        text-align: center;
    }
    #wrapper .fusion-main-menu .fusion-main-menu-search a{

    }
    .post-content-search {
        padding-left: 0;
        padding-right: 0;
    }
    .title_search_wrapper h4{
        padding-left: 20px;
    }
    body .post-content-search article{
        padding: 20px;
    }
    body .pagination_meta_info_wrapper .read_post{
           width: 65%;
    display: inline-block;
    text-align: center;
    /* margin-top: 8px; */
    float: left;
    }
    body .post-content-search .pagination_meta_info_wrapper .read_post a {
    text-align: right;
    display: inline-block;
    float: right;
    width: 120px;
    text-align: right;
}
body .post-content-search .pagination_meta_info_wrapper {
    width: 135px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    float: right;
    text-align: right;
}
body .post-content-search .separator_content_bottom{
    width: calc(100% - 135px);
}


body.error404 #wrapper #main > div #content.full-width{
    padding: 20px;
}
#post-404page .flex-wrapper .flex-item.item-background{
    display: none;
}

#post-404page .flex-wrapper .flex-item.content-error .logo-rpi {
    position: absolute;
    right: 30px;
    top: 30px;
}
#post-404page .flex-wrapper .flex-item.content-error .content {
    padding-bottom: 0;
    position: relative;
    top: 0;
    margin-top: auto;
    padding-top: 130px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a{
    float: left;
    margin-top: 0;
}
#post-404page .flex-wrapper .flex-item.content-error .buttons_wrapper a.contact_button{
    margin-left: 0;
    float: right;
    margin-top:0;
}
header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item{
    top: 17Px;
    right: 140px;
}

div.selector_language_menu_wrapper {
    top: 15px;
    right: 80px;
    margin-top: 0;
}
.fusion-mobile-menu-icons a:before{
    margin-top: 2px;
}
.blog-wrapper .content_container{
    padding: 20px!important;
}
.filter_posts_wrapper > div {
    max-width: 1125px;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
}
ul.post-filters {
    padding: 0;
    padding-left: 0;
}
}

@media only screen and (max-width: 500px){
    #tweets_feed_wrapper .line_twitter_feed{
        width: 10px;
    }
    #tweets_feed_wrapper{
        padding: 10px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #tweets_feed_wrapper .rotatingtweets{
        min-height: 150px;
    }
    header.fusion-header-wrapper ul.fusion-menu li.fusion-last-menu-item{
        right: 125px;
    }
    div.selector_language_menu_wrapper{
        right: 65px;
    }
    .single-post .single-navigation a:before{
        margin-right: 5px;
    }
    .single-post .single-navigation a{
        font-size: 12px;
    }
    .single-post .single-navigation a:after{
        margin-left: 5px;
    }
}





.fusion-header-wrapper.fusion-is-sticky .fusion-header, .fusion-header-wrapper.fusion-is-sticky .fusion-secondary-main-menu{
    background-color:rgba(255,255,255,1)!important;
}

body .container_pages a {
    text-transform: initial;
}


/**********
* Grow in *
***********/

@-webkit-keyframes growIn {
    0% {
        -webkit-transform: scale(0.2);
        opacity:0;
    }
    50% {
        -webkit-transform: scale(1.2);

    }
    100% {
        -webkit-transform: scale(1);
        opacity:1;
    }
}
@keyframes growIn {
    0% {
        transform: scale(0.2);
        opacity:0;
    }
    50% {
        transform: scale(1.2);

    }
    100% {
        transform: scale(1);
        opacity:1;
    }
}
.growIn {

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn;
    animation-name: growIn;
}


.header_map_america #mapSvgSouth{
    margin-left: 85px;
    margin-top: -20px;
}