/*  Theme Name:   Bam Chlid 
Theme URI:    https://monsite.com  
Description:  Description de mon thème enfant  
Author:       Cyril  
Author URI:   https://wpmarmite.com  
Template:     bam
Version: 0.1.0
*/
 .site-content {
  padding: 0px 0;
}
#loading-indicator {
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* S'assurer que l'indicateur soit au-dessus des autres éléments */
}
.menu-responsable-container {
  margin: 0 auto;
  display: table;
  max-width: 1400px;
  float:right;
}

#menu-responsable {
  font-size: 16px;
  font-size: 1rem;
}

#menu-responsable ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#menu-responsable ul ul {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
   list-style: none;
}

#menu-responsable ul ul ul {
  left: -999em;
  top: -10px;
   list-style: none;
}

#menu-responsable ul ul li:hover > ul,
#menu-responsable ul ul li.focus > ul {
  left: 100%;
  
}

#menu-responsable ul ul li a {
  font-weight: normal;
  line-height: 1.3;
  text-transform: none;
  width: 200px;
   list-style: none;
}

#menu-responsable ul li:hover > ul,
#menu-responsable ul li.focus > ul {
  left: auto;
}

#menu-responsable li {
   position: relative;
    list-style: none;
}

#menu-responsable li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
   list-style: none;
}

#menu-responsable li.menu-item-has-children > a:after,
#menu-responsable li.page_item_has_children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  margin: 1px 0 0 10px;
  font-weight: 900;
   list-style: none;
}

#menu-responsable .menu-item-has-children .menu-item-has-children > a:after,
#menu-responsable .page_item_has_children .menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 0 10px;
  font-weight: 900;
   list-style: none;
}

#set-featured-image-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-contentCSV {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-modal {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    /* Style pour donner à l'élément <a> l'apparence d'un bouton */
    .button-link {
      display: inline-block; /* Permet à l'élément <a> de se comporter comme un bloc en ligne */
      padding: 10px 20px; /* Espacement intérieur pour rendre le lien plus grand comme un bouton */
      background-color: #007BFF; /* Couleur de fond (bleu) */
      color: white; /* Texte en blanc */
      text-align: center; /* Centrer le texte */
      text-decoration: none; /* Supprimer le soulignement du lien */
      border-radius: 5px; /* Coins arrondis */
      font-size: 16px; /* Taille du texte */
      transition: background-color 0.3s ease; /* Effet de transition pour la couleur au survol */
    }

    /* Effet au survol du lien */
    .button-link:hover {
      background-color: #0056b3; /* Couleur plus foncée au survol */
    }

    /* Optionnel : ajout d'un effet de focus (lorsque le lien est sélectionné via le clavier) */
    .button-link:focus {
      outline: none; /* Supprimer la bordure par défaut du focus */
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Ombre autour du bouton pour indiquer le focus */
    }
	
	/* Style du widget menu dans la sidebar */
.widget_nav_menu {
    /*background-color: #f0f0f0;*/ /* Couleur de fond */
    padding: 20px;
    border-radius: 8px; /* Coins arrondis */
    margin-bottom: 20px;
}

/* Style du titre du menu */
.widget_nav_menu .widget-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* Style des liens du menu */
.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu ul li {
    margin-bottom: 8px;
}

.widget_nav_menu ul li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.widget_nav_menu ul li a:hover {
    color: #0073aa; /* Couleur au survol */
}
.reduit {
  border: none;
  border-radius: 3px;
  background: #FF4F4F;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  line-height: 0;
  padding: 0.5em;
}