@font-face {
    font-family: 'Karrik';
    src: url('../fonts/karrik/WOFF2/Karrik-Regular.woff2') format('woff2'),
    url('../fonts/karrik/WOFF/Karrik-Regular.woff') format('woff'),
    url('../fonts/karrik/TFF/Karrik-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Karrik-Italic';
    src: url('../fonts/karrik/WOFF2/Karrik-Italic.woff2') format('woff2'),
    url('../fonts/karrik/WOFF/Karrik-Italic.woff') format('woff'),
    url('../fonts/karrik/TFF/Karrik-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'MaisonNeue-Light';
    src: url('../fonts/Maison-Neue-Light/MaisonNeue-Light.woff2') format('woff2'),
    url('../fonts/Maison-Neue-Light/MaisonNeue-Light.woff') format('woff'),
    url('../fonts/Maison-Neue-Light/MaisonNeue-Light.ttf') format('truetype');
}

:root {
    --Black-light: rgba(33, 33, 33, 0.50);
    --Noir: #212121;
    --Blanc: #fff;
    --Couleur-Secondaire: #1D71B8;
    --Couleur-Primaire: #1B2F53;
    --noir-light: rgba(33,33,33,0.5);
    --solutions: #E54033;
    --gris: #F2F2F2;

  }

.nav {
z-index: 119;
}
.loader-active {
    display: block !important;
    background-color: rgba(138, 138, 138, 0.3);
}
.loader-active .loader {
    display: block !important;
}

.mobile_vers {
    display: none;
}

.change-page-button {
    padding: 10px 15px;
    background-color: #0c6590;
    min-width: 150px;
}

button.btn-lg {
    line-height: 46px;
}

.btn-sidebar {
    display: block;
    border-radius: 0!important;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 0!important;
}

.result-table tbody tr:hover {
    background-color: #f1f1f1;
}


.nav .logo {
    max-width: 210px;
    padding: 10px 0;
}
.nav .logo.logo-gf .logo__img {
    max-width: 130px;
}
.nav .logo.logo-gf span {
    margin-left: 15px;
    color: var(--Primaire, #1B2F53);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
}
.nav .nav--sticky {
    height: auto;
}

.text-blue {
    color: #2D95E3;
}

.text-black {
    color: #171821;
}

.text-gold {
    color: #DBBE4B!important;
}

.text-green {
    color: #219653;
}

.text-red {
    color: #AD222C;
}

.text-blue-g {
    color: #2A3B65;
}

.text-large {
    font-size: 20px;
}

.newspaper-preview-wrapper{
    max-width: 150px;
    height: auto;
    background-color: white;
    background-image: url("../images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    -webkit-box-shadow: 2px 2px 6px -1px rgba(148,148,148,0.75);
    -moz-box-shadow: 2px 2px 6px -1px rgba(148,148,148,0.75);
    box-shadow: 2px 2px 6px -1px rgba(148,148,148,0.75);
}
.archive-widget img.newspaper-preview {
    width: 70%;
    height: auto;
}
.newspaper-text-wrapper {
    max-width: 230px;
    margin: auto;
    color: var(--Noir);
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0.25px !important;
}
.title-large {
    text-align: center;
    font-family: Karla !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    margin: 0;
    padding-bottom: 16px;
}
.body-large {
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
    margin-bottom: 16px;
}
.text-noir {
    color: #212121;
}
.text-center {
    text-align: center !important;
}
.magazine-image {
    padding: 0 !important;
    height: 184px;
    width: auto;
    margin: 0 auto 8px;
}
.magazine-btn {
    text-align: center !important;
    margin: 0 auto !important;
    min-height: auto;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--Couleur-Primaire) !important;
    font-family: Lato !important;
    text-transform: none;
    color: var(--Blanc, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    max-width: 300px;
    width: 100%
}


.encadre {
    padding: 40px;
    border: 1px solid #d4dbe4;
    background-color: #f7f7f7;
    border-radius: 3px;
}

.article-image-caption {
    padding: 15px;
    font-style: italic;
}


#bs-gdpr-cookies-mdl-infsd .modal-footer button {
    text-transform: none;
    font-weight: 600;
    padding: 10px 15px;
}
#bs-gdpr-cookies-mdl-infsd .modal-footer .btn-primary {
    background-color: #2D95E3;
}

#bs-gdpr-cookies-mdl-infsd .modal-footer .btn-secondary {
    background-color: #5c5c5c;
}

.tooltip {
    background-color: #5c5c5c;
    width: 300px;
    z-index: 1100;
    border-radius: 3px;
    color: white;
    padding: 5px;
}

.tooltip_al_container {
    position: absolute;
    float: right;
    right: 10px;
}
.tooltip_al {
    position: relative;
    display: inline-block;
}

.tooltip_al .tooltip_al_text {
    visibility: hidden;
    width: 220px;
    background-color: #F2F2F2;
    color: #212121;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    border-radius: 8px;
    padding: 7px 10px;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
    top: 30px;
    right: 0;
    position: absolute;
    z-index: 1;
}

.tooltip_al:hover .tooltip_al_text {
    visibility: visible;
}
.alert-gris {
    background: var(--gris);
    padding: 10px 20px;
    color: var(--Noir);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    margin: 15px 0px 0px;
}
.detail-annonce-border {
    padding: 20px 20px 10px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
}


nav ul {
    display: table!important;
    margin: 0 auto;
}

.nav__wrap {
    padding-left: 0!important;
}

.nav__menu > li > a {
    padding: 0 11px;
}

.a_jous {
    font-size: 12px!important;
} 

/*
.nav__menu > li > a {
    padding: 0 12px;
    color: #1B2F53;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.25px;
}
*/


.article-source-logo {
    max-height: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    margin-right: 5px;
}
.article-source-label {
    font-size: 12px;
}

.cursor-pointer {
    cursor: pointer;
}

.slider-left-arrow {
    position: absolute;
    left: 15px;
    top: 40%;
    cursor: pointer;
    color: #aaaaaa;
}
.slider-left-arrow:hover {
    color: white;
}

.slider-right-arrow {
    position: absolute;
    right: 15px;
    top: 40%;
    cursor: pointer;
    color: #aaaaaa;
}
.slider-right-arrow:hover {
    color: white;
}


.paywall-banner {
    background: #E0E0E0;
    border-radius: 15px;
    padding: 20px;
}

.paywall-gold-text {
    font-weight: bold;
    color: #DBBE4B;
}

.paywall-btn-primary {
    background: #DBBE4B;
    border: 2px solid #DBBE4B;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    min-width: 150px;
}
/*.paywall-btn-primary {
    background: #EE741C;
    border: 2px solid #EE741C;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 12px 16px;
    min-width: 150px;
    margin-left: 10px;
}*/
.paywall-btn-primary:hover {
    color: #f5f5f5;
}

.paywall-btn-secondary {
    background: #FFFFFF;
    border: 2px solid #DBBE4B;
    border-radius: 5px;
    color: #DBBE4B;
    font-weight: bold;
    padding: 10px 20px;
    min-width: 150px;
}
.paywall-btn-secondary:hover {
    color: #e1ca71;
}
.espace-abonne-btn-primary {
    background: transparent;
    border: 1px solid #EE741C;
    border-radius: 5px;
    color: #EE741C;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding: 12px 16px;
    min-width: 150px;
    margin-left: 10px;
}
.espace-abonne-btn-primary:hover {
    color: #EE741C;
}
.espace-abonne-btn-primary .right-logo-icon {
    margin: -2px 5px 0 0;
    height: 15px;
}

.blurred_journal_bg {
    background-image: url("../images/blurred_journal.jpg");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 1000px;
    padding-top: 80px;

}

#bookmark-pop-up {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 999;
    padding: 10px 15px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background: white;
    width: 350px;
    min-height: 100px;
    text-align: left;
}

