/* Typographie */
/* =========== */

/* h1, h2, h3, h4, h5, h6 */
.h4, h4 {
  color: #1B5BF0;
}

.jt-roboto {
  font-family: 'Roboto', sans-serif;
}

.jt-roboto-14 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}


/* Image de titre, bandeau au-dessous et fonctionnement du sticky header */
/* ===================================================================== */

.jt-under-title {
  height: 30px;
}

#sp-header.header-sticky {
  top: 60px;
}


/* Panneau gauche */
/* ============== */

.jt-left-style {
  padding-top: 50px;
  font-family: 'Roboto', sans-serif;
}

.jt-module-padding {
  margin: -30px -20px 0px -30px;
}


/* Modification du méga-menu (menu horizontal) */
/* =========================================== */

/* Panneaux de sous-menu (marge externe haute et couleur) */
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  margin: -24px 0px 0px 0px;
  background-color: #FFFCE2;
}

/* Font des titres de sous-menu */
.sp-megamenu-parent .sp-mega-group > li > a {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  font-weight: 700;
}

/* Font des liens de sous-menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-size: 14px;
  font-weight: normal;
}

/* Décalage du panneau de sous-menu vers la gauche */
.sp-dropdown-mega {
  left: -450px !important;
}


/* Modification des menus gauche (menus verticaux) */
/* =============================================== */

/* Font et positionnement des titres de menu */
#sp-left .sp-module .sp-module-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

/* Font et positionnement des liens de menus */
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

/* Couleur des liens de menu actifs */
#sp-left .sp-module ul > li.active > a {
  color: #0345BF;
}


/* Adaptation du offcanvas menu */
/* ============================ */

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-family: 'Roboto', sans-serif;
}


/* Style du breadcrumb */
/* =================== */

.breadcrumb {
  margin: 0;
  padding: 4px 16px 8px 16px;
  background-color: #E0E7ED;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
}


/* Boutons de navigation Suivant / Précédent */
/* ========================================= */

.pagenavigation {
  background-color: #E0E7ED;
  padding: 0;
}

.btn-secondary {
  padding: 4px 16px;
  border: 0;
  background-color: #E0E7ED;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.pagination {
  justify-content: space-between;
}


/* Informations des articles */
/* ========================= */

.article-details .article-info {
  margin-bottom: 0;
  padding: 8px 16px 4px 16px;
  background-color: #E0E7ED;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.article-info > span {
  font-size: 14px;
}


/* Bas-de-page */
/* =========== */

#sp-footer .container-inner {
  padding: 39px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

/* Couleurs des liens du Menu bas */
#sp-footer a {
  color: #FFFFFF;
}


/* Décalage des ancres relatives aux notes de bas de page */
/* ====================================================== */

a[name^="_ftn"] {
  padding-top: 33px;
  position: relative;
  top: -33px;
  margin-bottom: -33px;
}

/* Pour que cela fonctionne avec Chrome */
a[name^="_ftn"]:not([name^="_ftnref"])::before {
  content: " ";
}


/* Page accueil */
/* ============ */

.article-info {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.published:before {
  content: "Publication : ";
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.article-list .article {
  margin: 0;
  padding: 0;
  border: 0;
}

.article-list .article .articleBody p {
  text-align: left !important;
  font-family: 'courier new', courier, monospace;
  font-size: 12pt;
  font-weight: bold;
}

.readmore {
  margin-bottom: 50px;
}

.readmore a {
  display: inline-block;
  color: #FFF !important;
  background-color: #044CD0;
  padding: .375rem .75rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400 !important;
  line-height: 1.5rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  border-color: #044CD0;
}


/* Formulaire de contact */
/* ===================== */

.contact {
  padding-bottom: 30px;
}

.btn-primary {
  color: #FFF !important;
}


/* Composant Recherche avancée */
/* =========================== */

.com-finder {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0px 0px 30px 0px;
}


/* Composant Recherche */
/* =================== */

#searchForm {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.search {
  padding: 0px 0px 30px 0px;
}

.input-group .btn {
  color: #FFF;
}

.badge-info {
  color: #FFF;
  background-color: #17A2B8;
}


/* Pages Catégories */
/* ================ */

.category-list {
  margin-bottom: 30px;
}

table.category tbody > tr td {
  padding: 5px 10px;
  vertical-align: middle;
  /* font-size: 14px; */
}

.badge {
  padding: .25em .4em;
}

.bg-info {
  background-color: #17A2B8 !important;
}

.btn {
  color: #0345BF;
}


/* Forme du scroll-up */
/* ================== */

.sp-scroll-up {
    bottom: 30px;
    right: 30px;
    background: #333;
    border-radius: 3px;
}


/* Messages système */
/* ================ */

#system-message-container h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
}




