body {
    background-color: #fff;
    background-image: none;
    min-height: 50vh;
}

h1 {
    color: var(--orange);
}

b,
strong {
    color: var(--orange);
}

.search-bar {
    position: relative;
}

.services-menu-list {
    position: fixed;
}

/*main div.container {*/
/*border: 2px solid #eeeeee;*/
/*}*/

/*main img {
    max-width: 100%;
}*/

.alignright {
    float: right;
}

.alignleft {
    float: left;
}


img.aligncenter {
    margin: auto;
    display: block;
}

/*.home.page-template-page-our_offer #main.container>div {
    /* padding-top: 40px; 
}*/

/* .nav-item a:hover, .nav-item.active a {
    color: #f16c00 !important;
} */

.navbar .nav-link.icon span[class^=icon-] {
    font-size: 1.5rem;
    position: relative;
    font-weight: 400;
    top: 6px;
}


.breadcrumb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    list-style: none;
    background-color: inherit;
}

/** back to top */
.o-scroll-up .o-scroll-up-text {
    display: inline-block;
    padding: 0.625rem 0.625rem;
    font-weight: 700;
    background-color: transparent;
}


.news-img,
.news-item img,
.ucs-img,
.ucs-img img {
    background: no-repeat center center;
    background-size: cover;
    padding: 0;
    margin: 1rem;
    width: calc(100% - 2rem);
    height: 180px;
    border: 0px;
}

.news-title {
    color: var(--orange);
    margin-bottom: 0;
    text-align: center;
}

.news-title span {
    color: black;
    padding: 0 0.5rem;
}

.news-slogan {
    color: black;
    padding: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: center;
}

.news-slogan strong {
    color: var(--orange);
}

.news-subtitle {
    width: 100%;
    background: black;
    color: white;
    text-align: center;
    padding: 0.5rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
}

.latest-news li span {
    margin-bottom: 0.3rem;
}

.latest-news li .text-muted {
    margin-left: 2rem;
    font-size: 0.8rem;
    display: block;
}

.ucs-img {
    width: 100%;
    margin: 1rem 0;
}

.news-item img {
    max-height: 800px;
    width: calc(100% - 1rem);
    margin: 0;
    height: auto;
}

.news-in-front h6 {
    font-size: 0.6rem;
}

.ucs-in-front h6 {
    font-size: 1rem;
    padding: 0.5rem;
    margin-top: 0.25rem;
}

.news-in-front .card-text,
.ucs-in-front .card-text {
    font-size: 0.8rem;
    height: 5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #f6f6f6;
}

.news-item {
    padding: 1rem;
    margin: 2rem 0;
}

.news-item:nth-child(odd) {
    background-color: white;
}

.news-item h6 {
    font-size: 0.8rem;
}

/** Gestion sub-menu **/

#sub-menu.sticky-offset {
    top: 100px;
    left: 0;
}

.anchor {
    display: block;
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}

#sub-menu {
    padding: 0;
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1;
    height: 3rem;
    background-color: #fff !important;
    z-index: 11;
}

#sub-menu ol {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

/*#sub-menu li:not(:last-child):after {*/
/*    content: "|";*/
/*    padding: 0 0.5rem;*/
/*}*/

#sub-menu li {
    height: 3rem;
    line-height: 3rem;
}

#sub-menu li a {
    color: #000;
}

#sub-menu li a:hover {
    color: #ff7901;
}

#sub-menu.attached-to-header li a {
    color: #ff7901;
}

#sub-menu.attached-to-header li a:hover {
    color: #000000;
}


code {
    background-color: #ddd;
    margin: auto;
    padding: 1rem;
    margin: 1rem;
    width: 90%;
    display: block;
}

.card,
.card .list-group-item {
    background-color: #f6f6f6;
}

.story-cat {
    float: right;
    padding: 0.5rem;
    margin-left: 1rem;
    min-width: 15rem;
    text-align: center;
}

/** Sticky columns */
#other-stories {
    z-index: 10;
}

#other-stories.sticky-offset {
    top: 130px;
}

/**
 * Service card
 */

.service-card-wrapper {
    margin-bottom: 1.25rem;
}

.service.card .card-body {
    min-height: 200px;
}

