/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body,
html {}

a:focus, 
a:hover{
    text-decoration:none;
}

body {
    font-family: 'Raleway', sans-serif;
    padding-top: 70px;
}
body .vc_tta-title-textvc
body.home {
    padding-top: 0px;
}

h1 {
    font-size: 43px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    /*margin-top: 30px;*/
}

/*.single-pays h1,
.single-campagne h1 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fd8022;
}*/

.single-pays h1{
    font-size: 43px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;  
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fd8022;
}

.page-template-template-don h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #006FC0;
}

h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 30px;
    color: #fd8022;
}

.page-template-template-don h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 30px;
    color: #006FC0;
}

.vc_column-inner p {
    font-size: 17px;
    line-height: 23px;
    color: #4d5051;
    margin-bottom:15px;
}

.vc_column-inner .cff-details p{
   color: #FD8022;
}

.header-archive {
    background-color: #fd8022;
    padding-bottom: 65px;
    color: #fff;
}

.header-archive p {
    font-size: 16px;
    color: #ffffff;
    line-height: 23px;
    text-align: left;
    font-weight: 600;
    font-style: normal;
}

.wpb_text_column p a,
.wpb_text_column li a {
    color: #4d5051;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
    /*text-decoration: underline;
    text-decoration-style: dotted;*/
    border-bottom: 1px dotted #4d5051;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wpb_text_column p a:hover,
.wpb_text_column li a:hover {
    color: #fd8022;
    border-color:#fd8022;
}

.wpb_text_column ul{
    margin-left: 0px;
    padding-left:0px;
}

.wpb_text_column li{
    font-size: 17px;
    margin-bottom: 15px;
    /*list-style: inside;*/
    list-style: none;
}

.wpb_text_column li li{
    margin-left: 15px;
    margin-bottom: 0px;
}

.wpb_text_column li:before { /* the custom styled bullets */
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fd8022;
  border-radius: 50%;
  margin-bottom: 2px;
}

.wpb_text_column li li:before { /* the custom styled bullets */
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 1px solid #fd8022;
  border-radius: 50%;
  margin-bottom: 2px;
}

a.vc_single_image-wrapper {
    background-color: #000000;
    position: relative;
    display: block;
}

a.vc_single_image-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/icons/look.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
}

a.vc_single_image-wrapper:hover {}

a.vc_single_image-wrapper img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.vc_single_image-wrapper:hover img {
    opacity: 0.35;
}

a.vc_single_image-wrapper:hover:after {
    margin-top: 0px;
    opacity: 1;
}

.module-citation blockquote,
.module-citation blockquote p {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    border-left: 0px;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    color: #222222;
    line-height: 30px;
}

.module-citation hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #fd8022;
    width: 10%;
    margin-left: 0;
}

.module-citation .auteur {
    display: block;
    color: #9c9c9c;
    font-size: 12px;
    text-transform: uppercase;
    ;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: right;
}

.module-citation .auteur:before {
    content: "";
    display: inline-block;
    width: 50px;
    border-top: 2px solid #000;
    margin-right: 15px;
    margin-bottom: 4px;
}

body .vc_custom_heading a:hover{
    opacity: 1;
    color: #FD8022;
}


/******** HOME ELEMENT & NAVIGATION **********/

#sub-header{
    color: #fff;
    background: #0d3c55;
    padding: 10px 30px;
}

#sub-header p{
   margin-bottom: 0px;
}

@media only  screen and (max-width: 768px) {
    #sub-header p{
       text-align: center!important;
    }
}

#sub-header a{
    color: #fff;
}

#sub-header a:hover{
    color: #F47725;
}

.nav-flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-heart{
    position: fixed;
    top: 140px;
    right: 45px;
    z-index: 999;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
    transform: translateX(50%);
}

.container-heart.headroom-bg-animation {
    top: 15%;
    right: 50%;
}

.container-heart.active{
    right: 45px;
    top: 45px;
}

.container-heart.headroom-bg-animation.no-header-img.active,
.container-heart.no-header-img.headroom-bg.headroom-hidden.active{
    top: 45px;
}

.container-heart.no-header-img.headroom-bg.headroom-hidden{
    top: 75px;
}

.container-heart.headroom-bg {
    background-color: transparent;
}

.container-heart.headroom-hidden {
    background-color: transparent;
}


.container-heart.headroom-bg-animation.no-header-img {
    top: 75px;
}

.home .container-heart.headroom-bg-animation.no-header-img{
    top: 15%;
}

.nav-heart {
    width: 40px;
    height: 40px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}

.home .container-heart.headroom-bg-animation{
    transform:scale(1.3) translateX(50%);
}

.home .container-heart.headroom-bg-animation.active{
    transform:scale(1) translateX(50%);
    top: 45px;
}

.nav-heart.headroom-bg-animation.active {
    top: 95px;
}

.heart-btn {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 128, 34, 0.25);
    border-radius: 50%;
    animation: heartBeat 1s infinite ease;
    transition: all 300ms;
    display: block;
}

.heart-btn:hover {
    background-color: rgba(200, 200, 200, 0.25);
}

.heart-btn.active {
    background-color: rgba(200, 200, 200, 0.25);
}

.heart-btn-inner {
    position: relative;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background-color: #FD8022;
    /*border: 5px solid #FD8022;*/
    border-radius: 50%;
    text-align: center;
    animation: heartBeatInner 1s infinite ease;
    transition: all 300ms;
}

.heart-btn:hover .heart-btn-inner,
.heart-btn.active .heart-btn-inner {
    background-color: #fff;
}

.heart-icon {
    width: 50%;
    height: 50%;
    margin-top: 25%;
    fill: #fff;
    transition: all 300ms;
}

.heart-btn .fa,
.heart-btn.active .heart-icon {
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.heart-btn.active .fa {
    display: inline-block;
    margin-top: 5px;
    margin-left: 1px;
    color: #000;
    font-size: 16px;
}

.heart-btn:hover .heart-icon {
    fill: #fd8022;
}

.heart-btn.active .heart-icon {
    fill: #000000;
}

@keyframes heartBeat {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes heartBeatInner {
    0%,
    10% {
        transform: scale(0.9)
    }
    25% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(0.9)
    }
}

.homeSlider article {
    height: 90vh;
}

#heartmenu {
    position: fixed;
    z-index: -998;
    background-color: #fff;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
    transform: scale(0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#heartmenu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0.88;
    width: 100%;
    height: 100%;
}

#heartmenu.active {
    opacity: 1;
    z-index: 998;
    transform: scale(1);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

#heartmenu .footermenu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px
}

#heartmenu .footermenu .title {
    font-size: 16px;
    font-weight: 600;
    color: #fd8022;
}

#heartmenu .footermenu .social-footer {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.30;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 50px;
    display: inline-block;
}

#heartmenu .footermenu .social-footer:hover {
    opacity: 1;
}

#heartmenu .follow-title {
    padding-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#heartmenu a.title {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#heartmenu a.title:hover {
    color: #fff;
}

#heartmenu a.title img {
    opacity: 0.30;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#heartmenu a.title:hover img {
    opacity: 1;
}

#heartmenu .follow-title:before {
    content: "";
    float: left;
    border-top: 1px solid #fff;
    width: calc(50% - 80px);
    margin-left: -15px;
    margin-top: 10px;
    opacity: 0.30;
}

#heartmenu .follow-title:after {
    content: "";
    float: right;
    border-top: 1px solid #fff;
    width: calc(50% - 80px);
    margin-right: -15px;
    margin-top: 10px;
    opacity: 0.30;
}

