/* Global Styles */
body {
    color: #2a2b7d !important;
    background-color: grey !important;
    line-height: 1.2em !important;
}

h2.card-header {
    margin: 10px;
    padding: 5px;
}
thead {
    background-color: #ccffff;
}

h6 {
    font-style: italic;
}

p {
    margin-bottom: .2rem !important;
}

/* Table Styles */
.table {
    color: rgb(42, 43, 125);
}

.table-border {
    border: 3px solid black;
}

.table-border td {
    border: 1px solid black;
}

.table-border tr:first-child {
    border: 2px solid black;
}

/* Header and Footer */
.aprign-footer-section {
    background-color: rgb(42, 43, 125) !important;
}

.header-desc {
    font-style: italic;
}

.bandeau {
    margin-bottom: 15px;
}

/* Breadcrumb Styles */
.breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: .75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    background-color: #e9ecef !important;
    border-radius: .25rem;
}

.breadcrumb-item {
    display: flex;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* Menu and Navigation */
.aprign-menu {
    font-size: 16px !important;
}

.nav-submenu-container .nav-submenu > li {
    line-height: 1.5em;
}

.megamenu-container {
    top: 40px !important;
}

/* Article and Intro Text */
.article-intro-text a {
    text-decoration: none;
}

.article-info {
    margin-top: 20px !important;
}

/* Miscellaneous */
.random-image {
    text-align: center;
}

.center-div {
    margin: 0 auto;
}

.searchintro,
.phrases,
.only {
    padding: 20px;
}

.visible-phone {
    display: none;
}

#jumpto {
    display: none;
}

/* Buttons */
.btn-primary {
    background-image: linear-gradient(to bottom, #28a745, #6c9634);
}

.login-button,
.logout-button,
.logout-button input {
    line-height: 20px;
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.login-button > .btn-lg {
    padding: 0 !important;
}

/* Form Styles */
#form-login-username,
#form-login-password {
    height: 40px;
    padding-bottom: 5px;
}

.custom-checkbox {
    height: 10px !important;
    margin-bottom: 0px !important;
}

.input-group-prepend {
    height: 40px;
}

/* Media Queries */
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1140px !important;
    }
}

/* Hide edit buttons : pb avec astroid 3.3.5 */
.astroid-edit,
.astroid-module-edit,
.btn.jmodedit {
    display: none !important;
}

/* Additional Styles */
.mb-3 {
    margin-bottom: .5rem !important;
    height: 40px;
}

.newsflash-horiz {
    padding: 10px;
}

.newsflash-horiz li {
    display: block;
}

.newsflash-horiz li p {
    margin: 1rem !important;
}

.counter {
    text-align: center;
    width: 150px;
    padding: .5rem .75rem;
    margin-top: 1rem;
}

.aprign-flash {
    background-color: rgb(42, 43, 125) !important;
    color: white;
    text-align: center;
}

.aprign-ariane {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    height: 80px !important;
}

.astroid-component-section {
    padding-top: 20px !important;
}

.astroid-wrapper {
    max-width: 1340px !important;
}

.astroid-logo img {
    max-width: 250px;
    max-height: 165px;
}

.astroid-social-icons {
    display: none;
}

.login-astroid {
    padding-top: 10px !important;
    width: 100%;
}

.login-astroid label {
    font-size: 16px;
    font-weight: 400;
}

.forget-password-link {
    display: none;
}

#login-form {
    text-align: center;
}

.icon-location {
    display: none !important;
}


.mod_events_latest_first,
.mod_events_latest {
    border-left: .5rem solid;
}

.mod_events_latest_table td {
  padding-left: 5px !important;
  border-left-width: 1em !important;
}


/* nav[role=navigation] {
    margin-top: 1rem;
}

#modlgn-username,
#modlgn-passwd {
    height: 30px;
}

.form-signin .form-control,
.form-control.search-query,
#search-searchword {
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2) !important;
}

#search-searchword {
    max-width: 300px;
}
*/
