@charset "UTF-8";


body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 300;
}
@font-face{
    font-family: "Coluna_Rounded";
    src: url("css/fonts/colunarounded.otf");
    font-display: swap;
}
@font-face{
    font-family: "coluna";
    src: url("css/fonts/Coluna.otf");
    font-display: swap;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#top-menu{
    min-height: 86px;
    background-color: #fff;
}
#top-menu .nav{
    min-height: 86px;
}
#navigation h1{
    margin-bottom: 0;
    margin-top: 10px;
}
#navigation .logo{
    text-align: left;
    padding-left: 20px;
}
#navigation .logo img{
    max-width: 35%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
  }

  .sidenav a.closebtn {
    /* padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s; */
  }

  .sidenav a.closebtn:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecc500 ;
    color: #fff;
    font-size: 60px;
    padding: 0;
    cursor: pointer;
  }


.ebb_home_slider .carousel-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 595px;
}
.ebb_home_slider .carousel-item .caption {
    width: 100%;
    height: 595px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.slider_title{
    font-family: 'Manrope', sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 50px;
}
.slider_btn{
    background-color: #ecc500;
    color: #fff;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    padding: 17px 25px;
}
.ebb_home_slider .carousel-control-prev {
    position: absolute;
    width: 55px;
    height: 55px;
    top: calc(100% - 55px);
    left: 0;
    background-color: #fff;
    opacity: 1;
    display: none;
}
.ebb_home_slider .carousel-control-next{
    position: absolute;
    width: 55px;
    height: 55px;
    top: calc(100% - 55px);
    right: 0;
    background-color: #fff;
    opacity: 1;
    display: none;
}
/* .carousel-indicators{
    display: none !important;
} */
.our_goals_left{
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(155, 155, 155, 0.08);
}
.goals_bg{
    min-height: 660px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.goals_content{
    position: absolute;
    background-color: #fff;
    z-index: 9;
    width: 168%;
    padding: 36px 140px 64px 75px;
    left: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
    transition: -webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
    -o-transition: clip-path .75s cubic-bezier(.785,.135,.15,.86);
    transition: clip-path .75s cubic-bezier(.785,.135,.15,.86);
    transition: clip-path .75s cubic-bezier(.785,.135,.15,.86),-webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
}
/* .goals_content::after{
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    transition: all 0.5s ease-in-out;
    background: #fff;
} */
.goals_content.active{
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
.goals_content .goals_title{
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    -o-transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
}
.goals_content.active .goals_title{
    font-size: 36px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.goals_content .golas_description{
    color: #9b9b9b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    -o-transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
}
.goals_content.active .golas_description{
    color: #9b9b9b;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 50px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.goals_content .slider_btn{
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    -o-transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
}
.goals_content.active .slider_btn{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


.goals_title p{
    margin-bottom: 7px;
}
.goals_content .our_goals_title{
    font-size: 16px;
    position: absolute;
    top: 28%;
    transform: translateY(10px);
    left: -54px;
    color: #ecc500;
    transform: rotateZ(270deg);
}

.goals_content .goal_titles{
    display: flex;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    transition: opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
    -o-transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s;
    transition: transform .5s cubic-bezier(.29,.21,0,.97) .5s,opacity .4s cubic-bezier(.29,.21,0,.97) .5s,-webkit-transform .5s cubic-bezier(.29,.21,0,.97) .5s;
}
.goals_content.active .goal_titles{
    display: flex;
    position: relative;
     opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.menu_btn{
    position: absolute;
    right: 0;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecc500 ;
    color: #fff;
    font-size: 37px;
    cursor: pointer;
}
.news_titles{
    display: flex;
    position: relative;
}
.about_titles{
    display: flex;
    position: relative;
    padding: 65px 0;
}
.news_title_1{
    font-size: 16px;
    position: absolute;
    top: 28%;
    transform: translateY(10px);
    left: -54px;
    color: #ecc500;
    transform: rotateZ(270deg);
}
.news_title_1_1{
    font-size: 16px;
    position: absolute;
    top: 37%;
    transform: translateY(10px);
    left: -39px;
    color: #ecc500;
    transform: rotateZ(270deg);
} 
.about_title_1{
    font-size: 16px;
    position: absolute;
    top: 44%;
    transform: translateY(10px);
    left: -33px;
    color: #ecc500;
    transform: rotateZ(270deg);
}
.news_title_2{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 36px;
    padding-right: 100px;
}
.about_title_2{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 36px;
    padding-right: 150px;
}
.green_color{
    color: #ecc500  !important;
}
.card_news{
    width: 100% !important;
    border: none;
}
.card_news .news_bg{  
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.under_slide_titles{
    padding: 40px 0px;
    background-color: rgba(155, 155, 155, 0.08);

}
.ebb_home_slider {
    padding-bottom: 26px;
    background-color: rgba(155, 155, 155, 0.08);
}
.card_date{
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    color: #9b9b9b;
    font-weight: 600;
    line-height: 25px;
}

.news_card_title{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding-right: 85px;
    margin-bottom: 18px;
}
.news_card_title_news{
    padding-right: 0px;
}
.news_card_btn{
    background-color: transparent;
    color: #000;
    border: none;
    font-weight: 500;
    padding-left: 0;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
}
.news_card_btn:hover{
    color: #000;
}
section.last_news{
    padding-bottom: 80px;
    background-color: rgba(155, 155, 155, 0.08);
}
.partners_titles{
    display: flex;
    position: relative;
    margin: 95px 4px;
}
.partners_title_1{
    font-size: 16px;
    position: absolute;
    top: 29%;
    transform: translateY(10px);
    left: -39px;
    color: #ecc500;
    transform: rotateZ(270deg);
}
.partners_title_2{
    padding-left: 15px;
    color: #000000;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}
section.partners{
    padding: 70px 0 70px 0;
    background-color: rgba(155, 155, 155, 0.08);
}
.partenaire_bg{
    min-height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all .3s ease;
}
.partenaire_bg:focus{
    outline: none !important;
}
.card.card_partenaires:hover .partenaire_bg{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.card_partenaires{
    width: 90% !important;
    border: none;
    margin-bottom: 40px;
}

.description_image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
}
.description_image_bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}
.contact_titles{
    display: flex;
    position: relative;
    margin-bottom: 70px;
}
.contact_title_1{
    font-size: 16px;
    position: absolute;
    top: 26%;
    transform: translateY(10px);
    left: -39px;
    color: #ecc500;
    transform: rotateZ(270deg);
}
.contact_title_2{
    padding-left: 22px;
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}
.contact_form_container{
    padding-right: 140px;
}
.ebb_contact_home{
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 12px;
    line-height: 26px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #9b9b9b;
}
.ebb_contact_home:focus{
    border-bottom: 1px solid #ecc500;
    background-color: transparent;
    box-shadow: unset;
}
.ebb_contact_home:focus::placeholder{
    color: #ecc500 !important;
}
section.contact{
    padding-top: 80px;
}
.ebb_contact_home_btn{
    background-color: #ecc500 ;
    color: #fff;
    border: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 26px;
    padding: 10px 25px;
    padding-right: 65px;
    font-weight: 500;
    margin-bottom: 150px;
    font-family: 'Manrope', sans-serif;
    transition: all .3s ease;
    cursor: pointer;
}
.ebb_contact_home_btn:hover .ebb_home_contact_arrow{
    left: 93px;
}

footer{
    background-color: #ecc500 ;
    padding-top: 85px;
    padding-bottom: 25px;
}
.footer_white_title{
    font-family: 'Manrope', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
    font-weight: 800;
}
footer .footer_menu{
    list-style: none;
    padding: 0;
}
.footer_menu a{
    padding: 0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    transition: all .3s ease;
}
.footer_menu a:hover{
    color: #1e642c;
}
.footer_adresse p{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Manrope', sans-serif;
}
.footer_coordonner_list{
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Manrope', sans-serif;
}
.footer_coordonner_list a{
    color: #fff;
    transition: all .3s ease;
}
.footer_coordonner_list a:hover{
    color: #1e642c;
}
.footer_email_link{
    display: inline-block;
    margin-top: 30px;
}
.footer_gdpr_link{
    padding: 0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    transition: all .3s ease;
}
.footer_gdpr_link:hover{
    color: #1e642c;
}
.footer_copy_bold_text{
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Manrope', sans-serif;
}
.footer_copy_light_text a{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Manrope', sans-serif;
}
.copy_right{
    color: #fff;
}
.ebb_home_slider .slider_btn img{
    transition: all .3s ease;
    margin-left: 5px;
    width: 22px;
    height: 18px;
}
.ebb_home_slider .slider_btn:hover > img {
    transform: translateX(12px);
}
.ebb_home_slider .slider_btn:hover{
    color:#fff;
}
.carousel-control-prev-icon {
    background-image: url(/wp-content/themes/ebb/images/ebb_sliderprev_OFF.svg);
}
.carousel-control-prev-icon:hover {
    background-image: url(/wp-content/themes/ebb/images/ebb_sliderprev_ON.svg);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width: 55px;
    height: 55px;
}

.carousel-control-next-icon {
    background-image: url(/wp-content/themes/ebb/images/ebb_slidernext_OFF.svg);
}
.carousel-control-next-icon:hover{
    background-image: url(/wp-content/themes/ebb/images/ebb_slidernext_ON.svg);
}


.partners_slider .carousel-control-next-icon {
    background-image: url(/wp-content/themes/ebb/images/team_arrow_right.svg);
}
.partners_slider .carousel-control-next-icon:hover{
    background-image: url(/wp-content/themes/ebb/images/team_arrow_right_active.svg);
}


.partners_slider .carousel-control-prev-icon {
    background-image: url(/wp-content/themes/ebb/images/team_arrow_left.svg);
}
.partners_slider .carousel-control-prev-icon:hover{
    background-image: url(/wp-content/themes/ebb/images/team_arrow_left_active.svg);
}
.partners_slider .carousel-control-next-icon, .partners_slider .carousel-control-prev-icon{
    width: 60px;
    height: 80px;
}

.news_card_btn > img {
    transition: all .3s ease;
    margin-left: 15px;
    width: 27px;
    height: 16px;
}
.news_card_btn:hover > img {
    transform: translateX(12px);
}
.goals .slider_btn img{
    transition: all .3s ease;
    width: 28px;
    margin-left: 5px;
    height: 18px;
}
.goals .slider_btn:hover{
    color: #fff;
}
.goals .slider_btn:hover > img {
    transform: translateX(12px);
}
.menu_search{
    position: absolute;
    right: 86px;
    width: 86px;
    cursor: pointer;
    background-color: #fff;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_search_container{
    right: 70px;
    cursor: pointer;
}
.search_icon_container{
    width: 86px;
    height: 86px;
    position: relative;
}
.search_icon_container img{
    top: 50%;
    left: 50%;
    width: 37px;
    position: absolute;
    transform: translate(-50%, -50%);
}
.menu_search_container form{
    display: none;
    position: absolute;
    left: -138px;
}
form.show_input{
    display: block;
    position: absolute;
    left: -138px;
}
.navbar #menu-main-menu li.menu-item{
    display: flex;
    align-items: center;
    background-color: #fff;
}
#navbarSupportedContent{
    padding-right: 90px;
}
#navbarSupportedContent .menu-item a{
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding: 3px 0px;
    margin: 0 6px;
}
.side_bar_content{
    padding: 80px 45px;
}
.sidebar_titre_1{
    font-size: 36px;
    color: #000;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 50px;
    font-weight: 600;
}
.sidebar_titre_2{
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
.sidebar_adresse p{
    color: #9b9b9b;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}
.side_bar_tel_fax{
    color: #9b9b9b;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}
.side_bar_tel_fax a{
    color: #9b9b9b;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}
.side_bar_email a{
    color: #9b9b9b;
    line-height: 26px;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    margin: 30px 0;
    transition: all .3s ease;
}
.side_bar_email a:hover{
    color: #ecc500;
}
.green_filter{
    left: 0;
    z-index: 9999;
    top: 0;
    position: fixed;
    width: 0%;
    height: 0%;
    background-color: rgba(30, 100, 44, 0.25);
}
.green_filter.active{
    left: 0;
    z-index: 9999;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(30, 100, 44, 0.25);
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #067c41 !important;
    border-bottom: 1px solid;
    padding: 3px 0;
}
.scroll_to_top img{
    position: absolute;
    right: 28px;
    height: 80px;
    width: 51px;
    bottom: 28px;
}
/* page partners */
.partners_header{
    min-height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
}
.partners_header_title{
    font-family: 'Manrope', sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
}
.reach_header_title{
    font-family: 'Manrope', sans-serif;
    color: #ecc500;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
}
.partners_content_title{
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin: 80px 0px;
}
.partners_content p{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}
section.partners_content,
section.partners_posts{
    background-color: rgba(155, 155, 155, 0.08);
}
.card_partenaires{
    padding: 40px 29px;
}
.card_members{
    padding: 0px 34px 0 0;
    width: 100% !important;
    border: none;
    background-color: transparent;
}
.partenaires_bg{
    min-height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.members_bg{
    min-height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fmembers .members_bg{
    min-height: 370px;
}
.smembers .members_bg{
    min-height: 370px;
}
.partenaires_card_details h2{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 25px;
}
.partenaires_card_details h3{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 25px;
    color: #9b9b9b;
}
.partenaires_card_details .content{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    line-height: 22px;
    font-size: 12px;
    color: #000;
}
.partenaires_card_details a{
    color: #ecc500;
    font-family: 'Manrope', sans-serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.partenaires_card_details{
    padding: 15px 20px;
    border: 1px solid #ecc500;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 225px;
    bottom: 17px;
    z-index: 9;
}




.about_card_details a{
    color: #ecc500;
    font-family: 'Manrope', sans-serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
}
.about_card_details{
    padding: 20px;
    border: 1px solid #ecc500 ;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 75%;
    bottom: 40px;
    left: 45%;
    transform: translateX(-50%);
    z-index: 9;
/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
    transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
    -o-transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s;
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) 0s; */
}



.card.card_partenaires .partenaires_card_details{
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s,background-color .2s ease-out,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
}
.card.card_partenaires:hover .partenaires_card_details{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.partenairs_social_media{
    position: absolute;
    right: 40px;
}
.partenairs_social_media .twitter{
    margin-right: 8px;
    margin-bottom: 8px;
}
.partenairs_social_media .linkedin{
    margin-right: 8px;
}



.partenairs_social_media .twitter{
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s,background-color .2s ease-out,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s;
}
.partenairs_social_media .linkedin{
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s,background-color .2s ease-out,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s;
}
.partenairs_social_media .facebook{
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s,background-color .2s ease-out,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .4s;
}




/* .card.card_partenaires:hover .partenairs_social_media .twitter,
.card.card_partenaires:hover .partenairs_social_media .facebook,
.card.card_partenaires:hover .partenairs_social_media .linkedin{
    display: block;
}  */


.partenairs_social_media:hover .twitter,
.partenairs_social_media:hover .facebook,
.partenairs_social_media:hover .linkedin{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}


section.partners_content{
    padding-bottom: 85px;
}
.policyarea_bg_image{
    min-height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0;
}
.policy_titre{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 50px;
}
.policy_small_title{
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}
.policyarea_content p{
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
section.policy_content{
    background-color: rgba(155, 155, 155, 0.08);
    padding-top: 85px;
    padding-bottom: 85px;
}

.related_documents_title{
    color: #ecc500;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding-bottom: 22px;
    font-size: 16px;
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.related_documents_container{
    padding-left: 70px;
    margin-top: 73px;
}
#navbarSupportedContent li:hover ul {
    display: block !important;
}
.policy_content .documents ul{
    padding: 0;
    list-style: none;
    margin-top: 45px;
}
.policy_content .documents ul li{
    display: flex;
    margin-bottom: 25px;
}
.policy_content .documents .document_bg{
    min-width: 70px;
    min-height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.documents .document_date{
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.documents .document_title{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.ebb_home_map{
    width: 100%;
    height: 100%;
}
.contact_content_title{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.contact_under_slide{
    background-color: rgba(155, 155, 155, 0.08);
    padding: 50px 0;
}
.about_content p{
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.about_content_container{
    background-color: rgba(155, 155, 155, 0.08);
}
.about_content a,
.policyarea_content a{
    color: #ecc500;
}
.card.card_members .about_card_details{
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s,background-color .2s ease-out,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
}
.card.card_members:hover .about_card_details{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
        /* -webkit-clip-path: inset(0 0 0 0);
        -webkit-transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
        transition: -webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
        -o-transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
        transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
        transition: clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s,-webkit-clip-path .3s cubic-bezier(.63,.24,.26,.91) .1s;
        z-index: 1; */
}


.members1 .partenairs_social_media{
    position: absolute;
    right: 55px;
    top: 20px;
}
.about_card_details h2{
    color: #ecc500;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.about_card_details h3{
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.members1 .about_card_details{
    border: none;
}

/* .card.card_members:hover .partenairs_social_media .twitter,
.card.card_members:hover .partenairs_social_media .facebook,
.card.card_members:hover .partenairs_social_media .linkedin{
    display: block;
} */
.partenairs_social_media:hover .twitter,
.partenairs_social_media:hover .facebook,
.partenairs_social_media:hover .linkedin{
    display: block;
}
.members_slider_title{
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 120px;
}
.members_slider_title_2{
    font-family: 'Manrope', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 120px;
}
section.members1{
    background-color: rgba(155, 155, 155, 0.08);
}
.slick-prev,.slick-next{
    /* top: 29%; */
    z-index: 99;
}
.slick-prev:before {
    content: url(/wp-content/themes/ebb/images/team_arrow_left.svg); 
}
.slick-next:before {
    content: url(/wp-content/themes/ebb/images/team_arrow_right.svg);
}
.slick-prev:hover:before {
    content: url(/wp-content/themes/ebb/images/team_arrow_left_active.svg); 
}
.slick-next:hover:before {
    content: url(/wp-content/themes/ebb/images/team_arrow_right_active.svg);
}
.slick-prev{
    left: -100px;
    transition: all .3s ease;
}
.slick-prev:hover{
    left: -110px; 
}
.slick-next{
    right: -35px;
    transition: all .3s ease;
}
.slick-next:hover{
    right: -45px;
}
.page_news .card_date{
    display: flex;
    margin-top: 17px;
}
.page_news .news_type{
    color: #000;
    text-transform: capitalize;
}
.page_news .news_card_title{
    font-size: 36px;
    line-height: 40px;
    margin: 20px 0;
    margin-top: 15px;
}
.page_news{
    background-color: rgba(155, 155, 155, 0.08);
    padding-top: 100px;
    padding-bottom : 50px
}
.news_card_small_description{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.page_news .news_card_btn{
    background-color: #ecc500 ;
    color: #ffffff;
    border: none;
    padding: 15px;
    border-radius: 0;
    font-weight: 500;
    /* padding-left: 0; */
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    margin-bottom: 40px;
}
.nouvelles_card{
    background-color: #f7f7f7;
}
.page_news .related_documents_title{
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding-bottom: 22px;
    font-size: 20px;
    border-bottom: none;
}
.page_news ul{
    padding: 0;
    list-style: none;
}
.page_news ul li{
   display: flex;
   margin-bottom: 20px;
}
.page_news .document_bg{
    min-width: 70px;
    min-height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single_new_bg{
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single_new .card_date{
    display: flex;
    margin-top: 15px;
}
.single_new .card_date .news_type{
    color: #000;
}
.single_new .news_card_title {
    font-size: 36px;
    line-height: 40px;
    margin: 20px 0;
    margin-bottom: 0;
}
.news_card_large_description img{
    width: 100%;
    margin-top: 35px;
    height: auto;
}
.news_card_large_description .alignleft{
    margin-top: 12px;
    margin-right: 40px;
    width: 100%;
    height: auto;
}
.news_card_large_description .alignright{
    margin-top: 12px;
    margin-left: 40px;
    width: 100%;
    height: auto;
}
.news_card_large_description .quote{
    color: #ecc500;
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    padding: 40px 4px 35px 80px;
}
.single_new{
    background-color: rgba(155, 155, 155, 0.08);
    padding-top: 95px;
    padding-bottom: 95px;
}
.single_new .news_card_large_description h3{
    margin-bottom: 0px;
    margin-top: 0px;
}
.news_card_large_description h2{
    margin-bottom: 0;
}
.news_card_large_description ul,
.news_card_large_description ol{
    line-height: 10px;
    white-space: pre-line;
    margin-bottom: 0;
}
.news_card_large_description ul li,
.news_card_large_description ol li{
    line-height: 26px; 
}
.logo_footer img{
    width: 175px;
}
.footer_rs img{
    width: 40px;
}
.info_partenaire_card_link img,
.twitter_partenaire_card_link img,
.linkedin_partenaire_card_link img,
.facebook_partenaire_card_link img{
    width: 40px;
}
.side_bar_social_media img{
    width: 40px;
}
.partners_serach_bloc .sf-input-text{
    background-color: rgb(155 155 155 / 0%);
    color: #9b9b9b;
    border: none;
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    text-transform: uppercase;
    font-size: 16px;
    min-height: 50px;
}
.partners_serach_bloc .sf-input-text:focus{
    outline: none;
}
.partners_serach_bloc .sf-field-search,
.partners_serach_bloc .sf-field-submit{
    display: inline;
}
.partners_serach_bloc .sf-field-taxonomy-pays_partners ul{
    padding: 0;
    list-style: none;
}
.partners_serach_bloc .sf-field-taxonomy-pays_partners ul li{
    color: #9b9b9b;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    line-height: 15px;
    font-size: 16px;
}
.partners_serach_bloc .sf-field-taxonomy-pays_partners ul li label{
    padding-left: 0;
}
.partners_serach_bloc .sf-field-taxonomy-pays_partners ul li.sf-option-active{
    color: #ecc500 ;
    font-weight: 900;
}

.partners_serach_bloc .sf-field-submit input[type=submit] {
    background:url(/wp-content/themes/ebb/images/ebb_searchfield_icon.svg);
    width: 50px;
    min-height: 50px;
    display: inline;
    border: none;
    cursor: pointer;
    top: 21px;
    left: -4px;
    position: relative;
}
.partners_serach_bloc .sf-field-taxonomy-pays_partners h4{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 65px;
    margin-bottom: 15px;
    display: none !important;
}
.news_filter_bloc .sf-field-search,
.news_filter_bloc .sf-field-submit {
    display: inline-block;
}
.news_filter_bloc .sf-input-text {
    background-color: rgb(155 155 155 / 0%);
    color: #9b9b9b;
    border: none;
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    text-transform: uppercase;
    font-size: 16px;
    min-height: 50px;
}
.news_filter_bloc .sf-input-text:focus {
    outline: none;
}
.news_filter_bloc .sf-field-submit input[type=submit] {
    background: url(/wp-content/themes/ebb/images/ebb_searchfield_icon.svg);
    width: 50px;
    min-height: 50px;
    display: inline;
    border: none;
    cursor: pointer;
    top: 21px;
    left: -4px;
    position: relative;
}
.news_filter_bloc .sf-field-taxonomy-type_news ul li{
    margin-bottom: 0;
    color: #9b9b9b;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    line-height: 15px;
    display: block !important;
}
.news_filter_bloc .sf-field-taxonomy-type_news ul li label{
   padding-left: 0;
}
.news_filter_bloc .sf-field-taxonomy-type_news ul li.sf-option-active{
    color: #ecc500 ;
    font-weight: 900;
}
.partners_serach_bloc input[type=radio] {
    display: none;
}
.news_filter_bloc input[type=radio] {
    display: none;
}
.news_filter_bloc .sf-field-taxonomy-type_news{
    display: block !important;
    margin-bottom: 100px;
}
.news_filter_bloc .sf-field-taxonomy-type_news h4{
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding-bottom: 22px;
    font-size: 20px;
    border-bottom: none;
    margin-top: 65px;
    margin-bottom: 0;
}
.news_filter_bloc .sf-field-taxonomy-type_news ul{
    padding-left: 0;
}
.news_filter_bloc{
    margin-top: -23px;
}
.articles ul{
    list-style: none;
    padding: 0;
}
.articles ul li {
    display: flex;
    margin-bottom: 25px;
}
.articles .document_bg {
    min-width: 70px;
    min-height: 70px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.articles .document_date {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Manrope', sans-serif;
}
.articles .document_title {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    line-height: 22px;
}
.single_new .related_documents_title{
    color: #000000;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    padding-bottom: 22px;
    font-size: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.news_filter_bloc .searchandfilter ul{
    padding: 0;
}
.navbar input{
    border: none;
    min-height: 29px;
    padding: 10px;
    padding-right: 0;
}
.single_post_next_prev{
    /* display: flex;
    justify-content: space-between; */
    display: block;
    padding: 0;
    margin-top: 65px;
}
.single_post_next_prev .previous_post a{
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
}
.single_post_next_prev .next_post a{
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .3s ease;
}
.single_post_next_prev .previous_post a:hover{
    color: #ecc500 ;
}
.single_post_next_prev .next_post a:hover{
    color: #ecc500 ;
}
.single_post_next_prev .single_post_rs img{
    width: 40px;
}
.previous_post img{
    width: 40px;
    height: 16px;
    transform: rotateY(180deg);
}
.next_post img{
    width: 40px;
    height: 16px;
}
.previous_post,.next_post{
    font-size: 13px;
}
section.page_news .sf-field-search{
    width: 80%;
}
.next_bg{
    width: 55px;
    height: 55px;
    position: absolute;
    right: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    -webkit-transition: all 0.3s cubic-bezier(.785,.135,.15,.86);
    transition: all 0.3s cubic-bezier(.785,.135,.15,.86);
}
.next_bg.active{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}
.prev_bg{
    width: 55px;
    height: 55px;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 55px;
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: all 0.3s cubic-bezier(.785,.135,.15,.86);
    transition: all 0.3s cubic-bezier(.785,.135,.15,.86);
}
.prev_bg.active{
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.about_card_details_bg{
    padding: 0;
    border: 0px solid #ecc500 ;
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 0px;
    bottom: 40px;
    left: 46%;
    transform: translateX(-50%);
    height: 108px;
    z-index: 0;
    transition: all .3s ease;
}
.card.card_members:hover .about_card_details_bg{
    width: 356px;
    padding: 20px;
    border: 1px solid #ecc500 ;
}

.partenaires_card_details_bg{
    padding: 0px;
    border: 0px solid #ecc500 ;
    position: absolute;
    background-color: #fff;
    width: 0px;
    z-index: 0;
    transition: all .3s ease;
    bottom: 40px;
    min-height: 224px;

}
.card.card_partenaires:hover .partenaires_card_details_bg{
    width: 356px;
    padding: 20px;
    border: 1px solid #ecc500 ;
}
/* .ebb_contact_home_btn::after{
    content: url(/wp-content/themes/ebb/images/ebb_searchfield_icon.svg);
    content: '';
} */
.ebb_contact_home_btn::after {
    background-image: url(/wp-content/themes/ebb/images/ebb_searchfield_icon.svg);
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    margin-left: 35px;
}
.ebb_home_contact_arrow{
    width: 33px;
    position: absolute;
    top: 36px;
    left: 100px;
}
.ebb_home_contact_arrow img{
    height: 18px;
}
.btn.focus,
.btn:focus{
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%) !important;
    outline: none !important;
}
.description_image .acf-map{
    width: 100% !important;
    height: inherit !important;
}
.partners_col_6{
    max-width: 90%;
    width: 90%;
    height: 265px;
    margin-bottom: 30px;
}
.partners_col_6 .card_partenaires{
    height: inherit;
}
.partenaires_bg{
    min-height: 160px;
}
.sliders .slick-next:before{
    position: relative;
    left: -20px;
    top: -9px;
    transition: all .3s ease;
}
.sliders .slick-next:hover:before{
    position: relative;
    left: -11px;
    top: -9px;
}
.sliders .slick-prev:before{
    position: relative;
    left: 33px;
    top: -10px;
    transition: all .3s ease;
}
.sliders .slick-prev:hover:before{
    position: relative;
    left: 25px;
    top: -10px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 3s;
	transition-property: all; 
    background-size: 100%;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right{
    background-size: 120%;
    transition: all 4s ease; 
}

/*  
 

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
    transform : scale(1);  
    background-size: 120%;
    transition: all 4s ease; 
}

 

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;   
    transform : scale(1) !important;
    background-size: 100%;
    transition: all 4s ease;
}   

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);  
	transform: translate3d(0, 0, 0);
} */
.carousel-indicators li{
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #ffffff;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255 255 255 / 0%);
}
/* .carousel-item{ 
    transition: all 3s cubic-bezier(0.41, 0.47, 0.49, 0.55) 0s;
} */

.carousel-indicators .active {
    background-color: #ECC500;
    border: 1px solid #ecc500;
}

.grecaptcha-badge{  

    display: none;

}
.partners_slider{
    width: 100%;
}

.partners_categories input[type='radio'] + label{
    color: #9b9b9b;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    cursor: pointer;
    line-height: 15px;
    font-size: 16px;
}
.partners_categories input[type='radio']:checked + label{
    color: #ecc500;
    font-weight: 900;
}
.searchandfilter .sf-field-taxonomy-pays_partners ul{
    display: none;
}
.partners_categories{
    list-style: none;
}
.partners_slider .carousel-control-next,
.partners_slider .carousel-control-prev{
        position: absolute;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 8%;
        height: 45px;
        color: #fff;
        text-align: center;
        opacity: .5;
}
.partners_slider .carousel-control-prev{
        left: -80px;
}
#filtertheme{
    padding-right: 6rem !important;
}
.partners_slider .carousel-control-next {
    right: -55px;
    top: 48%;
    transition: all .3s ease;
}
.partners_slider .carousel-control-next:hover {
    right: -63px; 
}
.partners_slider .carousel-control-prev{
    top: 48%;
    left: -65px;
    transition: all .3s ease;
}
.partners_slider .carousel-control-prev:hover{
    top: 48%;
    left: -72px;
}
.col_card_partenaires{
    min-width: 100%;   
}
.description_image iframe{
    width: 100%;
    height: 100%;
}
.description_image_bg iframe{
    width: 100%; 
}
.twitter_time_line_col{
    height: 100%;
    overflow-y: hidden;
    position: absolute;
    right: 0;
}
.twitter_time_line_col iframe{
    /*height: 100% !important;*/
}
.r-14lw9ot{
    max-height: auto !important;    
}
p.timeline-Tweet-text{
    font-size: 18px !important;     
    line-height: 20px !important;
    font-weight: 300 !important;     
}
.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300;
}

.twitter-timeline a{     
	font-size: 30px !important;
    line-height: 26px !important;
	color: #ECC410;
}

.single_new a{
    color: #ecc500;
}

#navbarSupportedContent .menu-item .dropdown-menu{
    border-radius: 0;
    border: none;
    margin-top: 0px;
}
.partners_serach_bloc h4{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.partners_posts .partners_categories,
.partners_posts .searchandfilter ul{
    padding: 0;
}
.single_new .news_card_large_description .layoutArea{
    line-height: 35px;
}
.news_card_large_description{
    line-height: 26px;
    white-space: pre-line;
}

.members1 .slick-prev.slick-arrow:before, 
.members1 .slick-next.slick-arrow:before{ 
    width: 0px !important;
    height: 0;
    position: absolute;
}
.partners .slick-prev.slick-arrow:before, 
.partners .slick-next.slick-arrow:before{ 
    width: 0px !important;
    height: 0;
    position: absolute;
}
.gdpr_section{
    margin-top: 80px;
    background-color: rgba(155, 155, 155, 0.08);
    padding-top: 81px;
    padding-bottom: 85px;
}
.privacy_title{
    color: #ebc500;
}
.privacy_content p{
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 15px 30px;
}

.contrls .contrls_cards{
    width: 100%;
    display: inline-block;
    max-width: 100%;
}
  
@media screen and (min-width: 320px) and (max-width: 425px){
    .partners_posts .contrls .slick-next {
        right: 35px;
        transition: all .3s ease;
    }
    .partners_posts .contrls .slick-prev {
        left: -5px;
        transition: all .3s ease;
    }
    .partners_posts .slick-dots{
        display: none !important;
    }
    .gdpr_section {
        margin-top: 80px;
        background-color: rgba(155, 155, 155, 0.08);
        padding-top: 35px;
        padding-bottom: 72px;
        font-size: 24px;
    }
    .privacy_title {
        color: #ebc500;
        margin-bottom: 17px;
    }
    .partners_slider .carousel-control-next:hover {
        right: 0px !important;     
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}  

    .slider_title {
        font-size: 24px;
        text-align: left;
        margin-top: 82px;
        margin-bottom: 150px;
    }
    .caption .caption_center{
        text-align: center;
    }
    .news_titles{
        display: block;
    }
    .news_title_1_1{
        font-size: 16px;
        position: unset;
        top: unset;
        left: unset;
        color: #ecc500;
        transform: unset;
    }
    .under_slide_titles{
        padding: 17px 0px;
    }
    .news_title_2 {
        font-size: 20px;
        padding-right: unset;
        margin: 32px 0;
    }
    .ebb_home_slider{
        padding-bottom: 40px;
    }
    .card_news .news_bg{
        min-height: 270px;
    }
    .news_card_title {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .card_new_mobile_body{
        padding: 35px 25px 25px;
    }
    .goal_titles{
        display: block !important;
    }
    .our_goals_title {
        font-size: 16px;
        position: unset;
        top: unset;
        left: unset;
        color: #ecc500;
        transform: unset;
        margin-bottom: 30px;
    }
    .goals_title {
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }
    .goals_content{
        position: unset;
        width: unset;
        padding: 36px 15px 58px 15px;
    }
    .our_goals_left{
        padding: 0;
    }
    .goals_bg{
        min-height: 280px;
    }
    .goals_content .our_goals_title{
        position: unset;
        top: unset;
        left: unset;
        color: #ecc500;
        transform: unset;
    }
    .partners_titles{
        display: block;
    }
    .partners_title_1{
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
    }
    .partners_title_2{
        padding-left: 0;
        width: 100%;
        font-size: 20px;
        margin-top: 22px;
    }
    .partners_titles {
        margin: 35px 0px;
    }
    section.partners{
        padding: 5px 0 0px 0;
    }
    .contact_titles{
        display: block !important;
        margin-bottom: 0;
    }
    .contact_title_1{
        font-size: 16px;
        position: unset;
        top: unset;
        transform: unset;
        left: unset;
        color: #ecc500;
        transform: unset;
    }
    .contact_form_container{
        padding-right: 15px;
    }
    .contact_title_2{
        padding-left: 0;
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif;
        margin: 22px 0 30px;
    }
    section.contact{
        padding-top: 10px;
        background-color: #f7f7f7;
    }
    section.contact .wpcf7{
        background-color: #fff;
        padding: 45px 20px;
    }
    .ebb_contact_home_btn{
        margin-bottom: 0;
    }
    .description_image_bg{
        min-height: 435px;
        padding: 0;
    }
    .logo_footer img{
        width: 150px;
        margin-bottom: 45px;
    }
    footer{
        padding: 28px 18px 25px;
    }
    .footer_white_title{
        margin-bottom: 20px;
    }
    .copy_right{
        padding-right: 65px;
        line-height: 19px;
    }
    .scroll_to_top img {
        bottom: -2px;
    }
    #navigation h1 {
        margin-bottom: 0;
        margin-top: 14px;
    }
    .img-fluid {
        max-width: 80%;
    }
    .navbar-toggler{
        display: flex;
        background-color: #ecc500 ;
        border-radius: 0;
        height: 85px;
        right: unset;
        width: 85px;
        position: relative;
        align-items: center;
        justify-content: center;
        font-size: 33px;
        color: #fff !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
    }
    #top-menu {
        min-height: 80px;
    }
    .search_icon_container{
        width: 78px;
        height: 78px;
        /* position: absolute;
        top: -78px;
        left: 245px; */
    }
    .menu_btn{
        display: none;
    }
    form.show_input{
        left: -140px;
        top: 85px;
    }
    .ebb_home_slider .carousel-item .caption{
        height: 100vh;
    }
    nav.navbar{
        padding-right: 0;
    }
    .menu_search_container{
        background-color: #fff;
        right: unset;
        width: 86px;
        height: 86px;
        position: relative;
        top: unset;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-light .navbar-nav .active>.nav-link{
        border-bottom: 0px solid;
    }
    .top_right_menu{
        padding: 0;
    }
    #navbarSupportedContent{
        padding: 17px 0;
    }
    #navbarSupportedContent .menu-item a {
        font-family: 'Manrope', sans-serif;
        font-size: 18px;
        color: #9b9b9b;
        font-weight: 500;
        padding: 3px 0px;
        margin: 0 6px;
        line-height: 32px;
    }
    .page_news{
        padding-top: 40px;
        padding-bottom: 75px;
    }
    .nouvelles_card{
        padding: 2px;
    }
    .page_news .news_card_title{
        font-size: 24px;
        line-height: 31px;
        padding-right: 0px !important;
        margin: 26px 0;
    }
    .page_news .card_date {
        margin-top: 19px;
    }
    .news_filter_bloc .sf-input-text{
        width: 262px;
        min-height: 60px;
    }
    .news_filter_bloc .sf-field-taxonomy-type_news h4{
        margin-top: 50px;
    }
    .news_filter_bloc .sf-field-taxonomy-type_news{
        margin-bottom: 60px;
    }
    .news_filter_bloc .sf-field-submit input[type=submit] {
        background: url(/wp-content/themes/ebb/images/ebb_searchfield_icon.svg);
        width: 60px;
        min-height: 60px;
        display: inline;
        border: none;
        cursor: pointer;
        top: 26px;
        left: -4px;
        position: relative;
    }
    .single_new{
        padding-top: 40px;
    }
    .partners_header_title{
        font-size: 24px;
        line-height: 31px;
    }
    .partners_header{
        min-height: 246px;
        margin-top: 70px;
    }
    .single_new_bg{
        min-height: 233px;
    }
    .single_new .news_card_title {
        font-size: 24px;
        line-height: 31px;
        margin: 19px 0;
        margin-bottom: 0;
    }
    .single_new .card_date{
        margin-top: 25px;
    }
    .news_card_large_description .quote{
        padding: 40px 4px 35px 4px;
    }
    .previous_post img {
        width: 40px;
        display: block;
        margin-bottom: 10px;
    }
    .next_post img {
        width: 40px;
        display: block;
        margin-bottom: 10px;
        margin-left: auto;
    }
    .next_post{
        text-align: right;
    }
    .single_post_next_prev{
        margin-top: 45px;
    }
    .single_post_rs{
        margin-bottom: 39px;
    }
    .about_titles{
        display: block;
        padding-left: 0 !important;
        padding: 21px 0;
    }
    .about_title_1{
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        margin: 11px 0px;
    }
    .about_title_2{
        padding-right: 0;
        font-size: 24px;
    }
    .members_slider_title{
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 25px;
    }
    .members_slider_title_2{
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .card_members{
        padding: 0px 0px 0 0;
    }
    .members_bg{
        min-height: 365px;
        margin-bottom: 40px;
    }
    .members1 .partenairs_social_media {
        right: 20px;
        top: 20px;
    }
    .about_card_details{
        padding: 20px;
        width: 289px;
        bottom: 58px;
        left: 50%;
    }
    .partners_content_title{
        font-size: 20px;
        font-weight: 600;
        margin-top: 36px;
        margin-bottom: 27px;
    }
    .partenaires_bg{
        min-height: 259px;
    }
    .partenaires_card_details{
        padding: 20px;
        width: 270px;
        bottom: 67px;
        z-index: 9;
    }
    section.partners_content {
        padding-bottom: 30px;
    }
    .partenairs_social_media {
        right: 22px;
        top: 22px;
    }
    .partners_serach_bloc .sf-field-submit input[type=submit]{
        width: 60px;
        min-height: 60px;
    }
    .searchandfilter ul{
        padding: 0;
    }
    .partners_serach_bloc .sf-input-text{
        width: 265px;
        min-height: 60px;
    }
    .partners_serach_bloc .sf-field-submit input[type=submit]{
        top: 26px
    }
    .partners_serach_bloc .sf-field-taxonomy-pays_partners h4 {
        margin-top: 36px;
        margin-bottom: 20px;
    }
    .partners_serach_bloc{
        padding-bottom: 60px;
    }
    .reach_header_title{
        font-size: 24px;
        line-height: 31px;
    }
    section.policy_content{
        padding-top: 0px;
    }
    .policy_titre{
        margin-bottom: 26px;
        margin-top: 30px;
        font-size: 20px;
    }
    .policyarea_bg_image{
        min-height: 270px;
        margin: 30px 0;
    }
    .related_documents_container{
        padding-left: 15px;
        margin-top: 0;
    }
    .related_documents_title{
        color: #ecc500;
        padding-bottom: 22px;
        padding-top: 25px;
        font-size: 16px;
    }
    .side_bar_email a{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .contact_under_slide{
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .description_image_bg .acf-map{
        width: 100%;
        height: 490px;
    }
    .sliders .slick-arrow{
        display: none  !important;
    }
    .partners_col_6{
        max-width: 100%; 
        height: 316px;
        margin-bottom: 30px;
    }
    #filtertheme{
        padding-right: 0 !important;
    }
    .partners_slider .carousel-control-next-icon{
        background-image: url(/wp-content/themes/ebb/images/team_arrow_right.svg);
    }
    .partners_slider .carousel-control-prev {
        top: 48%;
        left: 0;
    }
    .partners_slider .carousel-control-next {
        right: 0;
        top: 48%;
    }
    .partners_slider .carousel-control-next,
    .partners_slider .carousel-control-prev{
        position: absolute;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 11%;
        height: 88px;
        color: #fff;
        text-align: center;
        opacity: .5;
    }
    .news_card_large_description .alignright {
        margin-top: 12px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    .ebb_home_slider .carousel-item { 
        background-size: cover !important; 
    }
    .card_partenaires_home{
        margin: 0 auto 40px;
    }
    .policyarea_content h1,
    .partners_content h1,
    .about_content h1{
        font-size: 24px;
    }
    .navbar #menu-main-menu li.menu-item.menu-item-type-custom{
        display: block !important;
    }
    #navbarSupportedContent .menu-item .dropdown-menu { 
        margin-left: 15px;
    }
    .card_partenaires {
        width: 90% !important;
        border: none;
        margin-bottom: 40px;
        margin: 0 auto 40px;
    } 
}

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

}
@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
    .news_title_2 {
        padding-right: 230px;
    }
    .card_news .news_bg {
        min-height: 365px;
    }
    .news_card_title {
        line-height: 25px;
        padding-right: 0px;
    }
    .news_card_title_news{    
        padding-right: 0px;
    }
    .page_news .card_news .news_bg{
        min-height: 500px;
    }
    .about_card_details{
        /* width: 356px; */   
        /* width: 290px;  */
        width: 78%;
    }
    /* .card_partenaires{
        width: 26rem !important;
    } */
    .card_partenaires{
        width: 85% !important;
        border: none;
        margin: auto;
        margin-bottom: 50px;
    }
    .partners_col_6{
        max-width: 90%;
        width: 90%;
        height: 340px;
        margin-bottom: 30px;
    }
    .partenaires_bg {
        min-height: 210px;
        width: 90%;
        margin: auto;
    }
    .partenaires_card_details {
        padding: 20px;
        border: 1px solid #ecc500;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
        width: 78%;
        bottom: 40px; 
        z-index: 9;
    }
    .partenaires_card_details h3 {
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 25px;
        color: #9b9b9b;
    }
    .partenaires_card_details .content{
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        line-height: 22px;
        font-size: 14px;
        color: #000;
    }
    .partenaires_card_details h2{
        font-family: 'Manrope', sans-serif;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .partners_slider .carousel-control-next,
    .partners_slider .carousel-control-prev{
        position: absolute;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 8%;
        height: 45px;
        color: #fff;
        text-align: center;
        opacity: .5;
    }
    .partners_slider .carousel-control-prev{
        left: -50px;
        top: 48%;
        transition: all .3s ease;
    }
    .partners_slider .carousel-control-prev:hover{
        left: -59px;
        top: 48%; 
    }
    .partners_slider .carousel-control-next{
        right: -47px;
        top: 48%; 
        transition: all .3s ease;
    }
    .partners_slider .carousel-control-next:hover{
        right: -58px;
        top: 48%; 
    }
    .card_partenaires {
        padding: 40px 40px;
    }
    .goals_content{
        position: absolute;
        background-color: #fff;
        z-index: 9;
        width: 145%;
        padding: 36px 250px 64px 75px;
        left: 0;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        -webkit-transition: -webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
        transition: -webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
        -o-transition: clip-path .75s cubic-bezier(.785,.135,.15,.86);
        transition: clip-path .75s cubic-bezier(.785,.135,.15,.86);
        transition: clip-path .75s cubic-bezier(.785,.135,.15,.86),-webkit-clip-path .75s cubic-bezier(.785,.135,.15,.86);
    }
    .news_filter_bloc .sf-field-search,
    .news_filter_bloc .sf-field-submit {
        display: inline;
    }
}


@media (min-width: 445px) and (max-width: 900px) {
    .menu_btn { 
        right: 14px; 
    }
    .slider_title { 
        font-size: 28px; 
    }
    img.header_logo{
        max-width: 35%;
    }
    .navbar-toggler {
        display: flex;
        background-color: #ecc500;
        border-radius: 0;
        height: 85px;
        right: unset;
        width: 85px;
        position: relative;
        align-items: center;
        justify-content: center;
        font-size: 33px;
        color: #fff !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
    }
    #navigation{
        padding-right: 0;
    }
    .menu_search_container {
        right: 0;
        cursor: pointer;
    }
    .carousel-indicators { 
        bottom: 42px; 
    }
    .news_title_2 { 
        padding-left: 21px;
    }
    .news_title_2 {
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        font-size: 32px;
        padding-right: 100px;
        padding-left: 21px;
        margin-bottom: 36px;
        margin-top: 29px;
    }
    .goals_content {
        position: unset;
        width: unset;
        padding: 36px 15px 58px 15px;
    }
    .our_goals_left { 
        padding: 0;
    }
    .goals_bg {
        min-height: 465px; 
    }
    section.partners {
        padding: 10px 0 10px 0; 
    }
    .partners_titles { 
        margin: 40px 4px;
    }
    .ebb_contact_home_btn { 
        margin-bottom: 80px; 
    }
    .contact_form_container {
        padding-right: 15px;
    }
    .footer_tab_center{
        text-align: center;
    }
    .logo_footer img {
        width: 150px;
        margin-bottom: 16px;
    }
    footer { 
        padding-top: 55px; 
    }
    .about_titles { 
        padding: 30px 0;
    }
    .members_slider_title { 
        margin-bottom: 60px;
        margin-top: 35px;
    }
    .members_slider_title_2 { 
        margin-top: 23px;
    }
   
    #navbarSupportedContent .menu-item .dropdown-menu {
        margin-left: 15px;
    }
    .navbar #menu-main-menu li.menu-item.menu-item-type-custom {
        display: block !important;
    }
    .page_news .news_card_title {
        font-size: 29px; 
    }
    #filtertheme {
        padding-right: 0rem !important;
    }
    .partners_serach_bloc{
        text-align: center;
    }
    section.policy_content { 
        padding-top: 0px; 
    }
    .related_documents_container {
        padding-left: 15px;
        margin-top: 21px;
    }
    .news_card_title { 
        padding-right: 0px; 
        font-size: 28px; 
        line-height: 30px;
    }
    .news_filter_bloc {
        margin-top: 0;
        text-align: center;
    }
    .news_filter_bloc .sf-field-taxonomy-type_news h4 {  
        padding-bottom: 22px;
        font-size: 20px;
        border-bottom: none;
        margin-top: 22px;
        margin-bottom: 0;
    }
    .news_filter_bloc .sf-field-taxonomy-type_news { 
        margin-bottom: 0;
    }
    .card_news .news_bg {
        min-height: 400px; 
    }
    .partners .slick-next {
        right: 14px;
        top: 46%;
    }
    .partners .slick-prev {
        left: -61px;
        top: 46%;
    }
    .members1 .slick-next{
        right: 6px;
    }
    .members1 .slick-prev{
        left: -40px;
    }
    .card_members {
        padding: 0px 16px 0px 16px; 
    }
    section.page_news .sf-field-search {
        width: 34%;
    }

    .partners_slider .carousel-control-next {
        right: -25px;
        top: 48%;
    }
    .partners_slider .carousel-control-next:hover {
        right: 0px !important;     
    }
    
}

.manifesto {
font-weight: bold;
color: #ECC410;
}
.manifesto .manifesto-name {
display: inline-block;
margin-left: 5px;
}