.heartmenu-content a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: 600;
    /*opacity: 0.30;*/
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    margin-bottom: 40px;
    padding-bottom: 55px;
    position: relative;
}

.heartmenu-content a:hover {
    /*opacity: 1;*/
    color: #fa6b00;
}


.heartmenu-content a:hover .heartmenu-icon{
}

.heartmenu-content a hr {
    width: 16px;
    border-color: #fff;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0;
}

.heartmenu-content a:hover hr {
    border-width: 2px;
    bottom: -10px;
}

.heartmenu-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    height: 40px;
}

.heartmenu-icon.orange{
    display: none;
}

.heartmenu-content a:hover .heartmenu-icon {
    display: none;
}

.heartmenu-content a:hover .heartmenu-icon.orange {
    display: block;
}

.heartmenu-don {
    padding-bottom: 60px;
}

.scroll-back-to-top-wrapper {
    z-index: 997!important;
}


#popup{
    position: fixed;
    z-index: 9999;
    /* display: none; */
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
}

#popup.active{
    opacity: 1;
}

#popup.close{
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
}

.close-popup{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #FD8022;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;

}

.close-popup:hover{
    background: #0a8dd8;
    color: #fff;
}

.content-popup{
    width: auto;
    /* display: -webkit-inline-box; */
    background: #fff;
    /* max-width: 768px; */
    margin-left: auto;
    margin-right: auto;
    /*padding: 25px;*/
    max-width: 768px;
}

.content-popup p{
    margin: 0px;
    padding: 0px;
}


/* ==========================================================================
  NAVIGATION
   ========================================================================== */

header {
    font-size: 13px;
    background-color: #ffffff;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

.headroom-bg {
    background-color: #ffffff;
}

#logo {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar {
    /*overflow: hidden;*/
}

.navbar-fixed-top {
    border: 0px;
}

.navigation-content {}

.navigation-content ul {
    margin: 0px;
    padding: 0px;
}

.navigation-content ul li {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navigation-content ul li a {
    line-height: 70px;
    color: #5e5e5e;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation-content ul li a:hover,
.navigation-content ul li.current-menu-item a {
    color: #fd8022;
    /*text-decoration: underline;*/
}

.langue-box {
    height: 70px;
    display: inline-block;
    /*float: left;*/
    text-transform: uppercase;
    font-weight: bold;
    color: #5e5e5e;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    position: relative;
}
.current-langue{
    line-height: 70px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    cursor: pointer;
}
.current-langue:hover{
    color: #000;
}
.current-langue .fa{
    margin-left: 15px;
}
.langue-list{
    position: absolute;
    padding: 0px;
    margin: 0px;
    border: 1px solid #cdcdcd;
    border-bottom: 0px;
    width: 100%;
    display:none;
}
.langue-list li{
    background-color: #fff;
    border-bottom:1px solid #cdcdcd;
    list-style: none;
}
.langue-list li a{
    color: #5e5e5e;
    display: block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.langue-list li a:hover{
    color: #fd8022;
}

.search-box {
    height: 70px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom;
    color: #5e5e5e;
    position: relative;
}

.search-box .btn-search {
    color: #000;
    font-size: 20px;
    line-height: 70px;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.search-box .btn-search:hover {
    color: #fd8022;
}

.search-box .btn-search svg {
    margin-top: 5px;
}

.search-box .btn-search svg path,
.search-box .btn-search svg circle,
.search-box .btn-search svg line {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-box .btn-search:hover svg circle,
.search-box .btn-search:hover svg line {
    stroke: #fd8022!important;
}

.search-box .btn-search:hover svg path {
    fill: #fd8022!important;
}

form#searchform {
    position: absolute;
    right: 100%;
    background: #fff;
    height: 70px;
    width: 0;
    padding: 0;
    display: block;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    text-align: right;
    top: 0;
    -webkit-transition: opacity 0.4s ease 0s, width 0s ease 0.45s;
    -moz-transition: opacity 0.4s ease 0s, width 0s ease 0.45s;
    -o-transition: opacity 0.4s ease 0s, width 0s ease 0.45s;
    transition: opacity 0.4s ease 0s, width 0s ease 0.45s;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 999;
}

.open-search form#searchform {
    -webkit-transition: opacity 0.4s ease 50ms, width 0s ease 0s;
    -moz-transition: opacity 0.4s ease 50ms, width 0s ease 0s;
    -o-transition: opacity 0.4s ease 50ms, width 0s ease 0s;
    transition: opacity 0.4s ease 50ms, width 0s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 800px;
}

input#search {
    float: left;
    display: block;
    font-size: 16px;
    width: calc(100% - 50px);
    border: 0;
    vertical-align: middle;
    font-weight: 400;
    padding: 0 10px;
    border-right: 1px solid #dedede;
    line-height: 70px;
    height: 70px;
}

input#searchsubmit {
    width: 50px;
    display: block;
    float: left;
    height: 70px;
    padding: 0 5px;
    border: 0;
    background: transparent;
    font-size: 15px;
}

input#searchsubmit:hover {
    color: #fd8022;
}

svg#cross {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px;
    margin-top: -3px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.open-search svg#cross {
    opacity: 1;
    filter: alpha(opacity=100);
}

svg#loupe {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.open-search svg#loupe {
    opacity: 0;
    filter: alpha(opacity=0);
}

.don-box {
    line-height: 70px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background-color: #0a8dd8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.don-box:hover {
    background-color: #037aba;
}

.don-box a {
    color: #fff;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

.don-box span.hidden-xs{
    margin-left: 15px;
}

.burger{
    display: none;
    line-height: 70px;
    /*display: inline-block!important;*/
    text-transform: uppercase;
    border-left: 1px solid #cdcdcd;
    text-align: center;
    width: 70px;
    float: left;
    height: 70px;
}

.burger a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.burger a:hover{
    padding-top: 18px;
}

.burger a span{
    width: 18px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.burger a:hover span{
    margin-top: 6px;
}

iframe .formule{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}


.vc_wp_custommenu {
    margin-top: 35px;
    position: relative;
}

.vc_wp_custommenu .widget_nav_menu.headroom-bg {
    position: fixed;
}


/*.vc_wp_custommenu .widget_nav_menu.fixed {
    top: 150px;
}

.vc_wp_custommenu .widget_nav_menu.fixed.headroom-hidden {
    top: 50px;
}*/

.vc_wp_custommenu .widget_nav_menu {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.vc_wp_custommenu .widget_nav_menu div > ul {
    margin: 0px;
    padding: 0px;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li {
    position: relative;
}

.vc_wp_custommenu .widget_nav_menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li > a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #686868;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li > a:hover,
.vc_wp_custommenu .widget_nav_menu div > ul > li > a:focus,
.vc_wp_custommenu .widget_nav_menu div > ul > li > a:active {
    text-decoration: none;
    color: #FD8022;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li.menu-item-has-children > a {
    padding-right: 30px;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    color: #000000;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li.menu-item-has-children.rotation > a:after {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}


/*.vc_wp_custommenu .widget_nav_menu div > ul > li:first-child > a{
    border-top:1px solid #dcdcdc;
}*/

.vc_wp_custommenu ul.sub-menu {
    display: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.vc_wp_custommenu li.current-menu-item ul.sub-menu {
    display: block;
}

.vc_wp_custommenu .widget_nav_menu div > ul > li.current-menu-item > a,
.vc_wp_custommenu li.current-menu-item > a {
    color: #FD8022;
}

.vc_wp_custommenu ul.sub-menu li {}

.vc_wp_custommenu ul.sub-menu li a {
    font-size: 13px;
    color: #888;
    padding-bottom: 8px;
    padding-top: 8px;
    display: block;
}

.vc_wp_custommenu ul.sub-menu li a:hover,
.vc_wp_custommenu ul.sub-menu li a:focus,
.vc_wp_custommenu ul.sub-menu li a:active {
    text-decoration: none;
    color: #FD8022;
}


html.mm-front .mm-menu{
    z-index: 1040;
}

html.mm-front #mm-blocker{
    z-index: 1030;
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), 
.mm-menu .mm-listview>li.mm-selected>span{
    background: #FD8022;
    color: #fff;
}


/* ==========================================================================
 CONTENT
   ========================================================================== */

.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px;
    left: 0px;
    background: transparent;
}

.bx-controls {
    position: absolute;
    width: 100%;
    margin-top: -75px;
}

.bx-wrapper .bx-pager {
    text-align: right;
    padding-right: 50px;
}

.bx-controls .bx-pager-item {
    display: inline-block;
    margin-left: 30px;
    font-size: 0px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #fff;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #f66e00;
}

.single .meta {
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0px;
}

.single .meta .date {
    color: #000;
}

.single .meta .categorie,
.single .meta .categorie a {
    color: #fd8022;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single .meta .categorie a:hover {
    color: #000;
}

.single-post h1,
.single-impact h1 {
    color: #fd8022;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
    margin-top: 8px;
    margin-bottom: 70px;
    line-height: 50px;
}

.single .wp-post-image {
    margin-top: 30px;
}

#header-img {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
}


/* ==========================================================================
 MODULES
   ========================================================================== */

#heading-bsf {
    background-color: #fd8022;
    color: #fff;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.page-template-template-don #heading-bsf {
    background-color: #006FC0;
}

#heading-bsf p {
    margin: 0;
    padding: 0;
}

#heading-bsf a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#heading-bsf a:hover {
    opacity: 0.6;
}

