.nav-tabs,
.topbar ul,
ul.contact-info,
ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.site-branding-logo {
  max-height: inherit;
}

.site-branding-logo img {
  max-height: 80px;
  width: auto;
}

header .site-branding-logo img.logo-site {
  display: block !important;
}

.team-single-page .team-quote:after {
  font-weight: 900;
}

.indicator-header-title {
  font-weight: bold;
  font-size: 0.95rem;
}

.indicator-header {
  font-size: 20px !important;
}

.brvm-indicator {
  font-size: 15px !important;
  font-weight: 900 !important;
  color: black;
}

.counter {
  font-size: 15px !important;
  font-weight: 900 !important;
  /* color: black ; */
}

.brvm-title {
  font-size: 13px !important;
  /* font-weight: 900 !important;
  color: green !important; */
}

.brvm-indicator-up {
  font-size: 15px !important;
  font-weight: 900 !important;
  color: green !important;
}

.brvm-indicator-down {
  font-size: 15px !important;
  font-weight: 900 !important;
  color: red !important;
}

.header-info {
  border-right: solid 3px green;
  /* padding-left: 3px;; */
}

@media only screen and (max-width: 768px) {
  .header-info {
    border-right: none;
  }
}

body {
  background: url(../images/bg_economie_portail.png) center top no-repeat !important;
  background-size: auto;
  background-size: cover;
}

.btn-inline-success {
  font-size: 16px;
  /* text-transform: capitalize; */
  color: #25700c;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  font-weight: 900;
  padding-right: 32px;
  font-family: "Raleway", sans-serif;
}

.container-header {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.first_line_1 {
        
  font-weight: bold;
  background-color: #f07c01;
  color: #ffffff;
  }


  
.language-link[hreflang="fr"]::before {
  background-image: url('flags/flags/4x3/fr.svg') !important; /* Chemin vers l'image du drapeau de la France */
}

.language-link[hreflang="en"]::before {
  background-image: url('flags/flags/4x3/gb.svg') !important; /* Chemin vers l'image du drapeau de l'Angleterre */
}

/* Cacher le texte en le positionnant hors de la zone visible */
.language-link[hreflang="fr"],
.language-link[hreflang="en"] {
  position: relative !important;
  text-indent: -9999px !important; /* Déplace le texte hors de la zone visible */
  white-space: nowrap !important;
  overflow: hidden !important;
}

/* Afficher le texte pour l'accessibilité */
.language-link[hreflang="fr"]::after,
.language-link[hreflang="en"]::after {
  /* content: ""; 
  display: none;  */
}

/* Style pour aligner les éléments de la liste horizontalement */
ul[block="block-pipecv2-selecteurdelangue"] {
  /* display: flex !important;
  list-style: none !important; 
  padding: 0;  */
}

/* Réglez l'espacement entre les éléments li de la liste */
ul[block="block-pipecv2-selecteurdelangue"] li {
  /* margin-right: 10px !important;  */
}

/* Masquer le texte tout en le gardant accessible */
.language-link[hreflang="fr"], .language-link[hreflang="en"] {
  /* text-indent: -9999px !important; 
  color: transparent !important; 
  overflow: hidden; 
  position: relative; */
}

.language-link[hreflang="fr"],
.language-link[hreflang="en"] {
  /* font-size: 0 !important; 
  line-height: 0 !important;  */
}
ul .inline .socials , ul.inline.socials {
  list-style: none !important;
  padding-left: 0;
}