
.invalid {
  border: 2px solid red !important;
  transition: border-color 0.3s ease-in-out;
}

.valid {
  border: 2px solid green !important;
  transition: border-color 0.3s ease-in-out;
}


legend{
  color: #0b66de !important;
  font-size: 0.9rem !important;
  font-weight: 500;
}

fieldset {
  min-width: 0;
  border: 1.5px solid #0003 !important;
  border-radius: 5px;
  padding: 0 10px 0 10px;
}

legend {
  display: block;
  width: auto;
  max-width: 100%;
  /* padding: 0 3px 0 3px; */
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}


.btnn-outline-primary {
    color: #0b66de;
    background-color: transparent;
    background-image: none;
}

.btnn-outline-primary:hover {
    color: #FFF;
    background: #0b66de;
    font-size: bold;
}
.btnn-primary {
    color: #fff;
    background: #0b66de;
}

.btnn-primary:hover {
    background: #0052d4;
    font-size: bold;
}
.btnn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #0b66de;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
btn-slide {
    background: #0b66de;
    color: #fff;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}
btn-slide:hover {
    background: #fff;
    color: #0b66de;
}

@media(max-width: 512px) {

    .table-scrool {
        overflow-x: scroll;
    }
    table > thead > tr > th {
        font-size: 0.8rem;
        font-weight: 600 !important;
    }
    table > tbody > tr > td {
        font-size: 0.62rem;
    }
    table th, table td, .table th, .table td {
        padding: 0.3rem !important;
    }
	    
	.tab-content > div.tab-pane > div.content-inner > p {
	    font-size: 12px !important;
	    color: #000 !important;
	}
}
table > tbody > tr > td {
        color: #000 !important;
	font-weight: 500;
}
.gsc-icon-box.right .highlight_content, .gsc-icon-box.left .highlight_content {
    vertical-align: bottom !important;
}

.tab-center > .tabs_wrapper > ul {
    justify-content: center;
}

/* Custom footer background and logo styling */
.footer {
  background-color: #0b132b !important; /* Bleu Marine / Bleu Nuit Profond */
  background-image: none !important; /* Retrait de la photo en arrière-plan */
}


/* Semi-transparent white capsule around the blue logo in the footer to ensure visibility */
.footer a[rel="home"],
.footer .site-branding-logo,
.footer img[src*="logo"] {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95) !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
}

.footer a[rel="home"]:hover,
.footer .site-branding-logo:hover {
  background-color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}

/* ============================================================
   LEADER TECHNOLOGY - Alignement logo uniquement (mobile)
   ============================================================ */

/* Force la ligne logo + hamburger sur une seule ligne */
header#header .header-main-inner > .row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
}

/* Logo : centrage vertical + taille contrôlée */
header#header .branding {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 10px 0 15px !important;
}

header#header .branding .site-branding-logo,
header#header .branding a.site-branding-logo {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

header#header .branding .site-branding-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 58px !important;   /* ajuste cette valeur si besoin */
  margin: 0 !important;
  padding: 0 !important;
}

/* Empêche le thème de déplacer le logo */
@media (max-width: 991px) {
  header#header .branding,
  header#header .site-branding-logo {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
  }
}

/* Ajustements fins mobile */
@media (max-width: 767px) {
  header#header .header-main-inner > .row {
    min-height: 78px !important;
  }

  header#header .branding {
    width: 70% !important;
    max-width: 70% !important;
    flex: 0 0 70% !important;
    min-height: 78px !important;
  }

  header#header .branding .site-branding-logo img {
    max-height: 54px !important;
  }
}

@media (max-width: 480px) {
  header#header .header-main-inner > .row {
    min-height: 72px !important;
  }

  header#header .branding {
    min-height: 72px !important;
    padding-left: 12px !important;
  }

  header#header .branding .site-branding-logo img {
    max-height: 50px !important;
  }
}