.col-vertical-align {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-header .links {
    display: flex;
    background-color: #F2F2F2;
    padding: 8px 10px;
    text-align: right;
    justify-content: flex-end;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0px;
}
.topbar-header .links .dropbtn,
.topbar-header .links .linkbtn {
    color: var(--Noir);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
    border: none;
    margin: 0 15px 0px 0px;
    outline: none;
}

.topbar-header .links .dropdown {
    position: relative;
    display: inline-block;
    z-index: 120;
}

.topbar-header .links .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: max-content;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: left
}

.topbar-header .links .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

    color: var(--Noir, #212121);

    /* Body Medium */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.25px;
}

.topbar-header .links .dropdown-content a:hover {
    background: var(--Primaire, #1B2F53);
    color: #fff
}

.topbar-header .links .dropdown:hover .dropdown-content {
    display: block;
}




.header-bottom-center input {
    border-radius: 8px;
    border: 1px solid rgba(33, 33, 33, 0.50);
    background: #fff;
    padding: 8px 16px;
}
.header-bottom-center input::placeholder {
    font-size: 13px;
}
.header-bottom-center .search-button {
    background-color: transparent;
}

.header-bottom-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.right-logo-icon {
    height: 12px;
}

.left-logo-icon {
    height: 20px;
}

.left-logo-item {
    margin-right: 10px;
}

.left-logo-item,
.right-logo-item {
    display: inline-block;
}

.link-color-inherit{
    color: inherit;
}

.sidenav__menu .right-logo-item {
    height: 35px;
    margin-bottom: 10px;
}

.login-form-container {
    height: 500px;
    margin-top: 30px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.login-form-blue-content {
    background: #2A3B65;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    margin: 0;
}

.login-form-blue-content .btn {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 10px 20px;
    color: #2A3B65;
    font-weight: bold;
    text-transform: none;
    margin-top: 50px;
}

.login-form-blue-content h2,
.login-form-blue-content p {
    color: white;
}
.login-form-blue-content p {
    font-size: 19px;
}
.login-form-blue-content h2 {
    font-size: 23px;
}

.login-form-blue-left-section,
.login-form-blue-right-section {
    text-align: center;
    padding: 30px 10px;
    transition: opacity 1s ease-in;
}

.login-form-gray-content {
    background: #F2F2F2;
    border-radius: 15px;
    position: absolute;
    z-index: 99;
    left: -1px;
    right: 25%;
    top: 0;
    bottom: 0;
    transition: right 500ms ease-out,left 500ms ease-out;
    padding: 30px 15%;
    text-align: center;
}

.login-form-gray-content input {
    background: #FFFFFF;
    border: 1px solid #212121;
    border-radius: 15px!important;
    padding: 5px 10px;
    height: 50px;
    margin-bottom: 0;
}

.login-form-gray-content .btn {
    background: #AD222C;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 20px;
    height: 50px;
    text-transform: none!important;
}

.login-form-gray-content.to-right {
    left: 25%;
    right: -1px;
}



.entreprise-search-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.entreprise-search-container > form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
}
.entreprise-search-container > form  > input {
    max-width: 30%;
    border-radius: 15px!important;
    border: 2px solid #2A3B65;
    padding-right: 30px;
    margin-left: 25px;
}

.btn-entreprise-search {
    /*background: #2A3B65;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    height: 46px;
    min-width: 100px;
    border-radius: 8px!important;
    left: -25px;*/
    
    background: #2A3B65;
    color: white;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-transform: none;
    padding: 12px 16px;
    border-radius: 8px!important;
    height: 46px;
}
.entreprise-box-home .entreprise-search-container-transparent {
    max-width: 650px;
    margin: 0 auto;
}
.entreprise-box-home .entreprise-search-container-transparent > form {
    justify-content: flex-end;
    margin-bottom: 0px;
}
.entreprise-search-container-transparent > form > input {
    max-width: 450px !important;
    width: 100%;
    font-size: 14px;
    border-radius: 8px !important;
    border: 1px solid var(--Black-light);
    padding-right: 0px;
    margin: 0 0 10px;
    border-right: 0;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.entreprise-box-home .entreprise-search-container-transparent > form > input {
    max-width: 100% !important;
}
.entreprise-box-home .entreprise-search-container-transparent > form > input::placeholder {
    color: var(--noir-light);
    opacity: 1; /* Firefox */
  }
  
.entreprise-box-home .entreprise-search-container-transparent > form > input::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--noir-light);
}
.entreprise-search-container-transparent .btn-entreprise-search {
    left: 0;
    border-top: 1px solid var(--Black-light);
    background: #fff;
    border-bottom: 1px solid var(--Black-light);
    border-right: 1px solid var(--Black-light);
    border-left: none;
    border-radius: 8px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.entreprise-search-container-transparent .btn-entreprise-search:hover {
    color: #fff;
    background-color: #f7f7f7;
    border-color: var(--Black-light);
}

#entreprise-search-results {
    min-width: 40%;
    border: 1px solid var(--Black-light);
    background: white;
    border-radius: 8px;
    align-self: center;
    position: absolute;
    padding: 10px 15px 5px;
    top: 50px;
    max-height: 200px;
    overflow-y: auto;
    max-width: 550px;
    width: 100%;
}
#entreprise-search-results a {
    font-size: 14px;
    color: var(--Noir);
    line-height: 21px;
    display: inline-block;
    padding-bottom: 5px;
}
#entreprise-search-results a .searched-text {
    color: var(--Couleur-Secondaire);
}