/* Bug pull-right, 2/5/20 */
/* ====================== */
.pull-right {
  float: right;
}


.jt-test {
  color: red;
  background-color: yellow;
}




/* Habillage des tableau-std */
/* ========================= */

table.tableau-std tr th, table.tableau-std tr td {
  vertical-align: top;
  border: 1px solid #252525;
  padding: 0 0.5em;
}

table.tableau-std tr th {
  font-weight: normal;
  padding-left: 1.5em;
  text-indent: -1em;
}

/* Ordres de bataille */
/* ================== */

.command {
  margin: 0;
  padding: 2rem 0 0 0;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.command-hq {
  margin: 0;
  padding: 0 0 0 0.5rem;
}

.gp {
  margin: 0;
  padding: 2rem 0.5rem 0 0.5rem;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
}
.gp-hq {
  margin: 0;
  padding: 0 0.5rem 0 1rem;
}

.sector {
  margin: 0;
  padding: 1rem 0.5rem 0 1.5rem;
  font-size: 24px;
  font-weight: bold;
}
.sector-hq {
  margin: 0;
  padding: 0 0.5rem 0 2rem;
  font-size: 16px;
}

.base {
  margin: 0;
  padding: 1rem 0.5rem 0 1.5rem;
  font-size: 24px;
  font-weight: bold;
}
.base-pt {
  margin: 0;
  padding: 1rem 0.5rem 0 1.5rem;
  font-size: 24px;
}
.base-hq {
  margin: 0;
  padding: 0 0.5rem 0 2rem;
  font-size: 16px;
}
.base-note {
  margin: 0;
  padding: 0 0.5rem 0 2rem;
  font-size: 16px;
  font-style: italic;
}

.stn {
  margin: 0;
  padding: 0 0.5rem 0 2.5rem;
  font-weight: bold;
}
.stn-pt {
  margin: 0;
  padding: 0 0.5rem 0 2.5rem;
}
.stn-hq {
  margin: 0;
  padding: 0 0.5rem 0 3rem;
  font-size: 16px;
}
.stn-note {
  margin: 0;
  padding: 0 0.5rem 0 3rem;
  font-size: 16px;
  font-style: italic;
}

.sqdn {
  margin: 0;
  padding: 0 0.5rem 0 3.5rem;
}
.sqdn-hq {
  margin: 0;
  padding: 0 0.5rem 0 4rem;
  font-size: 16px;
}
.sqdn-note {
  margin: 0;
  padding: 0 0.5rem 0 4rem;
  font-size: 16px;
  font-style: italic;
}

.misc-unit {
  margin: 0;
  padding: 0 0.5rem 0 3.5rem;
  font-size: 16px;
}

.cell-std {
  margin: 0;
  padding: 0 0.5rem 0 0.5rem;
}
.cell-std-misc {
  margin: 0;
  padding: 0 0.5rem 0 0.5rem;
  font-size: 16px;
}

.fond-fra {
  background-color: #F0FCFC;
}

.fond-ang {
  background-color: #FFFCE2;
}

.fond-all {
  background-color: #FFF1F1;
}