#heading-bsf.headroom-bg {
    position: fixed;
    width: 100%;
    z-index: 99;
}

#heading-bsf.fixed {
    width: 100%;
    z-index: 990;
}

.share-bsf {
    font-weight: bold;
}

.share-bsf a {
    margin-left: 15px;
    margin-right: 15px;
}


/* ==========================================================================
 MODULES ARTICLE
   ========================================================================== */

.module-article {}

.module-article article {
    margin-bottom: 30px;
}

.module-article article > a {
    background-color: #000000;
    position: relative;
    display: block;
}

.module-article article > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/icons/look.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.module-article article > a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-article article > a:hover img {
    opacity: 0.35;
}

.module-article article > a:hover:after {
    margin-top: 0px;
    opacity: 1;
}

body .module-article article .wp-post-image {
    margin-top: 0px;
}

.module-article .meta {
    margin: 0px;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 14px;
}

.module-article .meta .categorie {
    color: #fd8022;
}

.module-article .meta .date {
    color: #000000;
}

.module-article h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fd8022;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.module-article h3 {
    font-size: 14px;
    color: #272727;
    text-transform: none;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.module-article p {
    font-size: 13px;
    line-height: 21px;
    color: #5a5959;
}

.social-article {
    border-left: 1px solid #c4c4c4;
    margin-top: 15px;
}

.social-article a {
    display: block;
    color: #c4c4c4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 15px;
    padding-right: 5px;
    font-size: 15px;
}

.social-article a:first-child {
    margin-bottom: 10px;
}

.social-article a:hover {
    color: #fd8022;
}


/* ==========================================================================
 MODULES IMPACTS
   ========================================================================== */

.module-impact {}

.module-impact .title-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.module-impact .title-heading a {
    font-size: 14px;
    font-weight: bold;
    color: #fa6b00;
    margin-top: 46px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-impact .title-heading a:hover {
    color: #000;
}

.module-impact article {
    padding-left: 0px;
    padding-right: 0px;
}

.module-impact .content-impact {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    /*background-color: rgba(36, 121, 200, 0.24);*/
    background-color: rgba(0, 0, 0, 0.24);
    padding: 30px;
    /*opacity: 0;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-impact .content-impact:hover{
    color: #fff;
    background-color: rgba(36, 121, 200, 0.24);
}

.module-impact .content-impact .meta-pays {
    font-weight: bold;
    font-size: 14px;
    color: #fd8022;
    display: inline-block!important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fd8022;
}

.module-impact .content-impact:hover {
    color: #fff;
    opacity: 1;
}

.module-impact .content-impact.big {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.module-impact .content-impact.small {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.module-impact .content-impact h3 {
    font-size: 25px;
    color: #ffffff;
    line-height: 1.25em;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.module-impact .content-impact.big h3 {
    margin-bottom: 30px;
}

.module-impact .content-impact.small h3 {
    margin-bottom: 20px;
}

.module-impact .content-impact.small span {
    display: block;
}

.module-impact .content-impact p {
    font-size: 14px;
    color: #fff;
}

.module-impact .look {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.module-impact .look {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.module-impact .decouvrir {
    font-size: 14px;
    display: block;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 20px;
    text-align: right;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-impact a:hover .decouvrir {
    padding-right: 20px;
}

.module-impact .decouvrir img {
    width: 25px;
    margin-left: 10px;
}


/* ==========================================================================
 MODULES IMPACTS BIG
   ========================================================================== */

.archive .module-impact-big {
    margin-top: 80px;
}

.module-impact-big {}

.module-impact-big .title-heading h2 {
    /*font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;*/
}

.module-impact-big .title-heading a {
    font-size: 14px;
    font-weight: bold;
    color: #fa6b00;
    margin-top: 46px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-impact-big .title-heading a:hover {
    color: #000;
}

.module-impact-big article {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    margin: 5px;
}

.module-impact-big .content-impact {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 30px;
    /*opacity: 0;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-impact-big .content-impact .meta-pays {
    font-weight: bold;
    font-size: 14px;
    color: #fd8022;
    display: inline-block!important;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #fd8022;
}

.module-impact-big .content-impact:hover {
    color: #fff;
    background-color: rgba(36, 121, 200, 0.24);
}

.module-impact-big .content-impact.big {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.module-impact-big .content-impact.small {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.module-impact-big .content-impact h3 {
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.module-impact-big .content-impact.big h3 {
    margin-bottom: 30px;
}

.module-impact-big .content-impact.small h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.25em;
}

.module-impact-big .content-impact.small span {
    display: block;
}

.module-impact-big .content-impact p {
    font-size: 14px;
    color: #fff;
}

.module-impact-big .look {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.module-impact-big a:hover .look {
    opacity: 1;
}

.module-impact-big .decouvrir {
    font-size: 14px;
    display: block;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 20px;
    text-align: right;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-impact-big a:hover .decouvrir {
    opacity: 1;
    padding-right: 20px;
}

.module-impact-big .decouvrir img {
    width: 25px;
    margin-left: 10px;
}


/* ==========================================================================
 MODULES ACTUALITES
   ========================================================================== */

.module-actualite {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.module-actualite article {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    transition: transform 500ms ease-out, opacity 500ms ease-out ;
}

.module-actualite article h2,
.module-actualite article h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: initial;
    margin-bottom: auto;
    margin-top: auto;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}

.module-actualite article .meta {
    font-size: 14px;
    font-weight: bold;
}

.module-actualite article img.wp-post-image {
    /*opacity: 0.75;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-actualite article .img-wrapper{
    position: relative;
}

.module-actualite article .img-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/icons/look.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
}

.module-actualite article .img-wrapper:hover:after {
    margin-top: 0px;
    opacity: 1;
}

.module-actualite article:hover img.wp-post-image {
    opacity: 0.35;
}

.module-actualite article > a {
    position: relative;
    display: block;
    background-color: #000;
}

.module-actualite article .content-actu {
    color: #fff;
    padding: 15px;
    background-color: #FD8022;
    /*border: 1px solid #FD8022;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .module-actualite article .content-actu {
    color: #fff;
    padding: 15px;
    background-color: #FD8022;
    border: 1px solid #FD8022;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-actualite article a:hover .content-actu h2,
.module-actualite article a:hover .content-actu h3 {
    color: #000;
}

.module-actualite article.small .content-actu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.module-actualite article.small.offset-content .content-actu {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 50%;
    border-left: 0px;
}

.module-actualite article.big .content-actu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    text-align: center;
    border-top: 0px!important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.module-actualite article .next {
    position: absolute;
    right: 30px;
    bottom: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-actualite article a:hover .next {
    right: 22px;
}

.module-actualite article .next .black {
    display: none;
}

.module-actualite article a:hover .next .white {
    display: none;
}

.module-actualite article a:hover .next .black {
    display: block;
}

/*.module-actualite article[data-groups*="evenements"] .content-actu {
    background-color: #FF5132;
    border: 1px solid #FF5132;
}

.module-actualite article[data-groups*="medias"] .content-actu {
    background-color: #36A200;
    border: 1px solid #36A200;
}

.module-actualite article[data-groups*="projets"] .content-actu {
    background-color: #44ACE3;
    border: 1px solid #44ACE3;
}*/

#filter-actus {
    /*margin-top: -1px;*/
    /*height: 50px;*/
    line-height: 50px;
    border-bottom: 1px solid #d8d8d8;
    background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: linear-gradient(top, #f8f8f8, #f0f0f0);
    background-color: #f8f8f8;
}

.list-category {
    margin: 0;
    padding: 0;
    /*font-size: 0;*/
}

.blockFilter {
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #d8d8d8;
    font-size: 12px;
    font-weight: bold;
    color: #3f3f3f;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.blockFilter a{
    display: block;
    color: #3f3f3f;
    padding-left: 10px;
    padding-right: 10px;
}

.blockFilter:hover,
.blockFilter.current,
.main-list button:hover,
.main-list button.current,
.main-list .dropdown.open button {
    background: -webkit-gradient(linear, left top, right top, from(#eeeded), to(#d8d7d7));
    background: -webkit-linear-gradient(top, #eeeded, #d8d7d7);
    background: -moz-linear-gradient(top, #eeeded, #d8d7d7);
    background: -o-linear-gradient(top, #eeeded, #d8d7d7);
    background: -ms-linear-gradient(top, #eeeded, #d8d7d7);
    background: linear-gradient(top, #eeeded, #d8d7d7);
    background-color: #eeeded;
    -webkit-box-shadow: inset 1px 1px 5px #d3d2d2;
    -moz-box-shadow: inset 1px 1px 5px #d3d2d2;
    box-shadow: inset 1px 1px 5px #d3d2d2;
}

.list-category span.countPost {
    width: 40px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    border-radius: 15px;
    color: #fff;
    background-color: #333;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    font-weight: 600;
}

/*.list-category .countPost[data-category*="evenements"] {
    background-color: #FF5132;
}

.list-category .countPost[data-category*="medias"] {
    background-color: #36A200;
}

.list-category .countPost[data-category*="projets"] {
    background-color: #44ACE3;
}*/

.main-list,
.child-list {
    margin: 0;
    padding: 0;
}

.child-list{
    border-right:1px solid #d8d8d8;
}

.main-list button{
    display: block;
    padding: 0;
    margin: 0;
    border: 0px;
    background: none;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #3f3f3f;
}

.main-list button i.fa{
    margin-left: 5px;
}

.main-list .dropdown-menu{
    width: 100%;
    max-width: 100%;
}

.child-list .dropdown-menu>li>a{
    display: block;
    padding: 5px 10px;
    /* clear: both; */
    font-weight: bold;
    line-height: 18px;
    color: #3f3f3f;
    white-space: normal;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.child-list ul.dropdown-menu{
    max-height: 250px;
    overflow-y: auto; 
}

.child-list ul.dropdown-menu li{
    display: block;
    position: relative;
    max-width: 100%;
}

.child-list .dropdown-menu>li>a:focus, 
.child-list .dropdown-menu>li>a:hover{
    color: #FD8022;
}

/*.main-list li {
    list-style: none;
    font-size: 14px;
}*/

/*.main-list li a {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #d8d8d8;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #3f3f3f;
  
    cursor: pointer;
}*/

/*.main-list.list-pays li a {
    border-right: 0px;
}*/

/*.main-list li a .fa {
    margin-left: 10px;
}*/

.filter-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.filter-toggle ul {
    margin: 0;
    padding: 0;
}

.filter-toggle ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 10px;
}

.filter-toggle ul li a {
    display: block;
    text-align: center;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    border: 1px solid #d8d8d8;
    background: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: linear-gradient(top, #f8f8f8, #f0f0f0);
    background-color: #f8f8f8;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

.filter-toggle ul li:hover a,
.filter-toggle ul li.current-menu-item a {
    border: 1px solid #666;
    background: -webkit-linear-gradient(top, #74716d, #3d3a37);
    background: -moz-linear-gradient(top, #74716d, #3d3a37);
    background: -o-linear-gradient(top, #74716d, #3d3a37);
    background: -ms-linear-gradient(top, #74716d, #3d3a37);
    background: linear-gradient(top, #74716d, #3d3a37);
    background-color: #3d3a37;
    color: #fff;
}

.li-filter{
    display: block;
    text-align: center;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    border: 1px solid #d8d8d8;
    background: -webkit-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -moz-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -o-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: -ms-linear-gradient(top, #f8f8f8, #f0f0f0);
    background: linear-gradient(top, #f8f8f8, #f0f0f0);
    background-color: #f8f8f8;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 15px;
    cursor: pointer;
}

.filter-toggle input[type="checkbox"]{
    display: none;
}

/*input:checked + label,
.li-filter:hover {
    border: 1px solid #666;
    background: -webkit-gradient(linear, left top, right top, from(#74716d), to(#3d3a37));
    background: -webkit-linear-gradient(top, #74716d, #3d3a37);
    background: -moz-linear-gradient(top, #74716d, #3d3a37);
    background: -o-linear-gradient(top, #74716d, #3d3a37);
    background: -ms-linear-gradient(top, #74716d, #3d3a37);
    background: linear-gradient(top, #74716d, #3d3a37);
    background-color: #3d3a37;
    color: #fff;
}*/


/********* ACCUEIL ACTUS ***********/

.home .module-actualite {
    margin-top: 0px;
    margin-left: -5px;
    margin-right: -5px;
}

.home .module-actus .title-heading h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.module-actualite article.facebook {
    text-align: left;
}

.module-actualite article.facebook > .clearfix {
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;*/
    border: 1px solid #FD8022;
    overflow: hidden;
    position: relative;
}

.fb_iframe_widget > span{
    margin: -1px;
}

/*.module-actualite article.facebook > .clearfix > img {
    opacity: 0.35;
    background-color: #000;
}*/

.module-actualite article.facebook .content-actu {
    padding: 0px;
}

#cff h3,
#cff h4,
#cff h5,
#cff h6,
#cff p {
    text-align: left;
}

.module-actualite article.facebook .content-actu {
    background-color: transparent;
    border: 0px;
    /*display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
    height: 100%;
}

.module-actualite article.facebook .content-actu iframe{
    width: 100%!important;
    height: 100%!important;
}

/*.module-actualite article.facebook:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    background-image: url(../img/icons/facebook.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 15px;
    z-index: 900;
}*/


.module-actualite article a:hover .content-actu {
    color: #000;
    background-color: #fff!important;
}

.home .module-actualite article a:hover .content-actu.no-bg {
    background-color: #FD8022!important;
}

.module-actualite article a .content-actu.no-bg{
    background-color: rgba(0, 0, 0, 0.35);
}

.module-actualite article a:hover .content-actu.no-bg{
    color: #fff;
    background-color: #FD8022;
}

.module-actualite article a:hover .content-actu.no-bg .next .white{
    display: inline-block;
}

.module-actualite article a:hover .content-actu.no-bg h2, 
.module-actualite article a:hover .content-actu.no-bg h3{
    color: #fff;
}

.home .module-actualite article.nocolor .content-actu {
    background-color: transparent;
    border: 0px;
}

.home .module-actualite article.nocolor a:hover .content-actu {
    color: #fff;
}

.home .module-actualite article.nocolor a:hover .content-actu h2,
.home .module-actualite article.nocolor a:hover .content-actu h3 {
    color: #fff;
}

.home .module-actualite article.nocolor a:hover .next .white {
    display: inline-block;
}

.home .module-actualite article.nocolor > a:hover {
    background-color: #FD8022;
}

.home .module-actualite article.nocolor > a > img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home .module-actualite article.nocolor > a:hover > img {
    opacity: 0;
}

.module-actualite article.twitter:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 40px;
    background-image: url(../img/icons/twitter.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 15px;
    z-index: 900;
}

.module-actualite article.twitter .content-actu {
    background-color: #fff;
    color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
}

.module-actualite article.twitter > .clearfix {
    position: relative;
}

.module-actualite article.twitter .content-actu a:hover {
    color: #999!important;
}


body .wp-pagenavi span.pages{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}

body .wp-pagenavi a,
body .wp-pagenavi .current{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* ==========================================================================
 MODULES DOCUMENTS
   ========================================================================== */

.module-document article {
    margin-bottom: 50px
}

.module-document article .img-block {
    display: block;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-document article .img-block:hover {
    border-color: #fd8022;
}

.page-template-template-landing .module-document h2,
.module-document h2 {
    margin-bottom: 55px;
}

.page-template-template-landing .module-document h3,
.module-document h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fd8022;
}

.vc_column-inner .module-document article p {
    color: #9c9c9c;
    font-size: 14px;
}

.module-document article .meta .date {
    font-size: 12px;
    font-weight: 500;
    color: #9c9c9c;
    margin-bottom: 30px;
    display: block;
}

.module-document article .meta .date:before {
    content: "";
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #e1e1e1;
    margin-right: 10px;
    margin-bottom: 2px;
}

.module-document article .telecharger {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-document article .telecharger:hover {
    color: #fd8022;
}

.module-document article .telecharger:after {
    content: "";
    background-image: url(../img/icons/arrow-right-black.svg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center right;
    margin-bottom: -2px;
}

.module-document article .telecharger:hover:after {
    background-image: url(../img/icons/arrow-right-orange.svg);
    margin-left: 23px;
}


/* ==========================================================================
 MODULES EQUIPE
   ========================================================================== */

.module-equipe article {
    margin-bottom: 30px
}

.page-template-template-landing .module-equipe h2,
.module-equipe h2 {
    margin-bottom: 55px;
}

.page-template-template-landing .module-equipe h3,
.module-equipe h3,
.page-template-template-landing .module-equipe .h3, 
.module-equipe .h3 {
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #353535;
}

.module-equipe .col-md-12 h3{
    font-size: 20px;
    line-height: 26px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 30px;
    color: #fd8022;
}

.module-equipe .col-md-12 h4{
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 30px;
    color: #000;
}

.module-equipe article p {
    color: #5a5959;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 23px;
}

.module-equipe .bg-equipe {
    background-color: #fafafa;
}

.module-equipe hr {
    width: 15px;
    border-top: 2px solid #919191;
}

.module-equipe .poste {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

.module-equipe .social {
    padding-top: 35px;
    padding-bottom: 55px;
}

.module-equipe .social a {
    color: #353535;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-equipe .social a:hover {
    color: #fd8022;
}

.module-equipe .image-bio {
    position: relative;
}

.module-equipe .image-bio span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fd8022;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    /*opacity: 0;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-equipe .image-bio span:after {
    content: "";
    background-image: url(../img/icons/arrow-right-white.svg);
    width: 16px;
    height: 50px;
    background-size: 100% auto;
    position: absolute;
    right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.module-equipe .image-bio a:hover span {
    opacity: 1;
}

.module-equipe .image-bio a:hover span:after {
    right: 25px;
}

.single-equipe .wpb_text_column a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #6d6d6d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-equipe .wpb_text_column a:hover {
    color: #fd8022;
}

.single-equipe .bio p {
    color: #6d6d6d;
}


/* ==========================================================================
 MODULES ACTIONS
   ========================================================================== */

.slide-controle {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    margin-bottom: 20px;
    margin-top: 35px;
}

.slide-controle span {
    display: inline-block;
}

.slide-controle a {
    font-size: 0;
    display: block;
    line-height: 31px;
}

.slide-controle .lien-more a {
    font-size: 14px;
    font-weight: bold;
    color: #fa6b00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px;
    margin-right: 15px;
}

.slide-controle .lien-more a:hover {
    color: #000;
}

.slide-controle .bx-prev {
    background-image: url(../img/icons/arrow-left-black.svg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.slide-controle .bx-prev:hover {
    background-image: url(../img/icons/arrow-left-orange.svg);
}

.slide-controle .bx-next {
    background-image: url(../img/icons/arrow-right-black.svg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px;
    height: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.slide-controle .bx-next:hover {
    background-image: url(../img/icons/arrow-right-orange.svg);
}

.numberCurrentAction {
    color: #848484;
}

.numberTotalAction,
.numberTotalOutils,
.numberTotalCampagne {
    color: #fd8022;
}

.module-actions{
    padding: 20px;
    background-color: #fcfcfc;
    padding-top: 15px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 0px 10px #ddd;
    /* border-radius: 15px; */
}

/*.module-actions .numberTotalAction{
    color: #006FC0;
}*/

.module-actions .wpb_text_column li:before{
    background-color: #006FC0;
}

.module-actions hr{
    border-top: 1px solid #ddd;
}

.module-actions h2,
.module-actions h3,
.module-actions .titre-action.title{
    color: #006FC0;
}

.module-actions article .wp-post-image {
    width: 100%;
    margin-bottom: 30px;
}

.meta-module-action {
    margin-bottom: 0px;
    /*margin-top: 30px;*/
}

.titre-action {
    font-size: 14px;
    text-transform: uppercase;
    color: #131313;
    font-weight: 600;
}

.titre-action.title{
    color: #fd8022;
    font-size: 18px;
}

.meta-action p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
}

.single .module-actions .wp-post-image {
    margin-top: 0px;
    margin-bottom: 30px;
}

/* ==========================================================================
 MODULES VIDEO
   ========================================================================== */

.image-video-bsf{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.image-video-bsf img{
    margin-left: auto;
    margin-right: auto;
    opacity: 0.35;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.image-video-bsf:hover img{
    opacity: 1;
}

.module-video iframe{
    margin-bottom: -5px;
}

/* ==========================================================================
 MODULES OUTILS
   ========================================================================== */
.slideOutils article{
 margin-left: 15px;
 margin-right: 15px;
}


.module-outil {}

.module-outil article {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.module-outil article a {
    display: block;
}

.module-outil article a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-outil article a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


/* ==========================================================================
 MODULES OUTILS
   ========================================================================== */

.home .module-outils h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.module-outils article img.wp-post-image {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-outils article a:hover img.wp-post-image {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}


/* ==========================================================================
 MODULES CAMPAGNE
   ========================================================================== */
.slideCampagne article{
    margin-left:15px;
    margin-right:15px;
}
.module-campagne article .border {
    border: 1px solid #fd8022;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagne article .border:hover {
    background-color: #fd8022;
}

.module-campagne article .border:hover,
.module-campagne article .border:hover .meta .categorie,
.module-campagne article .border:hover .meta .date,
.module-campagne article .border:hover h3,
.module-campagne article .border:hover p {
    color: #fff;
}

.module-campagne article .meta {
    padding-top: 15px;
    padding-bottom: 15px;
}

.module-campagne article .meta .categorie {
    color: #fd8022;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagne article .meta .date {
    color: #909090;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagne h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.module-campagne h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 28px;
    text-transform: none;
    margin: 0px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagne article p {
    margin: 0px;
    margin-bottom: 15px;
}

.module-campagne article .image-block {
    padding: 0px;
}

.module-campagne article .image-block img {
    /*margin: -1px;*/
}

.img-bgfull{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
}

.module-actualite .img-bgfull{
    /*opacity: 0.65; */
}

.module-actualite article:hover .img-bgfull {
    opacity: 0.35;
}

.home .module-actualite article:hover .img-bgfull{
    opacity: 1;
}



/* ==========================================================================
 ARCHIVE CAMPAGNES
   ========================================================================== */

.module-campagnes {
    margin-top: 35px;
}

.module-campagnes .col-sm-9 {
    padding-top: 35px;
}

.module-campagnes article {
    margin-bottom: 40px;
}

.module-campagnes article .border {
    border: 1px solid #fd8022;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagnes article .border:hover {
    background-color: #fd8022;
}

.module-campagnes article .border:hover,
.module-campagnes article .border:hover .meta .categorie,
.module-campagnes article .border:hover .meta .date,
.module-campagnes article .border:hover h3,
.module-campagnes article .border:hover p {
    color: #fff;
}

.module-campagnes article .meta {
    padding-bottom: 25px;
}

.archive .module-campagnes article .meta{
    padding-top: 25px;
}

.padding15{
    padding: 15px;
}

.module-campagnes article .meta .categorie {
    color: #fd8022;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagnes article .meta .date {
    color: #909090;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home .module-campagnes h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.module-campagnes h3 {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    text-transform: none;
    margin: 0px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module-campagnes article p {
    font-size: 14px;
    line-height: 23px;
    color: #4d5051;
    margin: 0px;
    /*margin-bottom: 25px;*/
}

.module-campagnes article .image-block {
    padding: 0px;
}

.module-campagnes article .image-block img {
    /*margin: -1px;*/
}

.module-campagnes article .col-md-5 {
    padding: 35px;
}

/* ==========================================================================
 MODULES PEITION
   ========================================================================== */

.module-petition h2{
    color: #131313;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.module-petition .nbSignature{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color:#FD8022;
}

.module-petition .signature{
    margin: 0;
    padding: 0;
}

.module-petition .signature li{
    color: #4d5051;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.module-petition form{
}

.module-petition hr{
    margin-top: 30px;
    margin-bottom: 30px;
}

.module-petition .form-container{
    margin-top: 30px;
}

.module-petition .sendError p{
    background:#DD3333;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.module-petition .sendOk p{
    background: #27ae60;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

#partage .share-bsf a,
#partage .share-bsf
{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aaa;
}

#partage .share-bsf a:hover{
    color: #FD8022;
}

/* ==========================================================================
 ARCHIVE PAYS
   ========================================================================== */

.post-type-archive-pays h2.widget-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}

.post-type-archive-pays {}

.nav-pays {
    margin-bottom: 60px;
}

.nav-pays ul {
    margin: 0;
    padding: 0;
}

.nav-pays ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-pays ul li a {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-pays ul li a:hover {
    color: #fd8022;
}

#map-pays{
    margin-bottom: 20px;
}


/* ==========================================================================
   GOOGLE MAPS
   ========================================================================== */

#map-canvas {
    height: 800px;
    width: 100%;
    background-color: #fff!important;
    margin: 0;
    padding: 0;
    overflow: hidden!important;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

#map-canvas.small {
    width: 20%;
}

#map-canvas img {
    max-width: none;
}

.custom-marker {
    display: none;
    width: 15px;
    height: 15px;
    background: #666;
    border-radius: 50%;
    overflow: visible !important;
    z-index: 99999!important;
    cursor: pointer;
}

.legend-pays{
    margin-bottom: 60px;
}

.legend-pays .custom-marker{
    display: inline-block;
    margin-right: 10px;
    cursor: default;
    margin-bottom: -3px;
}

.legend-pays span{
    margin-right: 30px;
    font-size: 14px;
}

.custom-marker:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    border-radius: 50%;
}

.custom-marker.passed {
    background: #666;
}
.custom-marker.passed:after {
    border: 1px solid #666;
}

.custom-marker.current {
    background: #f76600;
}
.custom-marker.current:after {
    border: 1px solid #f76600;    
}

.custom-marker.futur {
    background: #006fc0;
}
.custom-marker.futur:after {
    border: 1px solid #006fc0;    
}

.custom-marker:after {
    -webkit-animation-name: blipDeux;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0ms;
    -webkit-animation-fill-mode: none;
    -ms-animation-name: blipDeux;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: normal;
    -ms-animation-delay: 0ms;
    -ms-animation-fill-mode: none;
    -moz-animation-name: blipDeux;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0ms;
    -moz-animation-fill-mode: none;
    -o-animation-name: blipDeux;
    -o-animation-duration: 1s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-animation-delay: 0ms;
    -o-animation-fill-mode: none;
    animation-name: blipDeux;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0ms;
    animation-fill-mode: none;
}

@-webkit-keyframes blipDeux {
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-moz-keyframes blipDeux {
    to {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-ms-keyframes blipDeux {
    to {
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@-o-keyframes blipDeux {
    to {
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes blipDeux {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 15px 3px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 55px 3px rgba(255, 255, 255, 1);
    }
}

@-moz-keyframes pulse {
    0% {
        box-shadow: 0 0 15px 3px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 55px 3px rgba(255, 255, 255, 1);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 15px 3px rgba(255, 255, 255, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 55px 3px rgba(255, 255, 255, 1);
    }
}

@-o-keyframes pulse {
    0% {
        box-shadow: 0 0 15px 3px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 55px 3px rgba(255, 255, 255, 1);
    }
}

@-ms-keyframes pulse {
    0% {
        box-shadow: 0 0 15px 3px rgba(255, 255, 255, 1);
    }
    100% {
        box-shadow: 0 0 55px 3px rgba(255, 255, 255, 1);
    }
}


/* ==========================================================================
 ARCHIVE FAQ
   ========================================================================== */

.post-type-archive-faq h1,
.post-type-archive-faq .h1 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fd8022;
}

.post-type-archive-faq h2,
.post-type-archive-faq .h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.post-type-archive-faq article {
    border-bottom: 1px solid #dcdcdc;
}

.post-type-archive-faq article:first-child {
    border-top: 1px solid #dcdcdc;
}

.post-type-archive-faq article a {
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-type-archive-faq article:hover {
    background-color: #fafafa;
}

.post-type-archive-faq article a p {
    font-size: 14px;
    line-height: 23px;
    color: #4d5051;
    margin-bottom: 35px;
}

.post-type-archive-faq a .meta .categorie {
    color: #fd8022;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-type-archive-faq a .meta .date {
    color: #909090;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-type-archive-faq article .next {
    position: absolute;
    right: 50px;
    bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.post-type-archive-faq article a:hover .next {
    right: 30px;
}

.post-type-archive-faq article .col-xs-11 {
    padding-left: 60px;
}

.form-container {
    margin-top: 45px;
}

#faq-form form [class|=col] {
    padding: 0;
}


/* ==========================================================================
 FORMULAIRES
   ========================================================================== */

.wpcf7-form-control-wrap button,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    width: 100%;
    /*border: 1px solid #e3e3e3;*/
     border: 1px solid #ccc;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
    color: #cbcbcb;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
}

.wpcf7-form-control-wrap input[type="checkbox"]{
    height: initial;
    line-height: auto;
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.wpcf7-form-control-wrap textarea {
    color: #cbcbcb;
    line-height: 1.5em;
    font-size: 14px;
    padding: 5px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -moz-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
}

.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap select:active,
.wpcf7-form-control-wrap input:focus,
.wpcf7-form-control-wrap input:active,
.wpcf7-form-control-wrap textarea:focus,
.wpcf7-form-control-wrap textarea:active {
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
}

div.wpcf7-response-output {
    margin: 30px 0 0;
    padding: 0.2em 1em;
    top: 0;
    /*float: left;*/
}

div.wpcf7-validation-errors {
    border-color: #DD3333;
    background-color: #DD3333;
    color: #fff;
}

div.wpcf7-mail-sent-ok{
    border-color: #27ae60;
    background-color:#27ae60;
    color: #fff;
}

span.wpcf7-not-valid-tip {
   /* color: #f00;
    display: block;
    top: -25px;
    font-size: 13px;
    position: relative;*/
    display: none;
}

.wpcf7-form .wpcf7-not-valid {
    -moz-box-shadow: inset 0px 0px 0px 1px #DD3333;
    -webkit-box-shadow: inset 0px 0px 0px 1px #DD3333;
    -o-box-shadow: inset 0px 0px 0px 1px #DD3333;
    box-shadow: inset 0px 0px 0px 1px #DD3333;
}

input[type=submit] {
    border: 0;
    background: transparent;
    color: #fa6b00;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding-right: 30px;
    background-image: url(../img/icons/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size: auto 12px;
    width: auto;
}

input[type=submit]:hover {
    padding-right: 40px;
}


/* ==========================================================================
 SEARCH
   ========================================================================== */

.search-results h1,
.search-results .h1 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #fd8022;
}

.search-results h2,
.search-results .h2 {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
    text-transform: none;
}

.search-results article {
    border-bottom: 1px solid #dcdcdc;
}

.search-results article:first-child {
    border-top: 1px solid #dcdcdc;
}

.search-results article a {
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-results article:hover {
    background-color: #fafafa;
}

.search-results article h2,
.search-results article .h2 {
    margin: 15px 0 0;
}

.search-results article a p {
    font-size: 14px;
    line-height: 23px;
    color: #4d5051;
    margin-bottom: 35px;
}

.search-results a .meta .categorie {
    color: #fd8022;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-results a .meta .date {
    color: #909090;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-results article .next {
    position: absolute;
    right: 50px;
    bottom: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-results article a:hover .next {
    right: 30px;
}

.search-results article .carre {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* ==========================================================================
 FOOTER
   ========================================================================== */

footer {
    background-color: #1e1b1b;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
}


.home .footer {
    margin-top: 0px;
}

.footer .follow {
    color: #fff;
    font-size: 14px;
}

.footer .follow a {
    color: #fff;
}

.footer .follow a.social-footer {
    display: inline-block;
    background-color: #333;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .follow a.social-footer:hover {
    background-color: #f66e00;    
    color: #fff;
}

.sidebar-footer {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.sidebar-footer ul {
    margin: 0;
    padding: 0;
}

.sidebar-footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-footer a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-footer ul li.up a {
    color: #fa6b00;
}

.sidebar-footer ul li.up a:hover {
    color: #fff;
}

.sidebar-footer a:hover {
    color: #fa6b00;
}

.contact-footer {
    line-height: 70px;
    border-top: 1px solid #494949;
}

.contact-footer a {
    color: #fa6b00;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-footer a:hover {
    color: #fff;
}

.nav-footer {
    background-color: #000000;
    line-height: 70px;
}

.navigation-footer {
    text-align: center;
}

.navigation-footer ul {
    margin: 0px;
    padding: 0px;
}

.navigation-footer ul li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.navigation-footer ul li a {
    color: #fff;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation-footer ul li a:hover {
    color: #fa6b00;
}

.title-newsletter{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 30px;
}

#ema_signup_form{
    position: relative;
    margin-bottom: 30px;
}

#signup_email{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #723911;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease, border 0.3s ease;
    -moz-transition: all 0.3s ease, border 0.3s ease;
    -o-transition: all 0.3s ease, border 0.3s ease;
    transition: all 0.3s ease, border 0.3s ease;
}

#signup_email:focus, 
#signup_email:active{
    border: 1px solid #FD8022;
}

#webform_submit_button{
    background: none;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s easee;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;   
}

#webform_submit_button.disabled{
    background-color:#666;
}

#webform_submit_button:hover{
    background-color:#FD8022;
}

#webform_submit_button.disabled:hover{
    background-color:#666;
}

.submit_field{
    position: absolute;
    top: 0;
    right: 0;
}

.mimi_field.last{

}

.mimi_field.last p{
    color: #888;
    margin-bottom: 0px;
}

.mimi_field.last br{
    display: none;
}

.mimi_field.last h2{
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0px;
}


/* ==========================================================================
CUSTOM VC COMPOSER
   ========================================================================== */


/* TABS */

body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active>a,
body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab>a:focus, 
body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab>a:hover{
    border-color: #f0f0f0;
    background-color: #fd8022;
    color: #fff;
}

body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab>a{
    border-color: #ccc;
    background-color: #ccc;
    color: #666;
}

/*body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
body .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, 
body .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 0px;
}*/

body .vc_tta.vc_general .vc_tta-panel-body{
    padding-top: 30px;
    padding-bottom: 30px;
}


body .vc_tta.vc_general .vc_tta-tab>a:focus, 
body .vc_tta.vc_general .vc_tta-tab>a:hover{
    color: #fff;
}



/* PANEL */
body .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a{
    color: #666;
}


body .vc_tta.vc_general .vc_tta-panel-title>a:focus, 
body .vc_tta.vc_general .vc_tta-panel-title>a:hover,
body .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a
{
    color: #fd8022;
}

body .vc_tta-title-text{
    color: #0a8dd8;
}

/* ==========================================================================
 SITEMAP
   ========================================================================== */
.sitemap-container{
   /* max-width: 360px;*/
}

.sitemap-container{

}

.sitemap-container a{
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sitemap-container > ul{
    
}

.sitemap-container > ul > li{
    list-style: none;
    margin-bottom: 30px;
    font-weight: bold;
}

.sitemap-container > ul > li > a{
    color: #FD8022;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.sitemap-container > ul > li > a:hover{
    color: #000;
}

.sitemap-container > ul > li > ul{
    margin-left: 0px;
    padding-left: 0px;
}


.sitemap-container > ul > li > ul > li{
    list-style: none;
}

.sitemap-container > ul > li > ul > li > a{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #686868;
    display: block;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;

}

.sitemap-container > ul > li > ul > li > a:hover{
 color: #FD8022;
}

.sitemap-container > ul > li > ul > li > ul{
    margin-bottom: 15px;
    padding-left: 30px;
}

.sitemap-container > ul > li > ul > li > ul > li{
    list-style: none;
}

.sitemap-container > ul > li > ul > li > ul > li > a{
    font-size: 13px;
    color: #888;
    display: block;
    padding-bottom: 5px;
}

.sitemap-container > ul > li > ul > li > ul > li > a:hover{
 color: #FD8022;
}


/* ==========================================================================
 MEDIA QUERY
   ========================================================================== */

.mm-menu.mm-offcanvas{
    z-index: 1032;
}

#mm-blocker{
    z-index: 1031;
}

@media (min-width: 768px) {

    #faq-form .form-container .col-sm-6 {
        padding-right: 17px;
    }
    #faq-form .form-container .col-sm-6+.col-sm-6 {
        padding-right: 0;
        padding-left: 17px;
    }
    .search-results article .col-sm-3:first-child {
        margin-left: 60px;
    }
    .search-results article .col-sm-3+.col-xs-11 {
        padding-left: 30px;
    }
    .search-results article .col-xs-11:first-child {
        padding-left: 60px;
    }
    .share-bsf a i {
        margin-left: 15px;
    }
}


@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 1200px) {
    /*.container {
        width: 1300px;
    }*/
    .page-template-template-don .container,
    .max-960 {
        width: 970px;
    }
}

@media only  screen and (max-width: 1440px) {
    .navigation-content ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    #logo img{
        max-width: 200px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1200px) {


    .burger{
        display: inline-block;
    }

    #menu-menu-principal{
        display: none;
    }

    /*.navigation-content.pull-right{
        float: none!important;
        margin-top:70px;
    }

    .navigation-content ul li{
        display: block;
        border-top: 1px solid #cdcdcd;
    }

    .navigation-content ul li a{
        padding-left: 30px;
        padding-right: 30px;
    }*/


    .module-impact-big .content-impact.small h3,
    .module-impact .content-impact.small h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .module-impact-big .content-impact h3,
    .module-impact .content-impact h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .module-impact-big .content-impact .meta-pays,
    .module-impact .content-impact .meta-pays {
        margin-bottom: 10px;
    }
}


/* IPAD */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #map-canvas {
        max-height: 50vh;
    }
}

@media only  screen and (max-width: 1024px) {

    .module-impact-big .content-impact h3, 
    .module-impact .content-impact h3,
    .module-impact-big .content-impact.small h3{
        font-size: 16px;
        line-height: 20px;
    }

    .module-impact .content-impact .meta-pays,
    .module-impact-big .content-impact .meta-pays{
        font-size: 12px;
    }

}

@media only  screen and (max-width: 768px) {

    #header-img{
        height: 320px;
    }

    .slide-controle,
    .row.title-heading .text-right{
        text-align: left;
    }

    .module-impact .title-heading a{
        margin-top: 5px;
    }

    .slide-controle .lien-more a{
        margin-left: 0px;
    }


    body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
        border-color: #ccc;
        background-color: #ccc;
        color: #666;
    }

    body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading{
        border-color: #f0f0f0;
        background-color: #fd8022;
        color: #fff;
    }

    body .vc_tta-color-orange.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a{
        color: #fff;
    }


    .homeSlider h1,
    .homeSlider h2{
        font-size: 30px!important;
        line-height: 32px!important;
    }

    .container-heart{
        top: 75px;
        right: calc(100% - 35px);
        z-index: 1033;
   }

   .container-heart.headroom-hidden{
        top: 5px;
   }

   .container-heart.no-header-img.headroom-bg.headroom-hidden{
    top: 5px;
   }

   .container-heart.active,
   .container-heart.headroom-hidden.active,
   .container-heart.no-header-img.headroom-bg.headroom-hidden.active,
   .container-heart.headroom-bg-animation.no-header-img.active{
    right: 37px;
    top: 16px;
   }

   #heartmenu{
    padding-bottom: 90px;
   }

   #heartmenu.active{
    z-index: 1032;
   }

   .heartmenu-icon{
    margin-bottom: 25px;
    margin-top: 25px;
    height: 30px;
   }

   #heartmenu a.title img{
    opacity: 1;
   }

   .heartmenu-content a{
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 80px;
    border-bottom: 1px solid #666;
    display:block;
    padding-left: 15px;
    padding-right: 15px;
   }

   .heartmenu-content a > div{
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: left;
   }

   #heartmenu.valign{
    display: none;
    overflow-y:auto; 
   }

   #heartmenu.valign.active{
    display: block;
   }

   #heartmenu .footermenu{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #000;
   }

    h1{
        font-size: 30px;
        line-height: 32px;
        margin-top: 0px;
    }

    .single-post h1,
    .single-impact h1 {
        font-size: 30px;
        line-height: 36px;
    }

    h2,
    .module-article h2,
    .module-campagne h2,
    .module-impact .title-heading h2{
        font-size: 24px;
        line-height: 28px;
    }

    .vc_column-inner p {
        font-size: 16px;
        line-height: 23px;
        color: #4d5051;
        margin-bottom: 15px;
    }

    #logo{
        margin-right: 10px;
    }

    #logo img{
        max-width: 150px;
        margin-top: 0px;
    }
    .don-box a{
        padding-left: 25px;
        padding-right: 25px;
    }
    .homeSlider article{
        height: 90vh;
        padding-top: 70px;
    }
    .bx-wrapper .bx-pager{
        text-align: center;
        padding-right:0px; 
    }
    .bx-wrapper .bx-pager, 
    .bx-wrapper .bx-controls-auto{
        bottom: -55px;
    }
    .module-actualite article.facebook{
        width: 100%;
    }
    .share-bsf{
        padding-left: 0px;
        padding-right: 0px;
    }
    #filter-actus{
        padding-left: 0px;
        padding-right: 0px;
    }
    #filter-actus>.container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .blockFilter a,
    .main-list button{
        border-bottom: 1px solid #ddd;
    }

    .follow,
    .title-newsletter{
        text-align: center!important
    }
    .follow > span{
        display: block;
        margin-bottom: 30px;
    }

    .footer .follow a.social-footer:nth-child(2){
        margin-left: 0px;
    }

    .footer hr.visible-xs{
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #494949;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .footer .col-md-6 hr.visible-xs{
       margin-left: -30px;
        margin-right: -30px;
    }

    .sidebar-footer ul li{
        display: inline-block;
        margin-right: 15px;
    }

    .sidebar-footer ul li:after{
        content: "|";
        display: inline-block;
        margin-left: 15px;
        color: #888;
    }

    .sidebar-footer a{
        color: #888;
    }

    .nav-footer{
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navigation-footer ul li a{
        color: #888;
        padding-left: 0px;
        padding-right: 15px;
    }

    .navigation-footer ul li a:after{
        content: "|";
        display: inline-block;
        margin-left: 15px;
        color: #888;
    }

    .navigation-footer ul li:last-child a:after{
        display: none;
    }

    .submit_field{
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        padding-top: 15px;
    }
}

@media only  screen and (max-width: 767px) {
    .vc_wp_custommenu{
        display: none;
    }
}