.entreprise-box {
    /*background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 20px;*/
    border-radius: 8px;
    border: 2px solid #ECECEC;
    background: var(--Blanc, #FFF);
    padding: 24px 40px;
    transition: all 0.5s;
}

.entreprise-box:hover:not(.not-hover) {
    border: 2px solid var(--Couleur-Secondaire);
}

.entreprise-box h2 {
    color: var(--Noir);
    font-family: Karrik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 127.273% */
    padding: 0;
    margin: 0 0 5px;
}
.entreprise-box h1 {
    padding: 0;
    margin: 0 0 5px;
}

.entreprise-box h5 {
    color: var(--Noir);
    font-family: Karrik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    margin-bottom: 16px;
}

.entreprise-box-home {
    background: rgba(1, 1, 1, 0.50);
    z-index: 1!important; 
    border-radius: 0px;
    position: relative;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    padding: 80px 20px;
    color: white!important;
    min-height: 380px;
}

.entreprise-box-home::before {
    background-image: url("../images/entreprise/ban-annuaire-entreprise.webp");
    background-size: cover;
    opacity: 1; 
    z-index: -1; 
    border-radius: 0px;
    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entreprise-box-home > p, .entreprise-box-home > h1, .entreprise-box-home > div {
    color: white!important;
}
.entreprise-box-home > h1 {
    color: var(--Blanc);
    text-align: center;
    font-family: Karrik !important;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    margin: 0 0 32px !important;
    letter-spacing: -0.5px;
    padding: 0 !important;
    margin: 0 0 32px;
}
.entreprise-box-home > p {
    color: var(--Blanc);
    text-align: center;
    /* Body Large */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    padding: 0px !important;
    margin: 0 0 32px;
}

.other-departments-container {
    margin: 24px 0;
}

.other-departments-container b {
    display: block;
    color: var(--Noir);
    font-family: Karrik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}

.other-departments-container a {
    color: var(--Noir, #212121);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    text-decoration-line: underline;
}

.entreprise-status-label {
    font-size: 12px;
}

.entreprise-table td,
.entreprise-table th {
    padding-bottom: 10px;
    padding-right: 10px;
}

ul.dotted {
    list-style: initial;
}

ul.dotted li {
    margin-bottom: 10px;
}

.btn-entreprise-download {
    background: #2A3B65;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    min-width: 255px;
}

a.anchor {
    display: block;
    position: relative;
    top: -280px;
    visibility: hidden;
}

.bodacc-content-year {
    cursor: pointer;
}

.bodacc-content-year.year-selected {
    font-weight: bold;
    text-decoration: underline;
}

.bodacc-timeline-line {
    height: 100%;
    border: 2px solid #AD222C;
    position: absolute;
    left: 45%;
    top: 10px;
}
.bodacc-timeline-line-end {
    height: 40px;
    border: 2px dashed #AD222C;
    position: absolute;
    left: 45%;
    bottom: 0;
    top: 10px;

}

.bodacc-timeline-point:before {
    color: #AD222C;
    content: '⬤';
    position: absolute;
    left: 37%;
}

.bodacc-annonce-content {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 15px;
}



#region-dep-journal-selector {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 30px 0;
}

.journal-selector-box {
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    background-color: #fbfbfb;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}


@keyframes fade-in-up {
    0% {
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.video-wrap video {
    max-width: 100%;
    max-height: 100%;
}

video.stuck {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 350px;
    height: 200px;
    transform: translateY(100%);
    animation: fade-in-up 0.75s ease forwards;
    z-index: 1;
}

.content-box {
    padding-top: 10px!important;
}

.top-bar-icon {
    height: 20px;
}

.sidebar {
    padding-top: 35px;
}


.tcarchive {
    margin-top: 30px;
}
.tcarchive .title_large_underline {
    font-family: Karrik !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0 !important;
    color: var(--Couleur-Primaire);
    border-bottom: 4px solid var(--Couleur-Primaire);
    padding-bottom: 10px;
    display: inline-block;
}
.tcarchive .bg-w-border {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}
.tcarchive .box-tc h2 {
    color: var(--Noir);
    font-family: Karrik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.tcarchive .box-tc .box-tc-col {
    padding: 0 11px;
}
.tcarchive .box-tc .box-tc-detail {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 120px;
}
.tcarchive .box-tc .box-tc-detail .tc-image {
    max-width: 80px;
    margin-right: 20px;
}
.tcarchive .box-tc .box-tc-detail .tc-text {
    color: var(--Noir);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.5px;
}
.tcarchive .box-tc .box-tc-detail .tc-text span {
    color: #e54033
}
.banner-tc {
    background-image: url("../images/tribunal.webp");
    background-size: cover;
    background-position: 0 95%;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner-tc:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg,#000,#000);
    background-color: #333;
    opacity: .6;
}
.banner-tc > * {
    z-index: 100;
}
.banner-tc .banner-tc__img img {
    max-height: 100px;
    margin-right: 40px;
}
.banner-tc .banner-tc__text {
    padding: 10px
}
.banner-tc .banner-tc__text h4 {
    color: #fff;
    margin: 0;
}
/*.banner-tc .banner-tc__text h4 span {
    text-transform: uppercase;
}*/
.banner-tc .banner-tc__text p {
    color: #fff;
    margin-bottom: 10px;
}
.btn-color-greffes {
    padding: 8px 16px;
    border-radius: 8px !important;
    white-space: normal;
    background-color: var(--Couleur-Primaire) !important;
    color: #fff;
    border: 1px solid var(--Couleur-Primaire);
    text-transform: none;
}
.border-input select {
    border-radius: 8px !important;
    border: 1px solid rgba(33, 33, 33, 0.50);
    background: #fff;
    margin-bottom: 0 !important;
    padding: 8px 16px;
    height: auto;
    color: #212121;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.border-input.after-icon {
    position: relative
}
.border-input.after-icon::after {
    content: url("../images/icon/chevron-down-black.png");
    position: absolute;
    right: 26px;
    top: 10px;
    pointer-events: none;
}
.border-input.after-icon:focus-within::after {
    transform: translateY(-50%) rotate(180deg);
    top: 14px
}

#newsletter-form button {
    padding: 12px 16px;
    width: 100%;
}







@media only screen and (max-width: 991px){
    .logo {
        position: inherit;
        height: auto;
        transform: none;
        -webkit-transform: none;
        display: block;
        width: 100%;
        text-align: center;
        max-width: none!important;
        left: 0;
        top: 0;
    }

    /*.nav-icon-toggle .nav-icon-toggle__box {
        top: -60px;
    }*/
    .nav-icon-toggle {
        margin-top: -90px;
    }

    .entreprise-search-container > form  > input {
        max-width: 50%;
    }

    .bodacc-timeline-point:before {
        left: 32.5%;
    }

    .banner-tc {
        flex-direction: column;
        padding: 20px;
    }
    .banner-tc .banner-tc__img img {
        max-height: 100px;
        margin-right: 0;
    }
    .nav .logo {
        width: 75%;
        margin-left: 15%;
        padding: 0;
    }
    .nav .logo.logo-gf .logo__img {
        max-width: 180px;
    }
    .nav .logo.logo-gf span {
        display: none;
    }
    .nav .flex-parent {
        height: 0;
    }
    .topbar-header .links {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 0;
        text-align: left;
        
    }
    .topbar-header .links .dropbtn, 
    .topbar-header .links .linkbtn {
        width: 100%;
        display: block;
        color: #54555E;
        padding: 12px 22px;
        font-family: "Karrik", sans-serif!important;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        background: transparent;
        text-align: left;
        position: relative;
        border-bottom: 1px solid #E3E4E8;
    }
    .topbar-header .links .dropbtn:hover, 
    .topbar-header .links .linkbtn:hover, 
    .topbar-header .links .dropbtn:focus, 
    .topbar-header .links .linkbtn:focus {
        color: #2D95E3;
    }
    .topbar-header .links .dropdown-content {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    }
    .topbar-header .links .dropdown-content a {
        display: block;
        color: #54555E;
        font-family: "Karrik", sans-serif!important;
        font-size: 12px;
        font-weight: 700;
    }

}

@media only screen and (max-width: 768px){

    .login-form-container {
        display: flex;
        flex-direction: column;
    }
    .login-form-gray-content {
        order: 1;
    }
    .login-form-blue-content {
        order: 2;
    }

    .login-form-blue-content,
    .login-form-gray-content {
        position: initial;
        margin-bottom: 20px;
    }

    .entreprise-search-container > form .btn > .btn-text {
        display: none;
    }

    .btn-entreprise-search {
        min-width: inherit;
    }

    .bodacc-timeline-point:before {
        left: 25.5%;
    }

    .entreprise-box-home {
        padding: 30px 20px;
    }
    .entreprise-box-home > h1,
    .entreprise-box-home > p  {
        padding: 0!important;
        margin: 0 0 16px !important;
    }

    .other-departments-container a {
        display: block;
        margin-bottom: 7px;
    }

    .entreprise-box {
        padding: 24px
    }

    .mobile_vers {
        display: block;
    }
    .web_vers {
        display: none;
    }

    .border-input {
        margin-bottom: 24px;
    }

}

@media only screen and (max-width: 575px) {

    .entreprise-search-container > form {
        justify-content: center;
    }

    .bodacc-timeline-point:before {
        left: 34.5%;
    }

}

@media only screen and (max-width: 400px) {
    
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .bg-light {
        background: white;
    }
}

