@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap');

/******************header********************/
li.menu-drop-down.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1567 {
    padding-right: 1rem!important;
}

.header_ancs .menu-menu-1-container ul li {
    display: inline-block;
    margin: 0 6px;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border-bottom: 1px solid transparent;
}
@media (max-width: 992){
.header_ancs .menu-menu-1-container ul li {
    margin: 0 10px;
}
}
.header_ancs .menu_header .navbar-nav{
    place-content: center;
}
button.navbar-toggler {
    padding: 1px;
    border: none;
    border-radius: 0;
}

#primary-menu > li.menu-drop-down.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1567 > a {
    position: relative;
}

#primary-menu > li.menu-drop-down.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-1567 > a:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(/wp-content/uploads/2023/10/dropdown.png);
    right: -15px;
    top: 9px;
    background-repeat: no-repeat;
}

.header_ancs .menu-menu-1-container ul li a {
    text-decoration: none;
    color: #000;
}

.header_ancs ul#primary-menu {
    display: flex;
    margin: 0;
}
p.site-title {
    display: none;
}

@media (min-width: 1500px){
.menu-menu-1-container ul#primary-menu li {
    margin: 0 15px;
}
.menu-menu-1-container ul#primary-menu li a {
    font-size: 17px !important;
}
ul.sub-menu li {
    margin: 0 !important;
}
}


@media (min-width: 1200px){
.mail_header {
    position: relative;
}

.mail_header:before {
    position: absolute;
    content: "";
    width: 0;
    height: 90px;
    border-right: 1px solid #D9D9D9;
    left: 0;
    top: -28px;
}

.mail_header:after {
    position: absolute;
    content: "";
    width: 0;
    height: 90px;
    border-right: 1px solid #D9D9D9;
    right: 0;
    top: -28px;
}

.right_header_ancs:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100px;
    border-right: 1px solid #D9D9D9;
    left: 0;
    top: -28px;
}
    
.header_ancs .menu_header {
    height: 90px;
    justify-content: space-evenly;
}
.header_ancs .menu_header .navbar-nav {
   /* border-right: 1px solid #D9D9D9; */
    height: 90px;
    align-items: center;
}
}
.navbar-toggler:focus {  
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px){
    .header_ancs ul#primary-menu {
    display: flex !important;
    flex-direction: column;
    margin: 15px 0px !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
.mail_header {
    float: right;
    margin: 10px;
}

.espace_client{
    float: left;
    width: fit-content;
    margin: 10px;
}


}


@media (max-width: 992px){
nav.header_ancs {
    position: relative;
}
nav.header_ancs div#navbarNavAltMarkup {
    position: absolute;
    z-index: 99;
    width: 90%;
    left: 29px;
    height: initial;
    top: 85px;
    background: #F8F9FA;
    border: 1px solid #71707073;
    box-shadow: 1px 1px 19px 1px #707071;
    padding: 16px 0;
}
.header_ancs div#navbarNavAltMarkup .menu-menu-1-container ul li {
 display: block !important;
}


.menu_header .menu-drop-down.open-dropdown > ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa !important;
    position: initial !important;
    z-index: 3;
    left: 0;
    top: 26px;
    padding: 0;
    width: max-content;
    line-height: 29px;
    margin: 0;
    box-shadow: none !important;
}


.menu_header .menu-menu-1-container ul.sub-menu {
    display: flex !important;
    flex-direction: column;
    background-color: #F8F9FA !important;
    position: initial !important;
    z-index: 3;
    left: 0;
    top: 26px;
    padding: 0;
    width: max-content;
    line-height: 29px;
    margin: 0;
    box-shadow: none !important;
}


}


@media (max-width: 992px) and (min-width: 768px){
.header_ancs ul#primary-menu {
    display: flex !important;
    flex-direction: column;
}
}

.header_ancs ul#primary-menu {
    display: contents;
    margin: 0;
    padding-left: 0;
}

.header_ancs .menu-menu-1-container ul li a {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    text-decoration: none;
}
.header_ancs .menu-menu-1-container ul li a:hover {
    color: #529703;
}
/**********sous menu ***********/
.menu-drop-down > ul.sub-menu {
    display: none;
}
.menu_header .menu-drop-down.open-dropdown > ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: #F9F8F6;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 55px;
    padding: 0;
    width: 200px;
    line-height: 34px;
    margin: 0;
    /*box-shadow: 1px 1px 20px 1px #ddd;*/
}
.menu_header .menu-drop-down.open-dropdown ul.sub-menu li {
    padding: 0 9px;
    margin: 0;
}

.menu_header .menu-menu-1-container ul.sub-menu {
    display: none;
}


.header_ancs .menu-menu-1-container ul li.menu-item {
    position: relative;
}
.menu_header .menu-menu-1-container ul.sub-menu li a {
     color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
.menu_header .menu-drop-down.open-dropdown ul.sub-menu li:hover {
    border-bottom: 1px solid #9DD45F;
    background-color: #FFF;
    padding: 0 9px;
    margin: 0;
}
/************* Menu membre adhérent*********************/
ul#Sidebar_2_menu li a {
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

ul#Sidebar_2_menu {
    list-style: none;
    margin: 0;
}
.block_menu_2_sidebar h5.title {
    text-transform: uppercase;
    margin-bottom: 11px !important;
}
h5.title {
    color: #000;
    font-family: 'Barlow';
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}
p.p_text {
    color: #000;
    font-family: Barlow;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
h5.title_green {
    font-size: 18px !important;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: normal !important;
    color: #9DD45F;
}
/*********************footer***************************/
@media (min-width: 992px){
.site-footer .info_menu_footer {
    margin-top: 140px !important;
}
}

.site-footer .contenu_footer{
    justify-content: space-between;
}
.site-footer hr {
     background-color: #BDBDBD !important;
    opacity: 0.7;
    margin: 23px 30px;
}


.contenu_footer a {
    text-decoration: none;
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 border-bottom: 1px solid 1px solid transparent;
 transition: all 0.2s ease-in-out;
}
.contenu_footer li:hover a {
    /* border-bottom: 2px solid #9DD45F; */
    color: #9DD45F;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contenu_footer li {
    margin-bottom: 15px;
    line-height: 20px;
}
footer#colophon {
    background-color: #F9F8F6;
}
.site-footer .text_copyright p {
    color: #000;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.84px;
}
ul#Footer_1 , ul#Footer_2 , ul#Footer_3 {
    list-style: none;
    margin: 0;
    padding: 0; 
}
/*****************newsletter***************************************************/