.service.card .card-text {
    font-size: 0.75rem;
    line-height: 0.9rem;
    height: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service.card .card-text+hr {
    border-bottom: 1px solid var(--orange);
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.service.card .card-header {
    font-size: 1rem;
    line-height: 1.1rem;
    border-bottom: none;
    background-color: unset;
    color: #000;
    height: 2.2rem;
}


.service.card img[title='logo'] {
    max-width: 20%;
    float: left;
    margin-right: 0.5rem;
}

.service.card #instance-info-list {
    position: relative;
}

.service.card .info {
    list-style-type: none;
    padding-left: 0;
}

.service.card .info li {
    padding: 0.2rem;
    float: left;
    line-height: 0.8rem;
    font-size: 0.75rem;
    color: #1a1a1a;
    width: 50%;
}

.service.card .info li.instance-title {
    font-weight: bold;
    width: 100%;
    font-size: 0.9rem;
}

.service.card .accordion .card-header a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    text-align: left;
    border: none;
    font-size: 0.9rem;
}

.accordion .card-header a::after {
    top: .625rem;
}

.service.card .accordion .card {
    margin-bottom: 0;
    border: 0;
}

.service.card .card-buttons {
    padding-top: 1rem;
    clear: both;
    /*position: absolute;*/
    /*bottom: 0.5rem;*/
}

.service.card div [id^="liste-service"] .card {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.service.card .instance-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.service.card .instance-list li {
    margin-bottom: 0.5rem;
}

.service.card .instance-list a {
    font-size: 0.8rem;
    display: block;
    width: 100%;
    position: relative;
}

.service.card .instance-list li:last-child {
    margin-bottom: 0;
}

.service .card .instance-list li i {
    position: absolute;
    right: 0;
    top: 0.2rem;

}

/********************************************************
 *              GUTENBERG
 ********************************************************/


/*** Surcharge GetWid */

.wp-block-getwid-section__wrapper {
    padding: 15px 0 !important;
}

/*********************************************************
 * Archive et single stories
 *********************************************************/

.card.ucs-in-archive {
    margin-top: 1rem;
    border: 0;
}

.card.ucs-in-archive h6 {
    font-size: 1rem !important;
    padding: 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
}

#all-stories {
    margin-top: 1rem;
}

.card-wrapper {
    margin-top: 1rem;
}

/* Changes on UI 23-12-2021 */

.dropdown-menu {
    left: inherit !important;
    right: 0;
}

.navbar-dark .nav-link:focus,
.navbar-dark .nav-link:hover {
    outline: none;
}

.alert-custome::before {
    position: absolute;
}

.modal-body-message {
    position: relative;
}

.modal-body-message .text-message h3 {
    position: absolute;
    top: -54px;
    left: 18px;
}

.modal-body-message .text-message p {
    padding-left: 20px;
}

.navbar-nav:last-child .nav-item:last-child .nav-link {
    padding-right: .625rem !important;
}

.navbar-light .nav-link:focus,
.navbar-light .nav-link:hover {
    color: inherit !important;
    outline: none;
}

.navbar-light .nav-link:hover {
    color: #fff !important;
    background-color: #000;
    outline: none;
}

.navbar-expand-lg {
    padding: 0.675rem 0.675rem !important;
}

.navbar-nav .dropdown-toggle {
    margin-right: 0 !important;
}

.card-footer {
    padding: 0.875rem !important;
}

.btn .button-text {
    margin-top: 4px;
}

/* New CSS for Privacy page 01-04-2022 */
.f-left-nav li .md-btn {
    border: none;
    background: none;
    margin-top: 0px !important;
    padding: 0;
    height: auto;
    width: auto;
    margin-right: 1.875rem;
}

.f-left-nav li span {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.f-left-nav li .md-btn span:hover {
    color: #ff7900 !important;
}

/* .footer-privacy .o-footer * {
    color: #fff !important;
} */

.footer-privacy .modal-title,
.footer-privacy .btn-close span {
    color: #000 !important;
}

.footer-privacy .modal-footer .btn {
    /* color: #000 !important; */
}

.footer-privacy .modal-footer .btn:hover {
    color: #fff !important;
}

.modal-backdrop {
    z-index: 1020 !important;
}

.privacy-page {
    padding: 0 10px;
}

.privacy-page table p {
    margin-bottom: 10px !important;
}

.privacy-page table thead tr,
.privacy-page table thead th {
    font-weight: 700 !important;
    color: #000;
    border: solid 1px #ccc;
}

.privacy-page table thead th p {
    font-weight: 700 !important;
}

.privacy-page table tbody tr,
.privacy-page table tbody tr td {
    border: solid 1px #ccc;
    font-weight: normal !important;
}

#copyrightYear {
font-size: 1rem !important;
}

