 
  
.cnfs_data_global{display: grid;width: 100%;}


.cnfs_data_globa{
font-family: 'Open Sans', 'Gotham'; 
   
}

.cnfs_data_global table tr th span,.cnfs_data_global table tr td {
font-family: 'Open Sans', 'Gotham' !important; 
   
}
  .cnfs_data_global .cnfs_data_form{
      margin: 0;
      padding: 6px;
      width: 100%;
      float: left;
      display: flex;
 }
.cnfs_data_global .cnfs_search{ 
     margin: 0;
    padding: 6px; 
 }

.cnfs_data_global .dt-search{
display:none;
}


.cnfs_data_global .dt-paging{
      margin-top:20px;
      text-align:center;
}


.cnfs_data_global .dt-info{
      display:none;
}
.cnfs_data_global .dt-paging-button{
      height: 40px;
      width: 40px;
      padding: 4px;
      background: #35ab46;
      border: 1px solid #35ab46;
      font-size: 14px;
}
.cnfs_data_global .dt-paging-button:hover{
         background: #238031;
         border: 1px solid #35ab46;
}
#cnfs_search_group{
      display: flex;
    width: 100%;
}

#cnfs_search_group .cnfs_search{
      flex: 4;
      width: 100%;
      text-align: center;
      margin-left: 1px;
      margin-right: 1px;
      Font-family: 'Open Sans', 'Gotham';
}


.cnfs_popup {min-width: 90%;top: 500px;display: none;position: fixed;left: 50%;transform: translate(-50%, -50%);background-color: #ffffff;padding: 8px;border: 1px solid #ccc;border-radius: 5px;box-shadow: 0 2px 5px rgba(0,0,0,0.5);z-index: 10014;max-height: 700px;overflow: auto;margin-top: 0px;}

.cnfs_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}

.cnfs_membre_global{

}

.cnfs_recherche{
      text-align:center;
      min-width:400px;
}
.cnfs_membre_recherche{
      display: flex;
      width: 100%;
      text-align: center;
      align-items: center;
      flex-wrap: wrap;
      align-content: flex-end;
      justify-content: space-around;
}

  .cnfs_membre_all_province{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
  }
  .cnfs_membre_province_name{
 
  }


/* */


.cnfs_membre_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Styling province name container */
.cnfs_membre_grid {
    display: inline-flex;
    /* Display inline-block pour horizontal alignment */
    border: 1px solid #E1DDDD;
    margin-right: 12px;
    margin-top: 20px;
    border-radius: 0px;
    padding: 17px;
    /* padding */
    position: relative;
    text-align: center;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

/* Style for h3 within province name container */
.cnfs_membre_grid h3 {
    position: absolute;
    font-family: 'Open Sans' !important;
    top: -15px;
    left: inherit;
    color: #0066AF;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cnfs_etablissement_all_formation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;/
}

.cnfs_etablissement_formation {
    width: calc(33.33% - 10px);
    /* Calcul pour la largeur de chaque ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©lÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ment */
    margin-bottom: 7px;
    /* Espacement entre les lignes */
    padding: 8px;
    background: #fafafa;
    border-radius: 7px;
    text-align: left;
    border: 1px solid #eeeded;
}

/* Style img ------- */
.cnfs_membre_grid img {
    height: 40px !important;
    text-align: center;
    max-width: none !important;
}

.cnfs_membre_grid a img:hover {
    height: 38px;
}


.cnfs_membre_grid .all_etablissement{margin:0px;display: inline-flex;}
/* Media Query for desktop screens */
@media screen and (max-width: 1200px) {
    .cnfs_membre_grid {
        width: calc(25%);
        /* Keep four columns for desktop */

    }
}

/* Media Query for laptop screens */
@media screen and (max-width: 992px) {
    .cnfs_membre_grid {
        width: calc(50%);
        /* Adjust to two columns for laptop */
    }
}

/* Media Query for tablet screens */
@media screen and (max-width: 768px) {
    .cnfs_membre_grid {
        width: calc(42%);
        /* Adjust to two columns for tablet */
    }
}

/* Media Query for mobile screens */
@media screen and (max-width: 576px) {
    .cnfs_membre_grid {
        width: calc(100%);
    }
}

.cnfs_logo_grid {
    display: inline-block;
    margin-right: 12px;
    padding: 15px;
    position: relative;
}

@media (min-width: 576px) {
    .cnfs_membre_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .cnfs_membre_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .cnfs_membre_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .cnfs_membre_container {
        max-width: 1140px;
    }
}

.cnfs_membre_info_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

  .cnfs_popup .etablissement_site_web{
      background-color: #BB231D;
      border-color: #BB231D;
      color: white;
      font-family: Plus Jakarta Sans;
      font-size: 15px;
      line-height: 15px;
      font-weight: 600;
      letter-spacing: 0px;
      padding: 16px 32px 16px 32px;
      border-width: 1px;
      border-radius: 38px;
  }

.cnfs_popup h2{
  Font Family: 'Open Sans', 'Gotham';
  Font Family: 'Open Sans', 'Gotham';
  font-family: 'Open Sans', 'Gotham';
}


.cnfs_closePopup{position: absolute; top: 10px; right: 0;}