.newsletter {
     background-image: url(https://dev.flesk-edition.tn/wph2g6mzasha2mzoht1zuWP/ANCS/wp-content/uploads/2023/09/back_newsletter-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.newsletter:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.8;
    background: rgba(84, 101, 105, 0.87);
    top: 0;
}
.newsletter h2 {
   font-family: 'Barlow';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: auto;
    color: #9DD45F;
    text-align: left;
}
.abonnez_vous {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.newsletter p {
    color: #FFF;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 20px 0 30px 0;
}
.newsletter input.form-control::placeholder {
    color: #e0d7d77d;
font-family: Barlow;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 5px;
}

.newsletter-group_side input::placeholder {
    color: #D2D2D2;
font-family: 'Barlow';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.newsletter input.form-control {
    background-color: transparent;
    border: 1px solid #D2D2D2 !important;
}
.newsletter input.form-control:focus {
    box-shadow: none;
    outline: 0;
    border: 1px solid #D2D2D2;
}
.newsletter button {
    background-color: #9DD45F;
    color: #FFF;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 48px;
    padding: 0px 48px;
border: 1px solid #9DD45F;
}


/***************page home*******************************************/

.blog_evenem h2 ,
.blog_evenem h1 {

    color: #2142B3;
    font-family: 'Barlow';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.blog_evenem h2.date_event
 {
    width: max-content;
    background: #9DD45F;
    color: #fff;
}

.blog_evenem .text_event {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin: auto;
}
.img_event img {
    width: 100%;
}
.nos_event {
    position: relative;
}
.nos_event:hover {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
}
.nos_event:hover .contenu_event h3 a{
    color: #597836;
    margin-left: 10px;
}
.contenu_event h3 a{
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    
}
/*.date_event{
    width: fit-content;
    padding: 12px;
    border-radius: 5px;
    background-color: #9DD45F;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
     position: relative;
    top: -20px;
    left: 25px;
}*/
.info_event {
    position: relative;
    top: 0px;
    background-color: #fff;
    padding: 0 16px;
    padding-bottom: 16px;
}
.info_event h6 {
    color: #597836;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}
.contenu_event p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contenu_event h3{
    text-transform: uppercase;
}
.contenu_event p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.blog_evenem  .info_event img{
    padding-top: 5px;
}
.lien_suite a {
    color: #597836;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.style_icon:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 11px;
    border-bottom: 1px solid  #546569;
    top: 13px;
    right: 73px;
}

.style_icon{
    position: relative;
    width: fit-content;
    margin: auto;
}

.style_icon:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 11px;
    border-bottom: 1px solid  #546569;
    top: 13px;
    left: 73px;
}


/***********************banner***************************************/

.blog_banner_2 .right_contenu {
    background-color:  #F3F3F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px 28px;
    /* width: fit-content; */
}

.blog_banner_2 .right_contenu .pr-1 p {
    color: #000;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/**ajouter**/
a.btn_connexion.button.pt-2.pb-2 {
    border: 1px solid transparent;
}
button.tml-button.btn_connexion.button{
    font-size: 13px !important;  
}
/*******/
.inner_banner{
    position: relative;
}
.contenu_banner{
    position: absolute;
    top: 40%;
    width: 40%;
    left: 0;
    height: fit-content;
    line-height: 50px;
}
.form_connexion {
    position: absolute;
    top: 40%;
    right: 10%;
    background-color: #F3F3F3;
    width: 30%;
     height: fit-content;
}
.form_connexion h3 {
    color: #000;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_connexion p {
    color: #000;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form_connexion input {
    border: 1px solid #D9D9D9;
    background: #F9F8F6;
    height: 37px;
}
.contenu_banner h1 {
    color: #9DD45F;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contenu_banner h2 {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contenu_banner p {
    margin-top: 3%;
    color: #FFF;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
button.carousel-control-prev {
    visibility: hidden;
}

button.carousel-control-next {
    visibility: hidden;
}

/************************banner 2 fois************************/
.banner_home_ancs .carousel-caption {
    position: absolute;
    top: 26%;
}
.left_contenu{
    text-align: start;
    position: relative;
    left: -138px;
    /* top: 30px; */
}
.right_contenu form {
    text-align: start;
    /* padding: 30px; */
    background-color: #F3F3F3;
}

.left_contenu h1 {
    color: #9DD45F;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left_contenu h2 {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.left_contenu p {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

.left_contenu a.btn_nos_event button{
    border-radius: 5px;
    background-color: #2142B3;
     border: 1px solid #2142B3;
    color: #FFF;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    height: 36px;
    padding: 10px 35px;
}

.left_contenu a.btn_pub button{
    border-radius: 5px;
    border: 2px solid #9DD45F;
    color: #9DD45F;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    background-color: transparent;
    height: 36px;
    padding: 10px 35px;
}
.right_contenu form h5 {
    color: #000;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.right_contenu form p {
    color: #000;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
form .form-check label.souvenir_donner {
    color: #BDBDBD;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

form a.btn_connexion button {
    color: #FFF;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    border-radius: 5px;
    background-color: #2142B3;
    padding: 11px 25px;
    height: 36px;
    text-decoration: none;
}

form .lien a {
    color: #BDBDBD;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}
.tml.tml-login .lien {
    flex-direction: row !important;
    margin-bottom: 0;
    padding-top: 10px;
    justify-content: space-between;
}
.tml.tml-login .lien:before {
    content: "";
    position: absolute;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    height: 100%;
    top: 0;
}
input#user_login , input#user_pass{
    margin-left: 0 !important;
}
.tml-lostpassword-link {
    justify-content: space-around;
}
.tml-register-link {
    justify-content: end;
}
@media (min-width: 767px) and (max-width: 991px){
.blog_banner_2 .right_contenu {
    padding: 17px 16px !important;
    left: 15px;
}
}

/*************/
.right_contenu .tml.tml-login .lien {
    display: block !important;
    float: left;
}
.right_contenu .tml.tml-login .lien span.tml-register-link ,
.right_contenu .tml.tml-login .lien span.tml-lostpassword-link {
    display:inline-block;
    width: auto !important;
    padding: 0;
}
.right_contenu .tml.tml-login .lien span.tml-register-link {
    text-align: right;
    float: right;
}


/********banner carousel**/
.slider_banner_home .right_contenu input::placeholder {
    color: #BDBDBD;
font-family: 'Barlow';
font-size: 15px;
font-style: normal;
font-weight: 200;
line-height: normal;
}
.left_contenu a.btn_nos_event button:hover {
    border: 1px solid #0d6efd !important;
}
.left_contenu a.btn_pub button:hover {
    border: 2px solid #9DD45F!important;
    color: #9DD45F;
    box-shadow: inset 0px 0px 1px 1px #9DD45F;
}
.form_cnx input {
    outline: none;
}

.slider_banner_home .owl-item.active {
    margin-right: 0 !important;
}
.slider_banner_home .owl-nav {
    display: none;
}

.slider_banner_home .owl-dots {
    position: absolute;
    bottom: 8px;
    width: 100%;
}
.slider_banner_home .item .carousel-caption {
    top: 0;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

@media (min-width: 1000px){
.left_contenu{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
}

@media (max-width: 992px){
.slider_banner_home .left_contenu {
    text-align: start;
    position: relative;
    left: 0 !important;
    /* top: 60px !important; */
    display: flex;
    flex-direction: column;
    height: 50vh;
    justify-content: space-evenly;
}
.left_contenu h2 {
    font-size: 25px !important;
}
.left_contenu p {
    font-size: 16px !important;
}
.left_contenu a.btn_nos_event button {
    font-size: 15px !important;
    height: 36px !important;
    padding: 9px 20px !important;
}
.right_contenu form {
    text-align: start;
    /* padding: 18px; */
    background-color: #F3F3F3;
    position: relative;
    /* top: 100px !important; */
    width: 100% !important;
}
.slider_banner_home .left_contenu h1 {
    font-size: 35px;
}

.slider_banner_home .item .carousel-caption {
    width: 90%;
    left: 35px;
}

.input_recherche {
    margin-bottom: 10px !important;
width: fit-content !important;
}
    
}



@media (min-width: 768px) and (max-width: 991px){

}

@media (min-width: 991px) and (max-width: 1300px){

.left_contenu h1 {
    font-size: 30px;
   
}
.left_contenu h2 {
    font-size: 30px;
}
/* .right_contenu form {
    padding: 20px;
} */
.left_contenu {
    left: -124px;
    top: 32px;
}
.input_recherche {
    width: fit-content;
}

}

@media (max-width: 500px){
.left_contenu h1 {
    font-size: 20px !important;
}
    .left_contenu h2 {
    font-size: 16px !important;
}
    .left_contenu p {
    font-size: 13px !important;
}

.input_recherche {
    margin-bottom: 10px !important;
width: fit-content !important;
    margin-left: 5px !important;
}
.espace_client {
    float: left;
    width: fit-content;
    margin: 0px;
}
.mail_header {
    float: inline-start;
   margin: 0px;
    width: auto;
    margin-left: -10px;
}
/*nav.header_ancs.navbar {
    width: max-content;
}*/

img , a , img:focus , a:focus {
    outline: none !important;
    color: initial;
    border: 0 !important;
}

.btn_banner a button {
    margin-bottom: 5px;
}
.menu_header .menu-menu-1-container ul.sub-menu {
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    position: initial !important;
    z-index: 3;
    left: 0;
    top: 26px;
    padding: 0;
    width: max-content;
    line-height: 29px;
    margin: 0;
    box-shadow: none !important;
    padding-left: 15px;
}

}

/******************blog actualite****************************/
.actualite_slider .carousel-item {
    color: #000;
    
}
.actualite_slider .carousel-inner {
   width: 65%;
    margin: auto;
    padding: 21px 11px;
    text-align: center;
}
.actualite_slider .carousel-item h2{
    color: #FFF;
    font-family: 'Barlow';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.actualite_slider .carousel-item h3{
    color: #546569;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.actualite_slider .carousel-item p{
    color: #546569;
    text-align: center;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.actualite_slider {
    background-color: #9DD45F;
}

/*************************actualite 2 fois*************************/
.slider_actualite .card_actualite:hover .titre_blog_article h3 {
    color: #000;
}

.slider_actualite .titre_blog_article a {
    text-decoration: none;
}

.slider_actualite .titre_blog_article h3 {
    color: #546569;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slider_actualite .card_actualite .contenu_article {
    padding: 11px 30px;
    width: 100%;
}

.slider_actualite .card_actualite:hover .contenu_article .texte.titre_blog_article h3 a {
    color: #000;
}

.slider_actualite .card_actualite .contenu_article .texte.titre_blog_article h3 a {
    color: #546569;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}

.blog_actualite {
    background-color: #F6F6F6;
}
.slider_actualite .item {
    background: #FFF;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); */

box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
}
.slider_actualite .item:hover {
    filter: none !important;
}
.slider_actualite .owl-item.active {
    padding-right: 7px;
    padding-left: 7px;
}

.contenu_article {
    width: calc(100% - 130px);
    padding: 0 0 0 30px;
    display: block;
    float: left;
}
.contenu_article .date h6 {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contenu_article .texte p {
    color: #546569;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contenu_article .auteur a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.titre_actualite h2 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.lien_voir_actualite a {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.slider_actualite .card_actualite {
    position: relative;
}

/* .slider_actualite .card_actualite:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(https://dev.flesk-edition.tn/wph2g6mzasha2mzoht1zuWP/ANCS/wp-content/uploads/2023/09/flech.png);
    bottom: -20px;
    right: 26px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
} */

.slider_actualite .btn_voir_detail a img {
    position: absolute;
    content: "";
    width: 40px !important;
    height: 40px;
    bottom: -20px;
    right: 26px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
    object-fit: none;
}
/* .slider_actualite .card_actualite:hover .btn_voir_detail a img {
    background-color: #5a753d;
} */

.icon_svg {
    display: none;
}
.slider_actualite .card_actualite:hover .icon_svg {
    display: block;
    position: absolute;
    content: "";
    width: 40px !important;
    height: 40px;
    bottom: -20px;
    right: 26px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #9DD45F;
    background-position: center;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.25);
    object-fit: none;
}

.slider_actualite .card_actualite:hover .icon_svg svg {
    position: relative;
    left: 15px;
    top: 8px;
    display: block;
}



.blog_actualite .slider_actualite .owl-dots {
    display: none;
}
.blog_actualite .slider_actualite{
    position: relative;
}

.blog_actualite .slider_actualite .owl-nav {
    position: absolute;
    top: -75px;
    right: 17px;
}
.blog_actualite button.owl-next {
    font-size: xx-large !important;
}
.blog_actualite button.owl-next.disabled  {
    font-size: xx-large !important;
}
.blog_actualite button.owl-prev.disabled {
    font-size: xx-large !important;
}
.blog_actualite button.owl-prev {
    font-size: xx-large !important;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: initial !important;
}


/******************blog**Pourquoi devenir*********************************/
.contenu_texte1 h2 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.blog_pourquoi_devenir {
    display: flex;
    justify-content: space-around;
}
.contenu_texte1 p {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width: 1400px) and (min-width: 1101px){
    .contenu_texte1 {
    width: 25%;
}
}
@media(max-width: 1100px){
    .contenu_texte1 {
    width: 100%;
}
}

.lien_btn_devenir a button {
    border-radius: 5px;
    background: #2142B3;
    color: #FFF;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight:  600;
    line-height: normal;
    padding: 10px 50px;
}

.lien_btn_devenir {
    text-align: center;
}


.img_client {
    background-color: red;
    height: 70px;
    width: 70px;
    position: relative;
    left: -10%;
    top: 87px;
    border-radius: 60px;
    border: 7px solid #F9F8F6;
}
.info_client {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 24px;
}
.blog_pourquoi_devenir {
    background-image: url("https://dev.flesk-edition.tn/wph2g6mzasha2mzoht1zuWP/ANCS/wp-content/uploads/2023/09/back_2.png") ;
    background-repeat: no-repeat;
    background-size: cover;
}
.contenu_partenaires h1 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.logo_partenaires img {
    background-color: #fff;
    margin: 28px 0;
    padding: 15px 15px;
    width: 80%;
    object-fit: contain;
    height: 60%;
}
@media (max-width: 550px){
    .logo_partenaires img {
     height: 22vh !important;
}
}
.contenu_partenaires p {
    color: #000;
    text-align: center;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 70%;
    margin: auto;
}
.container-fluid.blog_nos_partenaires.text-center {
    background-image: url("https://dev.flesk-edition.tn/wph2g6mzasha2mzoht1zuWP/ANCS/wp-content/uploads/2023/09/back_partenaire.png");
}
/*******************page partenaire**************************/
 .blog_partenaire:hover .contenu_partenaire {
        position: relative;
        z-index: 1;
        background-color: #F9F9F9;
        display: block;
        padding: 19px;
        margin: 17px 0;
    }


    .page_partenaire .contenu_partenaire strong {
        color: #2142B3;
        font-family: 'Barlow';
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .page_partenaire .contenu_partenaire p {
        color: #000;
        font-family: 'Barlow';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .page_partenaire .blog_partenaire {
        position: relative;
    }

    .page_partenaire .contenu_partenaire {
        display: none;
    }

    .page_partenaire .contenu_partenaire {
        position: absolute;
    }


.page_partenaire .titre_page h3 {
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.page_partenaire .titre_page h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 185px;
    top: -11px;
    position: absolute;
}

@media (max-width: 767px){
.blog_partenaire_responsive {
    position: relative;
}
.blog_evenem h1 {
    font-size: 38px;
}

}
@media (max-width: 600px){
.page_partenaire .titre_page h3:after{
display: none;
}
}

/******************************************/



/*************2 fois blog : devenir Adherent**********************/
.blog_pourquoi_devenir2 div#adherent_widget-3 {
    padding: 3rem!important;
}
@media (max-width: 767px){
.blog_pourquoi_devenir2 div#adherent_widget-3 {
    padding: 0rem!important;
    margin-bottom: 0;
}
}

.blog_pourquoi_devenir2 h2 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.blog_pourquoi_devenir2 p , .blog_pourquoi_devenir2 .blog_adherent p  {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 52px;
    left: 55px;
    width: 75%;
}

.blog_pourquoi_devenir2 {
    background-color: #F9F8F6;
    border-bottom: 4px solid #2142B3;
}
.contenu {
    margin: 11px;
    padding: 35px 27px;
    background-color: #fff;
    box-shadow: 0px 1px 13px 0px #a9a3a3;
     position: relative;
    border-radius: 15px;
    border: 1px solid transparent;
}

.btn_lien_adherent a.btn_devenir button {
    border-radius: 5px;
    background: #9DD45F;

    color: #FFF;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 80%;
    text-align-last: center;
       height: 60px !important;
}

.btn_lien_adherent a.btn_ancs-contact button {
    border-radius: 5px;
    border: 1px solid #2142B3;
    background-color: transparent;
    color: #2142B3;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    width: 80%;
    text-align-last: center;
}

.btn_lien_adherent a.btn_devenir button:hover {
    background-color: #0d6efd;
    border: 1px solid;
}

.btn_lien_adherent a.btn_ancs-contact button:hover {
    border: 1px solid #9DD45F;
    color: #9DD45F;
    box-shadow: inset 0px 0px 1px 1px #9DD45F;
}

/********************3 fois blog devenir*****************/

.blog_adherent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    justify-content: flex-end;
}
.btn_lien_adherent a {
    text-align-last: start;
}
.btn_lien_adherent {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.blog_adherent1 {
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.blog_adherent {
    justify-content: flex-end;
}

.blog_adherent .contenu:hover img {
    transform: scale(1.2);
}

/* .blog_adherent .contenu:hover {
  border: 1px solid #ae8080;
} */
.blog_adherent .contenu.type_1:hover {
  border: 1px solid #79b27b;
}

.blog_adherent .contenu.type_2:hover {
  border: 1px solid #2fa7ee;
}

.blog_adherent .contenu.type_3:hover {
  border: 1px solid #ac7e68;
}

.blog_adherent .contenu.type_4:hover {
  border: 1px solid #ce95c9;
}


/*******************page actualite****************/
.page_actualite .right_contenu_actuelle .img_article img{
    width: 100%;
}

@media (max-width: 767px){
    .right_contenu_actuelle .blog .img_article{
        display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    }
}
.page_actualite .actuelle h3 {
    margin-bottom: 25px;
    padding-bottom: 9px;
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
}
.page_events .actuelle h3 {
    overflow: hidden;
}
.page_actualite .img_savoir img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
@media (max-width: 767px){
.page_actualite .img_savoir img {
    width: 100%;
    height: 100%;
}
.page_events .style_resp{
    padding: 0;
}
.page_events {
    padding: 0;
}
}
/*.contenu_a_savoir .blog{
    justify-content: space-around;
}*/
.left_contenu_actuelle .info-article{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-template-page-actualites .left_contenu_actuelle .info-article .col-5 {
    padding-right: 0;
}
.left_contenu_actuelle .info-article .hauteur h6 , .date p {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.left_contenu_actuelle .info-article .hauteur h6 , .date p , .info-article .hauteur h6 {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.left_contenu_actuelle h2 {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    padding-left: 0px;
    display: block;
    float: left;
    width: 100%;
}
.left_contenu_actuelle h2 a {
    color: #000;
    text-decoration: none;
}
.left_contenu_actuelle h2:hover {
    padding-left: 10px;
}
.left_contenu_actuelle h2:hover a {
    color: #2142B3;
}
.page-template-page-actualites .left_contenu_actuelle a {
    float: left;
}

.page-template-page-actualites .left_contenu_actuelle a img {
    height: 260px;
    margin-bottom: 15px;
}

@media (max-width: 767px){
    .page-template-page-actualites .left_contenu_actuelle a {
        float: left;
        width: 100%;
        height: 100%; 
    }
    
    .page-template-page-actualites .left_contenu_actuelle a img {
        height: auto; 
        margin-bottom: 15px;
    }
    
    .right_contenu_actuelle .blog .img_article a img {
        height: 70% !important; 
        width: 100% !important;
    }
   
}
@media (max-width: 767px) and (min-width: 550px){
    .right_contenu_actuelle .blog .img_article a img{
    height: 50vh !important;
    width: 100% !important;
    object-fit: cover;
    }
}
@media (max-width: 550px){
    .right_contenu_actuelle .blog .img_article a img{
    height: 30vh !important;
    }
}


.page-template-page-actualites .left_contenu_actuelle .info-article h6,
.page-template-page-actualites .left_contenu_actuelle .info-article p{
    margin: 0 0 5px 0;
}
.left_contenu_actuelle .description p {
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.actuelle h3 {
    position: relative;
    
}

.actuelle h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 80%;
    height: 100%;
    left: 120px;
    top: -19px;
    position: absolute;
}

.contenu_article .titre h3 {
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    padding-left: 0px;
}
.contenu_article .titre h3 a {
    color: #000;
    text-decoration: none;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.contenu_article .titre h3:hover {
    padding-left: 10px;
}
.contenu_article .titre h3:hover a {
    color: #2142B3;
}
.contenu_article .titre p {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(min-width: 767px){
.right_contenu_actuelle .blog .img_article {
    padding: 0;
    display: block;
    width: 130px;
}
}

.contenu_savoir h3 {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    padding-left: 0px;
}
.contenu_savoir h3 a {
    color: #000;
    text-decoration: none;
}
.contenu_savoir h3:hover {
    padding-left: 10px;
}
.contenu_savoir h3:hover a {
    color: #2142B3;
}
.contenu_savoir .description p ,
.contenu_savoir .description .intro-text {
    color: #000;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 767px){
.contenu_savoir {
    padding-top: 16px;
}
}

.page_actualite header.entry-header h1.entry-title.post_title {
    position: relative; 
}

.page_actualite h1.post_title:before {
    content: '';
    width: 10px;
    height: 40px;
    background: #9DD45F;
    position: absolute;
    left: -20px !important;
}


.right_contenu_actuelle .blog .img_article a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
@media (min-width: 767px){
.right_contenu_actuelle .blog .img_article a img {
    height: 80px !important;
    width: 100% !important;
}
}


/*****************qui sommes nous*************************/

.page_qui_sommes_nous .nos_valeurs p ,
.page_qui_sommes_nous .notre_mission p {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 .img_nos_valeur img {
    width: 100%;
    object-fit: cover;
}

.contenu_valeur {
    align-self: center;
}

.page_qui_sommes_nous .texte p {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 30px;
}
.page_qui_sommes_nous .titre_qui_sommes_nous h3 {
    margin-left: 15px;
}

.page_qui_sommes_nous .titre_qui_sommes_nous h3 {
   
    color: #597836;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    overflow: hidden;
}
.titre_qui_sommes_nous h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 202px;
    top: -11px;
    position: absolute;
}
@media (max-width: 600px){
.titre_qui_sommes_nous h3:after {
    display: none;
}
}

@media (min-width: 992px) and (max-width: 1300px){
.page_qui_sommes_nous .blog_pourquoi_devenir2 .info_devenir_adherent {
    width: 100%;
}
.page_qui_sommes_nous .blog_pourquoi_devenir2 .btn_lien_adherent a {
    text-align-last: center;
}
.page_qui_sommes_nous .blog_pourquoi_devenir2 .btn_lien_adherent {
    width: 100%;
}
}

@media (max-width: 767px){
    .blog_adherent {
    justify-content: center;
}
}

@media (min-width: 1301px){
    .page_qui_sommes_nous .info_devenir_adherent {
         width: 75%; 
    }
    .page_qui_sommes_nous .blog_pourquoi_devenir2 div#adherent_widget-3 {
        padding: 0rem!important;
        padding-top: 3rem !important;
    }
    .page_qui_sommes_nous .btn_lien_adherent a {
        text-align-last: center;
        width: 102%;
        margin-left: 0 !important;
    }
}
.page_qui_sommes_nous .contenu_valeur h3 {
    color: #2142B3;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 33px;
}
.descrip_qui_sommes_nous {
    background-color: #fff;
    position: relative;
    padding: 27px;
}

.descrip_qui_sommes_nous:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 94%;
    background-color: #2142B3;
    top: -43px;
    right: -69px;
    z-index: -1;
}

.nos_valeurs .img_nos_valeur {
    position: relative;
}

.nos_valeurs .img_nos_valeur:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 84%;
    top: 35px;
    left: -60px;
    background-color: #2142B3;
    z-index: -1;
}
/**************page evenement**************/

.page_evenement .contenu_card {
    position: relative;
}

/*.page_evenement .contenu_card .date_event {
    position: absolute;
    left: -34%;
    top: 40%;
}*/

@media (max-width: 767px){
.page_evenement .contenu_card .date_event {
    position: absolute;
    left: 0 !important;
    top: -11% !important;
}
}



.page_detail_offres_emploi .date a button {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #2142B3;
    padding: 10px 25px;
}


@media (min-width: 992px) and (max-width: 1300px){
    .page_evenement .blog_pourquoi_devenir2 .info_devenir_adherent {
        width: 100%;
    }
    .page_evenement .blog_pourquoi_devenir2 .btn_lien_adherent a {
        text-align-last: center;
    }
    .page_evenement .blog_pourquoi_devenir2 .btn_lien_adherent {
        width: 100%;
    }
    }
    
    @media (max-width: 767px){
        .blog_adherent {
        justify-content: center;
    }
    }
    
    @media (min-width: 1301px){
        .page_evenement .info_devenir_adherent {
             width: 75%; 
        }
        .page_evenement .blog_pourquoi_devenir2 div#adherent_widget-3 {
            padding: 0rem!important;
            padding-top: 3rem !important;
        }
        .page_evenement .btn_lien_adherent a {
            text-align-last: center;
            width: 102%;
            margin-left: 0 !important;
        }
    }

/********************************offres d'emploi*************/
.page_offre_emploi .detail_offre {
    display: flex;
    flex-direction: column;
    background: #FFF;
    height: 26vh;
    justify-content: space-evenly;
    align-items: center;
}

.slider_offre_emploi .owl-nav.disabled {
    display: block;
}
.contenu_offre h2 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.contenu_offre p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}
.card_offre {
    display: flex;
    flex-direction: column;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin: 7px;
    /*height: 28vh;*/
    height: 150px;
    align-items: flex-start;
    padding: 16px;
    justify-content: space-evenly;
}

.card_offre .date h6 {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card_offre .texte {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card_offre .lien a {
    color: #000;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}


.card_offre:hover .lien a {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    /*margin-left: 40px*/
}
/*.card_offre:hover .lien a:before {
    position: absolute;
    width: 35px;
    height: 12px;
    border-bottom: 1px solid;
    content: "";
    left: 0;

    color: #2142B3;
}*/
/* .blog_offres_emploi .card_offre:hover .lien a:before {
    bottom: 25px;
}
.slider_offre_emploi .card_offre:hover .lien a:before {
    bottom: 8px !important;
} */
.lien {
    position: relative;
    margin-bottom: 15px
}

.card_offre:hover {
    border-radius: 5px;
    border: 1px solid #2142B3;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}


.blog_offres_emploi button.owl-next {
    font-size: -webkit-xxx-large !important;
    position: absolute;
    top: 28%;
    right: -20px;
}
.blog_offres_emploi button.owl-next.disabled  {
    font-size: -webkit-xxx-large !important;
    position: absolute;
    top: 28%;
    right: -20px;
}
.blog_offres_emploi button.owl-prev.disabled {
    font-size: -webkit-xxx-large !important;
    position: absolute;
    top: 28%;
    left: -20px;
}
.blog_offres_emploi button.owl-prev {
     font-size: -webkit-xxx-large !important;
    position: absolute;
    top: 28%;
    left: -20px;
}
.blog_offres_emploi .owl-dots {
    display: none;
}
.lien_voir_offres a {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-decoration-line: underline;
}

/*******************page offres d'emploi***************************/


.page_statut .titre_page h3 {
    color: #597836;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
   overflow: hidden;
}

.page_statut .titre_page h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 185px;
    top: -11px;
    position: absolute;
}

@media (max-width: 600px){
.page_statut .titre_page h3:after {
    display: none;
}
.article_statut ul {
    padding-left: 0;
}
}

.page_statut .date h6 {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page_statut .titre_page .date {
    padding: 0;
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page_statut .contenu_statut h2 {
    color: #000;
    font-family: 'Barlow';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page_statut .contenu_statut p {
    color: #000;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page_statut .titre_statut_article {
    border: 1px solid #2142B3;
    background: #2142B3;
    height: 44px;
    padding: 11px;
}

.page_statut .titre_statut_article h3 {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
overflow: hidden;
}
.page_statut .titre_statut_article {
    border: 1px solid #2142B3;
    background: #2142B3;
    height: 44px;
    padding: 11px;
}

.page_statut .titre_statut_article h3 {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page_statut .article_statut {
    padding: 25px;
}

.page_statut .article_statut span {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page_statut .article_statut p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.page_statut .article_statut ul li {
    color: #000;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/******************detail offre d'emploi*******************/
.page_detail_event .info_event_detail .img_detail_event{
    /* width: -webkit-fill-available; */
    padding-left: 0;
    padding-right: 20px;
}
.page_detail_event .info_event_detail .img_detail_event img{
    width: 100%;
}
.info_event_detail .contenu_detail_event h2 {
    color: #000;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.info_event_detail .contenu_detail_event .date {
    color: #597836;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info_event_detail .contenu_detail_event p {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.info_event_detail .contenu_detail_event h5 {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page_detail_event .titre h3{
    border: 1px solid #D9D9D9;
    margin: 30px 0;
    height: 40px;
    padding: 7px 23px;
}

.page_detail_event .titre h3 {
    color: #9DD45F;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
overflow: hidden;
}

.info_evenement h4{
    width: 10%;
    text-align: end;
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.info_evenement p{
    margin-left: 20px;
    color: #000;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}





/***********page contact********************/

.wpcf7-not-valid-tip {
    text-transform: math-auto;
}

.page_contactez-nous .style_sidebar {
    top: 0 !important;
}


.page_contactez-nous .titre_contactez-nous h3 {
    color: #597836;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
overflow: hidden;
}

.page_contactez-nous .texte p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page_contactez-nous .form_contact label , .form_contact p {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.96px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.page_contactez-nous .form_contact input {
    border: 1px solid #979494;
    background: #FFF;
    height: 40px;
    border-radius: 0;
}

.page_contactez-nous .form_contact textarea {
    border: 1px solid #979494;
    background: #FFF;
    border-radius: 0;
}

.page_contactez-nous .btn_envoyez button , .form_contact .btn_envoyez input {
    border-radius: 5px;
    background: #2142B3;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 36px;
    padding: 0px 38px;
    border: none;
}

.input_recherche .input_texte{
    border: none;
    background-color: transparent;
        outline: 0;
}
.input_recherche {
    border: 1px solid #9DD45F;
    padding: 0;
    border-radius: 42px;
    height: 35px;
    align-items: center;
    width: auto;
}

@media (max-width: 767px){
.input_recherche {
        width: fit-content; 
    margin-top: 15px !important; 
}
}


/* .input_recherche input#searchsubmit {
    visibility: hidden;
} */
.input_recherche button#searchsubmit {
    border: 0;
    background-color: transparent;
}
.input_recherche form input {
    outline: 0;
}


/***********recaptcha**********/
@media (max-width: 500px){

.form_contact .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}
.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 17px;
}


.rc-anchor-logo-portrait {
    margin: 10px 0 0 2px !important;
    width: 50px !important;
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 170px !important;
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 45px !important;
    text-align: right;
    width: 180px !important;
}

#wpcf7-f1476-o1 > form > div.form_contact.container.mb-5 > div > div:nth-child(7) > span > span > div {
    width: 240px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}

.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: none !important;
}
}



/***************page recherche****************/
.page_recherche p.nom_post_recherche {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page_recherche header.page-header h1.page-title {
    color: #000;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.page_recherche header.page-header span {
    text-transform: initial;
}

.page_recherche header.entry-header h2.entry-title a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.page_recherche .entry-meta {
    display: none;
}

.page_recherche footer.entry-footer {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}
body.search.search-results article img {
     display: none; 
}
.page_recherche .entry-summary {
    margin: 8px 0;
}

.page_recherche .entry-summary p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.page_recherche article.status-publish {
    border-bottom: 1px solid #D2D2D2;
    margin: 0;
}










/********************************************responsive page home*************************/
@media (max-width: 767px){
    .bg-top-ancs h1.titre_page.entry-title{
        font-size: 35px;
    }
    .page_events .actuelle h3{
        font-size: 18px;
    }
    .page_events .detail_event a, .page_events .content_event.pt-2{
        width: 100%;
    }
    .pagination {
        padding: 20px;
        width: 100%;
    }
    span.page-numbers.current,a.page-numbers, span.prev-link a, span.prev-link em {
        padding: 5px 8px;
    }
    .col-12.col-md-6.left_contenu_actuelle {
    padding-bottom: 20px;
}
/* .right_contenu_actuelle .blog .img_article{
    width: 88.5%;
} */
.page_actualite .actuelle h3, .page_contactez-nous .titre_contactez-nous h3{
    font-size: 18px;
}
.info_contact_footer.ms-3.my-4 .row.mt-3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}
#bbpress-forums #bbp-search-form div {
    display: flex;
    align-items: center;
    justify-content: center;
}
form#bbp-search-form div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
#bbpress-forums li.bbp-header li.bbp-topic-voice-count {
    width: 50%;
}
    .blog_pourquoi_devenir2 h2, .titre_actualite h2, .contenu_offre h2{
        font-size: 35px;
        padding: 10px;
    }
    .contenu_article {
    width: 100%;
    padding: 10px 0 10px 30px;
    }
    .mt-5.lien_voir_actualite.text-center {
    margin-top: -40px !important;
    margin-bottom: 10px;
    }
    .slider_banner_home .item .carousel-caption {
    width: 90%;
    left: 25px;
    }
    /* .slider_banner_home .item .carousel-caption {
    bottom: 135px;
} */
.right_contenu form {
    /* top: 115px !important; */
    width: 100% !important;
}
.container-fluid.container-xxl.blog_offres_emploi.my-5.py-5 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.card_offre{
        height: 33vh;
}
.newsletter h2{
    font-size: 22px;
}
.lien_voir_offres.text-center {
    padding-top: 25px;
}
.btn_lien_adherent{
        padding-bottom: 35px;
        margin-bottom: 20px;
}
div#custom_text_widget-3 .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.site-footer .text_copyright p{
    padding: 5px 10px;
}
    .blog_actualite .slider_actualite .owl-nav {
    position: absolute;
    top: -60px;
    right: -8px;
        display: block;
}
    .blog_pourquoi_devenir2 p , .blog_pourquoi_devenir2 .blog_adherent p {
    top: 22px;
    left: 25px;
    width: 75%;
}
    .newsletter button {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    padding: 0px 9px;
}
    
    .contenu_partenaires h1 {
    font-size: 35px;
    
}
    .contenu_partenaires p {
    width: 100%;
}
    .blog_nos_partenaires {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .blog_adherent1 .blog_adherent {
    place-content: center;
}
    .blog_adherent1 .btn_lien_adherent a {
    text-align: center !important;
}
.btn_lien_adherent a.btn_devenir button{
    text-align: center !important;
}
    
    .slider_offre_emploi .owl-dots {
    display: block;
}


    
}
@media (max-width: 550px){
   .slider_offre_emploi .owl-nav {
    display: none !important;
}
    
}


@media (max-width: 1400px) and (min-width: 1300px){
    .blog_pourquoi_devenir2 p , .blog_pourquoi_devenir2 .blog_adherent p {
        left: 34px;
        width: 75%;
    }
}

.page_partenaire .titre_page p.descrip {
    color: #000;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 18px;
}

/**********************page information*******************sidebar************/

.right_contenu_side_bar .titre h4 {
    color: #000;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}
.right_contenu_side_bar .icone_actualite , .right_contenu_side_bar .icone_event{
    width: fit-content;
}

.right_contenu_side_bar .titre {
    width: fit-content;
    padding: 0;
}
.right_contenu_side_bar .liste_actualite .contenu_blog_actualite h6 {
    color: #BDBDBD;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.right_contenu_side_bar .liste_actualite .contenu_blog_actualite p {
    color: #000;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.right_contenu_side_bar .tous_actualite a , .right_contenu_side_bar .tous_event a{
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.right_contenu_side_bar{
    /*border: 1px solid #D2D2D2;*/
    border-bottom: 0;
    border-top: 0;
    padding: 0 25px;
}
.liste_event .titre_event_sidebar {
    border-left: 1px solid #000;
}

.liste_event .titre_event_sidebar h5 {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.liste_event .contenu_blog_event .date_public {
    color: #BDBDBD;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.liste_event .contenu_blog_event .statut_event p {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter-group input.form-control:focus {
    color: #212529;
    /*background-color: #fff;*/
    background-color: transparent;
    border-color: #D2D2D2;
    outline: 0;
    box-shadow: none;
}

.newsletter-group input::placeholder{
    color: #D2D2D2;
    font-family: Barlow;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
 }

.left_contenu_information .titre_page h3 {
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

.newsletter-sidebar .abonnez_vous .contenu_newsletter h5 {
    color: #9DD45F;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.newsletter-sidebar p {
    color: #000;
    font-family: 'Barlow';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newsletter-sidebar .inscrit input {
    border: 1px solid #D2D2D2;
    height: 48px;
}

.newsletter-sidebar .btn_abonne {
    background-color: #9DD45F;
}

.newsletter-sidebar .btn_abonne button {
    border: 0;
    color: #FFF;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    padding: 15px;
}



.left_contenu_information .titre_page h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 202px;
    top: -11px;
    position: absolute;
}
@media (max-width: 600px){
.left_contenu_information .titre_page h3:after {
    display: none;
}

.contenu_page_information ul {
    padding-left: 0;
}
}
.contenu_page_information h1 {
    color: #000;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 600px){
.contenu_detail_information ul {
    padding-left: 0;
}
}

.contenu_detail_information ul li , .contenu_detail_information p{
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 148.5%;
}

.btn_inscription a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.date_publication p {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contenu_page_information p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lire_suite a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.img_agenda{
    width: fit-content;
}
.date_publication {
    width: auto;
    padding: 0;
}
.date_publication p {
    margin: 0;
}

.contenu_page_information .reserve {
    border-radius: 19px;
    background-color: #F3F3F3;
    width: fit-content;
    float: right;
    padding: 5px 25px;
}
.contenu_page_information .reserve h6 {
    margin-bottom: 0;
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*******************page single information******************/

.left_contenu_detail-information h1 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.left_contenu_detail-information p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contenu_detail_information h2 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}

.contenu_detail_information h2:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 8px solid;
    left: 5px;
}


/******************************page partenaire 2 fois***********************/

.page_partenaire .logo_partenaire .card.mb-4 img {
    height: inherit;
    object-fit: contain;
    padding: 15px;
}

.page_partenaire .custom-container .logo_partenaire .card-body {
    display: none;
}

.page_partenaire .desc_partenaire strong {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page_partenaire .desc_partenaire p {
    color: #000;
    font-family: 'Barlow';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}
.page_partenaire .custom-container .desc_partenaire {
    padding: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}
.page_partenaire .custom-container .logo_partenaire:hover img {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.page_partenaire .custom-container {
    position: relative;
}

.page_partenaire .custom-container .logo_partenaire {
    transition: margin 1.2s;
    margin-bottom : 0px;
    z-index: 1;
    position: relative;
}




.flip3D {
  width: 100%;
  height: 250px;
  border: none !important;
}
.flip3D .front {
  position: absolute;
  /* transform: perspective(8000px) rotateY(0deg); */
  /* color: #fff; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform .5s linear 0s;
  -moz-transition: transform .5s linear 0s;
  -ms-transition: transform .5s linear 0s;
  -o-transition: transform .5s linear 0s;
  transition: transform .5s linear 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-position: bottom;
  /* -webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px;
  width: 100%;
}



.flip3D:hover .front {
  -webkit-transform: perspective(8000px) rotateY(180deg);
  transform: perspective(8000px) rotateY(180deg);
}
.flip3D .back {
  position: absolute;
  transform: perspective(8000px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform .5s linear 0s;
  -moz-transition: transform .5s linear 0s;
  -ms-transition: transform .5s linear 0s;
  -o-transition: transform .5s linear 0s;
  transition: transform .5s linear 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 250px;
}



.flip3D:hover .back {
  -webkit-transform: perspective(8000px) rotateY(0deg);
  transform: perspective(8000px) rotateY(0deg);
}



/*************************plugin page publitheque*************************/
/* li.directory.active.collapsed {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    padding: 22px;
    margin: 18px 0;
}

li.directory.active.collapsed a.catlink span {
    color: #000 !important;
    font-family: 'Barlow';
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

li.directory.collapsed a.catlink span {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

#post-1612 > div > div > div > ul > li.directory.open.expanded {
    border-radius: 15px !important;
    border: 1px solid #1A95C9 !important;
    background: #FFF !important;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 22px !important;
    margin: 18px 0 !important;
}
.file-upload-content.clearfix.row-fluid.wpfdUploadForm-332211137 {
    display: none !important;
}
.wpfd-upload-form {
    display: none;
} */



.wpfd-content > ul >li.ext {
    display: none;
}
.wpfd-content > ul >li.directory {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    padding: 25px !important;
    margin-bottom: 25px;
}
.wpfd-content > ul > li.directory.open {
    border: 1px solid #1A95C9;
}
/*.wpfd-content > ul > li.directory.open > a {
    margin-bottom: 10px !important;
}*/
.wpfd-content > ul li.directory a:first-of-type span, 
.wpfd-content > ul li.directory:first-of-type a {
    font-size: 15px !important;
    font-family: 'Barlow' !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    color: #000 !important;
    margin: 0 0 10px 5px !important;
    height: 40px;
}
#et-boc .wpfd-content-tree li.directory.expanded .icon-open-close:before, 
.wpfd-content-tree li.directory.expanded .icon-open-close:before {
    content: "\f2f9" !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}
#et-boc .wpfd-content-tree li.directory.collapsed .icon-open-close:before, 
.wpfd-content-tree li.directory.collapsed .icon-open-close:before {
    content: "\f2fc" !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 100 !important;
}
#et-boc .wpfd-content-tree .icon-open-close, 
.wpfd-content-tree .icon-open-close {
    right: 30px;
    position: absolute !important;
}
.wpfd-content > ul li.directory > a > i.zmdi.zmdi-folder.wpfd-folder {
    margin-top: -4px;
}
.wpfd-content > ul li.directory > a > i.zmdi.zmdi-folder.wpfd-folder:before {
    background: url('./folder1.png') no-repeat !important;
    background-size: contain !important;
    width: 30px !important;
    height: 30px !important;
    display: block;
    content: '';
}
.wpfd-content > ul li.directory ul {
    padding: 0 0 0 35px !important;
}
.wpfd-content > ul li.directory ul a > i.zmdi.zmdi-folder.wpfd-folder {margin-top: 0px !important;}
.wpfd-content > ul li.directory ul a > i.zmdi.zmdi-folder.wpfd-folder:before {
    background: url('./folder2.png') no-repeat !important;
    background-size: contain !important;
    width: 22px !important;
    height: 22px !important;
}




/***************************responsive page evenement***********************/

@media (max-width: 767px){
    .page_events .card-body .contenu-event {
    display: block !important;
}
.page_events .acces-event {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
}

/*******************************page profile****************************/
.contenu_left_profil .info_profile .nom_post h1 {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contenu_left_profil .info_profile .nom_post p {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.info_profile label {
    display: inline-block;
    width: 45%;
    text-align: right;
    float: left;
    padding-right: 15px;
}

.info_profile input {
    display: inline-block;
    width: 55%;
    float: left;
}
.formulaire_profile {
    border-left: 2px solid #ddd;
}
.case_addres label {
    width: 20% !important;
}
.case_addres input {
    width: 80% !important;
}


/********************/
.contenu_left_profil {
    background-color: #F6F6F6;
    height: fit-content;
    padding: 30px;
}

.info_profile label {
    display: inline-block;
    width: 45%;
    text-align: right;
    float: left;
    padding-right: 15px;
    color: #8A8A8A;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info_profile input {
    display: inline-block;
    width: 55%;
    float: left;
    height: 28px;
    border: 1px solid #979494;
    border-radius: 0;
}

button.btn.btn-primary {
    border-radius: 5px;
    background-color: #2142B3;
    height: 36px;
    padding: 0 30px;
    border: 1px solid #2142B3;
}

.nav-pills .nav-link.active:before {
    content: "";
    height: 31px;
    position: absolute;
    right: -10px;
    border-right: 2px solid #2142B3;
    top: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    position: relative;
    z-index: 2;
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nav-pills .nav-link {
    background-color: transparent;
    position: relative;
    z-index: 2;
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nav-pills .nav-link{
    text-align : start;
}

/*********************/

/********************page forum*****************************/
.bbp-search-form form#bbp-search-form input#bbp_search {
    border: 1px solid #D2D2D2;
    border-radius: 0;
    height: 36px;
    outline: 0;
}

.bbp-search-form form#bbp-search-form input#bbp_search_submit {
    background-color: #2142B3;
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 36px;
    padding: 0 18px;
    border: 1px solid;
    border-radius: 0;
}

span.bbp-topic-started-by span.bbp-author-name {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

li.bbp-topic-title a {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

li.bbp-topic-freshness a {
    color: #8A8A8A;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li.bbp-topic-freshness p 
 a.bbp-author-link {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

li.bbp-header {
    background-color: #2142B3 !important;
}

li.bbp-header ul li {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
li.bbp-forum-reply-count, li.bbp-forum-topic-count, li.bbp-topic-reply-count, li.bbp-topic-voice-count {
    float: left;
    text-align: center;
    width: 12%;
}
li.bbp-forum-info, li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 50%;
}


li.bbp-topic-freshness {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

span.bbp-topic-started-by {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.bbp-topic-started-in {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

span.bbp-topic-started-in a {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#bbpress-forums form#new-post fieldset.bbp-form legend {
    color: #000;
    font-family: 'Barlow';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

div#bbpress-forums form#new-post fieldset.bbp-form label {
    color: #000;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
div#bbpress-forums form#new-post fieldset.bbp-form input {
    border: 1px solid #D2D2D2;
    border-radius: 0;
    outline: 0;
}
div#bbpress-forums .bbp-submit-wrapper button#bbp_topic_submit {
    background-color: #2142B3;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 25px;
}
div#bbpress-forums .bbp-breadcrumb a {
    color: #8A8A8A;
    font-family: 'Barlow';
    text-decoration: none;
}


/*******forum profile*********/
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #2142B3;
    opacity: 1;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div#bbp-user-replies-created .bbp-user-section ul li.bbp-header {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

div#bbp-user-replies-created li.bbp-footer {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    background-color: #2142b3 !important;
}

li.bbp-body ul li.bbp-forum-info a {
    color: #000;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
}

li.bbp-forum-freshness {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

p.bbp-topic-meta span.bbp-topic-freshness-author a.bbp-author-link {
    color: #1A95C9;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

li.bbp-forum-freshness a {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 input#bbp_search_submit {
    background-color: #2142B3;
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 36px;
    padding: 0 18px;
    border: 1px solid;
    border-radius: 0;
}

form#bbp-topic-search-form input , form#bbp-reply-search-form input{
    border: 1px solid #D2D2D2;
    border-radius: 0;
    height: 36px;
    outline: 0;
}
li.bbp-header , li.bbp-footer {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 13px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    background-color: #2142b3 !important;
}

/*******page recherche rien trouve*****& 404******/

.page_recherche section.no-results.not-found input.search-submit , section.error-404.not-found input.search-submit {
    background-color: #2142B3;
    color: #FFF;
    text-align: center;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 36px;
    padding: 0 20px;
}

.page_recherche section.no-results.not-found input.search-field , section.error-404.not-found input.search-field {
    border: 1px solid #D2D2D2;
    background: #FFF;
    height: 34px;
}

.page_recherche section.no-results.not-found header.page-header h1.page-title {
    color: #000;
    font-family: 'Barlow';
    font-size: 30px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

 section.error-404.not-found h1.page-title {
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 50px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.error-404.not-found .btn_retour.text-center a {
    border-radius: 5px;
    background: #2142B3;
    color: #FFF;
    text-align: justify;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    padding: 10px 35px;
    text-decoration: none;
}

section.no-results.not-found .page-content p , section.error-404.not-found .page-content p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 124.5%;
}
/**********************************/

body {
margin: 0 !important;
}
body a{
outline: none !important;
}
img , a {
    outline: none !important;
}

/************page contact reCaptch v2 w*******************/
.form-cstmd {
    display: inline-block;
    COLOR: #2142B3;
}
.form-cstmd span {
    display: inline-block;
    margin:0;
}
.page_contactez-nous .form_contact .form-cstmd input {
    height: auto;
    margin: 1px 10px 0 0;
}
.page_contactez-nous .form_contact .form-cstmd label {
    color: transparent;
}
.page_contactez-nous .form_contact .cstmd p {
    color: #2142B3;
    font-weight: 400;
}
.form-cstmd span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #2142B3;
  border-radius: 3px;
}
.form-cstmd input:checked ~ span.wpcf7-list-item-label {
  background-color: #fff;
}
span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.form-cstmd input:checked ~ span.wpcf7-list-item-label:after {
  display: block;
}
.form-cstmd span.wpcf7-list-item-label:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 12px;
  border: solid #2142B3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cstmd {
    color: red;
}

/*****************************************/

/**verifier sidebar****/

.sidebar ul#sidebar-menu li.current-menu-item a {
    color: #2142B3;
}

div#primary main {
    overflow-x: visible;
}
.sidebar {
    position: relative;
    top: -90px;
}

@media (max-width: 767px){
.sidebar {
    padding: 10px !important;
    top: 0;
}
.style_sidebar {
    border: none !important;
}
} 

/*****sidebar contact******/
.page_contactez-nous .right_contenu_side_bar {
    position: relative;
    top: -114px;
}

/************/
.bg-top-ancs {
position: relative;
z-index: 1;
}

.blog_actualite .img_actualite img {
    object-fit: cover !important;
    height: 220px;
}
.blog_evenem .img_event img {
    height: 270px;
    object-fit: cover;
}


/********breadcrumbs***********/
#breadcrumbs a {
    margin: 0 4px;
}



/**********************page adhesion***************************/

.page_adhesion_ancs .titre_page h3 {
    color: #597836;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
   overflow: hidden;
}

.page_adhesion_ancs .titre_page h3:after {
    border-bottom: 1px solid #D9D9D9;
    content: "";
    width: 70%;
    height: 100%;
    left: 185px;
    top: -11px;
    position: absolute;
}

@media (max-width: 600px){
.page_adhesion_ancs .titre_page h3:after {
    display: none;
}
.article_statut ul {
    padding-left: 0;
}
}

.page_adhesion_ancs .date h6 {
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page_adhesion_ancs .titre_page .date {
    padding: 0;
    color: #8A8A8A;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page_adhesion_ancs .contenu_adhesion h2 {
    color: #000;
    font-family: 'Barlow';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page_adhesion_ancs .contenu_adhesion p {
    color: #000;
    font-family: 'Barlow';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page_adhesion_ancs .titre_adhesion_article {
    border: 1px solid #2142B3;
    background: #2142B3;
    height: auto;/*height: 44px;*/
    padding: 11px;
}

.page_adhesion_ancs .titre_adhesion_article h3 {
    color: #FFF;
    font-family: 'Barlow';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden;
}


.page_adhesion_ancs .article_adhesion {
    padding: 25px;
}

.page_adhesion_ancs .article_adhesion span {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.page_adhesion_ancs .article_adhesion p {
    color: #000;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.page_adhesion_ancs .article_adhesion ul li {
    color: #000;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/******************************************/

/*ul.archive-event li a {
    text-transform: capitalize;
}
*/

/************/

ul.listing-event span.status em.payant {
    color: #EC6B06 !important;
}

/*********/
.contenu_savoir .info-article {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

/*******/

.page_events span.status .gratuit {
    background: #597836 !important;
}

/********/
main {
    display: contents !important;

}

/*********newsletter*****/
.abonnez_vous .sib_signup_box_inside_1 .newsletter-group input {
    font-size: 17px !important;
    margin: 0 !important;
    border-radius: 5px 0 0 5px;
    border-right: 0 !important;
}

.abonnez_vous .sib_signup_box_inside_1 .newsletter-group button {
    border-radius: 0 5px 5px 0;
    border: 0 !important;
    margin-top: 0;
    text-transform: capitalize;
}

@media (max-width: 767px){
    
.abonnez_vous .sib_signup_box_inside_1 .newsletter-group input {
    font-size: 12px !important;
}
 
}





/* sous menu -user */
ul.sous-menu-connecte {
    z-index: 99;
    position: absolute;
    margin: 0;
    padding: 11px 0;
    list-style: none;
    top: 37px;
    width: 150px;
    background-color: #F9F8F6;
    display : none;
}

.sous-menu-connecte li{
    padding: 0 15px;
    margin: 0;
    border-bottom: 1px solid transparent;
}

.sous-menu-connecte li:hover {
    border-bottom: 1px solid #9DD45F;
    background-color: #FFF;
    margin: 0;
}


.espace_client:hover ul.sous-menu-connecte {
    display: block
}
.event-item.bg-grey img.card-img-top.p-4 {
    height: 200px;
    object-fit: cover;
}


/******************/
.tml-field-wrap.tml-rememberme-wrap.form-check {
    padding-left: 0;
    width: 47%;
}


/******************responsive menu*********************/
@media (max-width: 992px){

    .header_ancs .menu-menu-1-container ul li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent , .header_ancs .menu-menu-1-container ul li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent:hover ,
.header_ancs .menu-menu-1-container ul li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent.open-dropdown:hover {
    border : none !important;
}
.menu_header li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent > ul.sub-menu ,
.menu_header li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent.open-dropdown > ul.sub-menu {
    width: 200px !important;
    line-height: 34px !important;
    margin: 0 !important;
    padding: 0 0 0 20px !important;
    top: 26px !important;
}
.menu_header li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent > ul.sub-menu li ,
.menu_header li.menu-drop-down.menu-item.current-menu-ancestor.current-menu-parent.open-dropdown > ul.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
}
}

/**************/

div#breadcrumbs{
    padding-left: 0 !important;
}

/*****footer img force***/

.info_ancs_footer .text-center.pb-4 {
    margin-left: 35px !important;
    width: fit-content;
}
/***forum***/
.forum-archive div#breadcrumbs {
    margin-left: 12px;
}

/******verifier pagination recherche*****/
.page_recherche nav.navigation.posts-navigation {
    visibility: hidden;
}

/************style sidebar event***************/
ul.archive-event .accordion-item {
    border: 0 !important;
    margin-bottom: 0;
    overflow: hidden;
}

ul.archive-event .accordion-item p {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

ul.archive-event p.accordion-content {
    margin-bottom: 0;
    padding: 0 !important;
}

 ul.archive-event p.accordion-content a:hover , ul.archive-event .accordion-item .accordion-header:hover{
    color: #2142B3;
    text-decoration: underline;
}

ul.archive-event p.accordion-content a {
    display: block;
    text-transform: capitalize;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-left: 25px;
}


/***********responsive sidebar ********/

@media (max-width: 991px){
    .right_contenu_side_bar .style_sidebar {
        top: 0 !important;
        padding-top: 0 !important;
        border: 0 !important;
    }
    
    .right_contenu_side_bar .style_sidebar li.text-right {
        margin-bottom: 0 !important;
    }
    
    .right_contenu_side_bar{
        top: 0 !important;
    }
}

/********responsive cart connexion 991px and 1150px******/
@media (max-width: 1150px) and (min-width: 991px){
    div#not_connected .tml.tml-login form .d-flex.justify-content-between {
        display: flex;
        flex-direction: column !important;
    }
    
    div#not_connected .tml.tml-login form .tml-field-wrap.tml-rememberme-wrap.form-check {
        width: 100% !important;
    }
}

/*************page connexion********/
.page_connexion_ancs .tml-lostpassword-link {
    width: 50%;
}

@media(min-width: 992px){
.page_connexion_ancs .tml.tml-login .lien {
    width: 101%;
}
}

@media(max-width: 500px){
    .page_connexion_ancs .tml-register-link , .page_connexion_ancs .tml-lostpassword-link {
        width: 100%;
    }
    .page_connexion_ancs .tml.tml-login .lien {
        flex-direction: column !important;
        width: 100%;
    }
}

/********responsive page qui sommes nous***************/

@media (max-width: 500px){

.page_qui_sommes_nous .texte{
    padding: 0;
}
.page_qui_sommes_nous .contenu_page_container{
    padding: 0;
}
.page_qui_sommes_nous .titre_qui_sommes_nous {
    padding: 0;
}
.page_qui_sommes_nous .contenu_valeur h3 {
    margin-top: 10px;
}
.page_qui_sommes_nous .nos_valeurs {
    padding: 0;
}
.page_qui_sommes_nous .notre_mission {
    padding: 0;
}
.page_qui_sommes_nous .contenu_valeur {
    padding: 0;
}
.page_qui_sommes_nous .btn_lien_adherent a {
    text-align-last: center !important;
}
.page_qui_sommes_nous .texte p {
    margin: 0 11px;
}
.descrip_qui_sommes_nous:after {
    right: -13px;
}

/******adhesion******statut****/
.page_adhesion_ancs .page_adhesion , .page_statut , .contenu_statut{
    padding: 0;
}

.page_adhesion_ancs .article_adhesion , .page_statut .article_statut{
    padding: 10px 0;
}

.page_adhesion_ancs .content{
    padding: 0;
}

/****liste**event*****/
.page_events .style_resp {
    padding: 0 20px !important;
    margin: auto;
}
.page_evenement .event-item.bg-grey .contenu_card .row {
    margin-bottom: 50px !important;
}

.page_events .event-item .contenu_card a {
    width: 100%;
}

/******partenaire****/
.page_partenaire .album {
    padding: 0 !important;
    padding-top: 25px !important;
}
.page_partenaire {
    padding: 0;
}

/***************sidebar***********/
.style_sidebar{
    padding: 0 !important;
}
.page_sommes-nous .style_sidebar {
    padding: 0 30px !important;
}

.right_contenu_side_bar {
    padding: 0 !important;
}

.tml-field-wrap.tml-rememberme-wrap.form-check {
    width: 100% !important; 
}

.tml-field-wrap.tml-submit-wrap {
    width: 100% !important;
}

.blog_banner_2 .right_contenu .d-flex.justify-content-between {
    display: flex !important;
    flex-direction: column !important;
}
.block_login .tml.tml-login .d-flex.justify-content-between {
    display: flex !important;
    flex-direction: column !important;
}

/*********menu mobile recherche**********/
.input_recherche {
    margin-left: 26px !important;
}

/*******page contact*******/
.page_contact {
    padding: 0;
}
.page_contactez-nous .content {
    padding: 0;
}

/*********page home block actualite*******/
.blog_actualite .slider_actualite .owl-nav {
    right: 11px !important;
}

/****page home ****block qui sommes nous*********/
.btn_lien_adherent a {
    text-align-last: center !important;
}

/*********slider banner home**********/

.slider_banner_home .item .right_contenu .tml.tml-login .lien {
    display: flex !important;
    align-content: center;
    justify-content: center;
    flex-direction: column !important;
    flex-wrap: wrap;
}

/******newsletter page home************/
form#sib_signup_form_1 .sib-default-btn {
    font-size: 14px !important;
    padding: 10px !important;
}
.newsletter-group_side input::placeholder {
    color: #D2D2D2;
font-family: 'Barlow';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


}




.calandar-insr {
    margin: 50px  0 0 0;
    position: relative;
}
.calandar-insr a.calandar svg {
    margin-right: 5px;
}
.calandar-insr a.calandar , .calandar-insr a.insc-btn {
    border-radius: 5px;
    border: 1px solid #2142B3;
    background: #FFF;
    padding: 10px 15px;
    color: #2142B3;
    font-family: 'Barlow';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.calandar-insr a.insc-btn {
    float: right
}
.calandar-insr span {
    position: absolute;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 15px;
    color: #1A95C9;
    right: 0;
    top: -25px;
}
a.insc-btn.disable {
    cursor: no-drop;
    border-color: #dadada;
    color: #dadada;
}




/**************************************
*********** Screen more than 1650
***************************************/
@media (min-width: 1650px){
    div#primary , .breadcrumbs , .site-info {
        margin: 0 auto;
        width: 1600px;
    }
}
.block_login {
    max-width: 800px;
    margin: 0 auto;
}


@media (min-width: 960px) and (max-width: 1400px){
    .col-12.col-md-6.col-lg-4.logo_partenaire {
        width: 50%;
    }
}


.post-ratings {
    position: relative;
}
.post-ratings-text {
    position: absolute;
    width: 55px;
    top: 17px;
    right: 0;
}
.wpfd-upload-form {
    display: none;
}


.brevo-registered .popup-content h2 ,
.brevo-registered .sib_signup_form ,
body[brevo-regitred="brevo-regitred"] .popup-content h2 ,
body[brevo-regitred="brevo-regitred"] .sib_signup_form {
    display: none;
}sss
.alredy-registred {
    display: none;
}
.brevo-registered .alredy-registred ,
body[brevo-regitred="brevo-regitred"] .alredy-registred {
    display: block !important;
    text-align: center;
    line-height: 26px;
    color: #9DD45F !important;
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    text-align: center;
    background: none !important;
    border: none !important;
}


.slider_banner_home.owl-carousel .owl-item img {
    object-fit: cover;
    max-height: 100%;
    position: relative;
}
.slider_banner_home.owl-carousel .owl-item:after {
    /*content: '';*/
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005e;
    top: 0;
}


/***********icone header nav***************/

#navbarNavAltMarkup {
    display: none; /* Initially hide the element */
}

#navbarNavAltMarkup.active {
    display: block; /* Show the element when 'active' class is present */
    /* Add any additional styles as needed */
}


/******btn nous rejoindre  section banner *******/
.blog_banner_2 .left_contenu a.btn_pub button {
    border: 2px solid #9DD45F!important;
    color: #fff !important;
    box-shadow: inset 0px 0px 1px 1px #9DD45F !important;
    background-color: #9DD45F !important;
}

.blog_banner_2 .left_contenu a.btn_pub button:hover {
    background-color: #597836 !important;
     box-shadow: inset 0px 0px 1px 1px #597836 !important;
    border: 2px solid #597836!important;
}


/*********adherent *******/
.btn_lien_adherent a.btn_devenir button:hover {
    background-color: #597836 !important;
   border: 2px solid #597836!important;
}
.btn_lien_adherent a.btn_ancs-contact button:hover {
    border: 1px solid #4285F4 !important;
    color: #4285F4 !important;
    box-shadow: inset 0px 0px 1px 1px #4285F4 !important;
}

/*********pour quoi nous********/
@media (max-width: 1199px){
    .btn_lien_adherent a {
        text-align-last: center !important;
    }
}

/*********retire num tel footer**********/
#custom_text_widget-3 > div:nth-child(1) {
    display: none;
}





p.sib-email-area input {
    color: #D2D2D2;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #D2D2D2;
    background: #FFF;
    padding: 0 15px;
    width: 100%;
    height: 40px;
}
p.submit-area input {
    color: #fff;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #9DD45F;
    background: #9DD45F;
    padding: 0 15px;
    width: 100%;
    height: 40px;
}
.popup-content p.sib-email-area , .popup-content p.submit-area  {
    margin-bottom: 5px;
}
.newsletter_header img {
    max-height: 100px;
}
.info_event_detail .contenu_detail_event p.inscri-btn {
    color: #2142B3 !important;
    font-weight: 700 !important;
}
.info_event_detail .contenu_detail_event p.inscri-btn a {
    color: #2142B3 !important;
    font-weight: 500 !important;
    border-radius: 5px;
    border: 1px solid #2142B3;
    background: #FFF;
    padding: 7px 15px;
    text-decoration: none;
    margin-left: 10px;
}
div#hu {
    z-index: 99999999;
}

a#member-button {
    display: none;
}
@media (min-width: 1100px){ 
    #hu-revoke.hu-position-bottom-left {
        bottom: 10px !important;
    }
}
@media (max-width: 1099px){ 
    #hu-revoke.hu-position-bottom-left {
        bottom: -10px !important;
        left: 10px !important;
    }
    #hu-revoke .hu-revoke-button {
        height: 30px !important;
        width: 30px !important;
    }
}
.info_devenir_adherent {
    margin-bottom: 10px;
}






.col-12.col-md-7.col-xxl-6.left_contenu {
    padding: 16px !important;
    background: #00000052;
    margin-bottom: 10px;
}


@media (min-width: 1300px) and (min-height: 800px) {
    .slider_banner_home .item {
        height: 70vh;
    }
    .slider_banner_home .item img {
        height: 70vh; 
    }

}
@media (max-width: 992px){
        .slider_banner_home .item {
            /* height: 80vh; */
        }
        .slider_banner_home .item img {
            height: 80vh;
            object-fit: cover;
        }
}

@media (max-width: 767px) and (min-width: 501px) and (min-height: 750px) {
    .slider_banner_home .item {
        height: 90vh;
    }
    .slider_banner_home .item img {
        height: 90vh;
    }

    .logged-in .slider_banner_home .item {
        height: 70vh;
    }
    .logged-in .slider_banner_home .item img {
        height: 70vh;
    }
}

@media (max-width: 767px) and (min-width: 501px) and (max-height: 749px) {
    .slider_banner_home .item {
        height: 110vh;
    }
    .slider_banner_home .item img {
        height: 110vh;
    }

    .logged-in .slider_banner_home .item {
        height: 70vh;
    }
    .logged-in .slider_banner_home .item img {
        height: 70vh;
    }
}

@media (max-width: 500px) and (min-height: 750px) {

        .slider_banner_home .item img {
            height: 100vh;
            object-fit: cover;
        }
        .slider_banner_home .item {
            height: 100vh;
        }
        .logged-in .slider_banner_home .item img {
            height: 65vh;
            object-fit: cover;
        }
        .logged-in .slider_banner_home .item {
            height: 65vh;
        }
}
@media (max-width: 500px) and (max-height: 750px) {

        .slider_banner_home .item img {
            height: 120vh;
            object-fit: cover;
        }
        .slider_banner_home .item {
            height: 120vh;
        }
        .logged-in .slider_banner_home .item img {
            height: 65vh;
            object-fit: cover;
        }
        .logged-in .slider_banner_home .item {
            height: 65vh;
        }
}

@media (max-width: 500px) {
    .block_login .m-5 {
        margin: 0px !important;
    }
    .tml-field-wrap.tml-submit-wrap button {
        height: auto;
        line-height: 20px;
    }
}





p.post-count {
    display:none;
}
.detail-actualite p.post-count {
    display: block;
    position: absolute;
    top: -55px;
    right: 5%;
    font-size: 12px !important;
    color: #1A95C9 !important;
}
.detail-actualite .entry-content.p-2 {
    position: relative;
}
@media (max-width: 767px) {
   .detail-actualite p.post-count {
        top: -75px;
    } 
}

.grecaptcha-badge {
    display: none !important;
}

span.post-ratings-text {
    font-size: 14px;
}
div#primary{
    height: max-content;
}
.entry-content .introtext p{
    font-weight: bold !important;
    padding-bottom: 5px
}

.page_home .blog_actualite .col-12.auteur {
    display: none;
}
.desc_partenaire a{
    text-decoration: none;
}
.page_partenaire .logo_partenaire .front img{
    height: 250px !important;
}
.alert-msg-user{
    background:red ;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.alert-msg-user a {
    color: #fff;
}