.privacy-page h5 {
    color: #000000;
}

.privacy-page h3 {
    color: #f16e00;
    font-size: 1.25rem;
}

.privacy-page h4 {
    color: #000000;
    font-size: 1.125rem;
    margin-bottom: 0.55rem;
}

.privacy-page ul {
    margin-bottom: 20px;
}

.privacy-page ul ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.privacy-page p,
.privacy-page p a,
.privacy-page ul li,
.privacy-page p,
.privacy-page ul li a {
    /* color: #000; */
    font-weight: normal !important;
}

.privacy-page p a:hover,
.privacy-page ul li a:hover {
    /* color: #ff7900; */
}

.privacy-page p .highlighted-text,
.privacy-page h5 .highlighted-text,
.privacy-page ul li span {
    /* color: blue; */
}

.bg-dark .close,
.navbar-dark .close {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath d='M15 17.121l-8.132 8.132-2.121-2.12L12.879 15 4.747 6.868l2.12-2.121L15 12.879l8.132-8.132 2.12 2.121L17.122 15l8.132 8.132-2.121 2.12L15 17.123z'/%3e%3c/svg%3e") !important;
}

.bg-dark .close:focus,
.bg-dark .close:hover,
.navbar-dark .close:focus,
.navbar-dark .close:hover {
    outline-color: #ccc !important;
}

.border-secondary {
    border: solid 2px #000;
    margin-bottom: 10px;
}

.category .card-body {
    text-align: center;
}

.span-chevron-aligner {
    position: relative;
    top: 1.5px !important;
}

/* .card-body {
    text-align: center;
} */

.card-body .card2fChoice img {
    height: 170px;
}

.catname.card-title {
    font-size: 1.25rem !important;
}

/* 14-12-2022 changes */
@media (min-width: 260px) {
    .navbar-expand-md .navbar-brand img {
        width: 5rem !important;
        height: 3rem;
        margin: 9px 0;
    }
}

@media (max-width:767px) {
    .border-secondary {
        margin-bottom: 20px;
    }

    .qr-bx {
        margin-bottom: 20px;
    }
}

@media (max-width:479px) {
    .footer-left {
        flex: 0 0 81.666667%;
        max-width: 81.666667%;
        padding-left: 10px !important;
    }

    .footer-right {
        flex: 0 0 18.333333%;
        max-width: 18.333333%;
        padding-right: 10px !important;
    }

    .m-btm {
        margin-bottom: 7px;
    }

    .m-btm,
    .m-btm2 {
        width: 50% !important;
    }

    .m-btm button,
    .m-btm2 button {
        width: 124px;
    }

}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand img {
        margin: 0;
    }
}

.card-header-img img {
    height: 75px;
}

.footer-row {
    align-items: center;
    margin-top: 0;
}

/* .footer-left-info { margin-right: 20px; } */
.footer-left-info span {
    font-weight: 700;
    margin-right: 1.875rem;
}

.footer-left-info,
.f-left-nav {
    display: inline-flex !important;
}

.close {
    width: 2.75rem !important;
    height: 2.75rem !important;
}

/* new css for focus nav */
.navbar-dark .nav-link {
    border: solid 2px transparent !important;
}

#lformOpenIDConnect {
    margin-bottom: 0px !important;
}

@media (min-width: 320px) {
    .card-body {
        padding: .85rem !important;
    }
}

.u2f-bx {
    margin-bottom: 20px;
}

.blue-bx {
    margin-top: 30px;
}

.btn-toolbar {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 10px;
}

/* 16-12-2024 changes */
.privacy-page ul li {
    margin-bottom: 5px;
}

.privacy-page table p strong {
    font-weight: 800;
}

/* CSS for Label */
.label-display {display: flex !important; width: 100%; }
/* Login History Table */
.table caption {
    font-size: 1.5rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

#visible-text-totp small, #visible-text-webauthn small { 
    text-transform: capitalize;
}

