@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900');

@font-face {
    font-family: neurial;
    src: url('./fonts/neurialgrotesk-bold.woff2') format('woff2'),
        url('./fonts/neurialgrotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: neurial;
    src: url('./fonts/neurialgrotesk-medium.woff2') format('woff2'),
        url('./fonts/neurialgrotesk-medium.woff') format('woff');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: neurial;
    src: url('./fonts/neurialgrotesk-regular.woff2') format('woff2'),
        url('./fonts/neurialgrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*:root {
    --bs-link-color-rgb: 55, 133, 175;
}*/
a {
    --bs-link-color-rgb: 55, 133, 175;
}

html,
body,
.blcMenu ul.we-mega-menu-ul>li a,
.navbar-we-mega-menu .type-of-block,
.navbar-we-mega-menu .type-of-block a,
.blcVideo .infotxt h2,
.blcVideo .infotxt h2 span,
.blcVideo .infotxt p {
    font-family: neurial, 'Roboto', sans-serif;
}

.body .zone {
    max-width: none;
}

.logo {
    width: 200px;
}

.logo span {
    display: none;
}

.logoFooter {
    min-width: 420px;
    width: inherit;
}

.logoFooter img {
    height: 80px;
    width: auto;
    display: block;
    /*float: none;*/
    margin-right: 20px;
    margin-bottom: 10px;
}

.biat-br-tr {
    border-radius: 0;
    border-top-right-radius: 70px;
    border-bottom-left-radius: 0;
}

.biat-br-br {
    border-radius: 0;
    border-bottom-right-radius: 5em;
}

.blcContact a {
    color: #D0661C;
}

.blcContact a:hover {
    color: #D67F28;
}
.blcAgence .txt3 a {
    color: #254676;
}
.blcAgence .txt3 a:hover{
    color: #D0661C;
}
.blcAgence .txt2 a,
.blcAgence .mail a,
.blcAgence .txt1{
    font-size: 14px;
}
.blcAgence a,
.blcAgence:hover a {
    color: #254676;
}

.blcAgence a:hover {
    color: #D0661C;
}

.blcMenu .we-mega-menu-col.right_mega_menu .widget_megamenu a.btn_megamenu {
    background: #254676;
    border-radius: 0;
    border-bottom-right-radius: 2em;
    padding-right: 30px;
    padding-left: 30px;
}

.blcMenu .we-mega-menu-col.right_mega_menu .widget_megamenu a.btn_megamenu:hover {
    background: #D67F28;
}

.we-mega-menu-ul>.we-mega-menu-li.active-trail>a,
.we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus,
.we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
.we-mega-menu-ul>.we-mega-menu-li.active>a,
.we-mega-menu-ul>.we-mega-menu-li.active>a:focus,
.we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
.we-mega-menu-ul>.dropdown-menu:focus>a,
.we-mega-menu-ul>.dropdown-menu:focus>span,
.we-mega-menu-ul>.dropdown-menu:hover>a,
.we-mega-menu-ul>.dropdown-menu:hover>span {
    background: transparent;
}

.zn_Projects .blcPjt:hover .img img {
    transform: scale(1.0);
}

.zn_Projects .blcPjt1 {
    background: #D0661C;
    border-radius: 0;
    border-top-left-radius: 5em;
}

.zn_Projects .blcPjt2 {
    background: #254676;
    border-radius: 0;
    border-top-right-radius: 5em;
}

.zn_Projects .blcPjt3 {
    background: #DF9B1B;
    border-radius: 0;
    border-bottom-left-radius: 5em;
}

.zn_Projects .blcPjt4 {
    background: #3785AF;
    border-radius: 0;
    border-bottom-right-radius: 5em;
}

.zn_Projects .blcPjt2 img,
.zn_Projects .blcPjt2:hover img {
    border-top-right-radius: 5em;
}

.zn_Projects .blcPjt4 img,
.zn_Projects .blcPjt4:hover img {
    border-bottom-right-radius: 5em;
}

.zn_Projects .blcPjt img {
    width: 100%;
    height: 100%;
}

.video-container2 {
    position: relative;
    width: 100%;
}

.video-container2.is-playing {
    padding-bottom: 56.25%;
}

.video-container2.is-playing .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-bottom-right-radius: 9em;
}

.video-container2 .video {
    display: none;
}

.video-container2.is-playing .video-thumb {
    display: none;
}

.video-container2 .video-thumb .video-thumb-img {
    width: 100%;
    height: auto;
    position: relative;
    /*filter: sepia(1) hue-rotate(352deg) saturate(0.8) brightness(1);*/
    max-height: 600px;
    object-fit: cover;
    object-position: center bottom;
    border-bottom-right-radius: 9em;
}

.video-container2 .video-thumb .play_btn {
    position: absolute;
    top: calc(50% - 50px);
    border-radius: 100%;
    filter: drop-shadow(0px 0px 5px white);
    left: calc(50% - 50px);
    cursor: pointer;
    animation: pulse-border 900ms ease-out infinite;
    width: 100px;
    animation-direction: alternate;
    border: 4px solid white;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-0%) translateY(-0%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-0%) translateY(-0%) translateZ(0) scale(1.1);
        opacity: 1;
    }
}

.blcVideo {
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.blcVideo .img img {
    /* filter: grayscale(1) brightness(0.5); */
}

.blcVideo:hover .img img {
    filter: none;
}

.zn_Cartouche .pdtLinkName {
    width: 100%;
}

.zn_Cartouche .cartoucheRed .pdtLinkName a {
    color: #044576;
}

.zn_Cartouche .cartoucheJaune .pdtLinkName a {
    color: #D0661C;
}

.zn_Cartouche .cartoucheGreen .pdtLinkName a {
    color: #DF9B1B;
}

.zn_Cartouche .cartoucheRed .pdtLinkName a:hover {
    background-color: #044576;
}

.zn_Cartouche .cartoucheJaune .pdtLinkName a:hover {
    background-color: #D0661C;
}

.zn_Cartouche .cartoucheGreen .pdtLinkName a:hover {
    background-color: #DF9B1B;
}

.zn_Cartouche .cartoucheRed .pdtLinkName a,
.zn_Cartouche .cartoucheJaune .pdtLinkName a,
.zn_Cartouche .cartoucheGreen .pdtLinkName a {
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.zn_Cartouche .cartoucheRed .pdtLinkName a:hover,
.zn_Cartouche .cartoucheJaune .pdtLinkName a:hover,
.zn_Cartouche .cartoucheGreen .pdtLinkName a:hover {
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.zn_Cartouche .cartoucheRed .slogan,
.zn_Cartouche .cartoucheJaune .slogan,
.zn_Cartouche .cartoucheGreen .slogan {
    background: url(../image/gif/bgcartyellow.gif) left bottom no-repeat;
}

.zn_Projects .pdtLinkName {
    background: url(../image/gif/bgcartwhite.gif) left 8px no-repeat !important;
}

.zn_Projects .slogan {
    font-weight: normal;
}

.ttr1h2 h2,
.zn_Biat_info .warrap>div>div.ttr2h2 h2 {
    background: url(../image/gif/bgcartyellow.gif) center bottom no-repeat;
    font-size: 16px;
}

.zn_Biat_info img {
    /*filter: hue-rotate(180deg);*/
    max-height: 50px;
    width: auto;
}

.blcVideo {
    border-radius: 0;
    border-bottom-right-radius: 5em;
    overflow: hidden;
}

.blcVideo .img .align-right {
    float: none;
}

.blcVideo .img a:after,
.blcVideo .img a:hover:after {
    content: "";
    background: url(../image/png/play-btn.png) center no-repeat;
    background-size: 100px 100px;
    border: 2px solid #ffd653;
    border-radius: 100%;
}

.blcMenuBt a.btJaune {
    background-color: #DF9B1B;
    border-radius: 0;
    border-top-left-radius: 3em;
}

.blcMenuBt a.btJaune:hover {
    background-color: #D0661C;
}

.blcMenuBt a.btRouge {
    background-color: #254676;
    border-radius: 0;
    border-top-right-radius: 3em;
}

.blcMenuBt a.btRouge:hover {
    background-color: #3785AF;
}

.map_right {
    border-top: #ffd653 solid 3px;
}

.map_right .link a {
    background: #DF9B1B;
    color: #fff;
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.map_right .link a:hover {
    background: #D0661C;
}

.cssPageAll p a,
.cssPageAll ul li a,
.cssPageAll p a:hover,
.cssPageAll ul li a:hover {
    color: #DF9B1B;
}
.cssPageAll h2 {
    color: #254676;
}
.cssPageAll h3 {
    color: #D0661C;
}
.cssPageAll ul li::before {
    color: #3785AF;
}

.msg.err span {
    color: #3785AF;
}

.msg.err,
.msg.succ,
.msg_erreur_content {
    border-radius: 0;
    /*border-top-left-radius: 5em;*/
    border-bottom-right-radius: 5em;
    /*border-color: #E9E3E0;*/
    border-color: #DF9B1B;
    border-width: 5px;
}
.cssPageAll .link_msg,
.cssPageAll .link_msg:hover{
    color:#fff;
}
.link_msg {
    background: #254676;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    /*padding-right: 30px;*/
    padding-right: 20px;
    padding-left: 20px;
    margin: 10px 0--bs-link-color-rgb: 51, 122, 183;
    ;
}

.link_msg:hover {
    background: #D67F28;
}

.zn_right .blcPjt1 {
    background: #3785AF;
    border-radius: 0;
    border-top-left-radius: 6em;
}

.zn_right .slogan {
    font-weight: normal;
}

.zn_right .blcPjt1 .pdtLinkName {
    background: url(../image/gif/bgcartwhite.gif) left 8px no-repeat !important;
}

.zn_right .blcPjt4 {
    background: #DF9B1B;
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.zn_right .blcPjt4 .pdtLinkName {
    background: url(../image/gif/bgcartwhite.gif) left 19px no-repeat;
}

.a2a_kit a {
    /*filter: grayscale(100%);*/
}

.a2a_kit a:hover {
    filter: none;
}

.a2a_full_footer {
    display: none;
}

.blcSearch form,
.blcSearch .form-item input {
    border-radius: 0;
    border-bottom-right-radius: 2em;
    background: #E9E3E0;
}

.blcSearch .form-actions input,
.blcSearch .form-actions input:hover {
    background-image: url(../image/svg/search.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

.blcContact a::before {
    content: " ";
    background-image: url(../image/svg/email.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 30px;
    height: 30px;
}

.blcPlanifierRdv a::before {
    content: " ";
    background-image: url(../image/svg/calendar.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.blcRsFooter a::before {
  font: normal normal normal 30px/1 FontAwesome;
}
.entet_produits:after {
    background: #79BDD6;
}

.elem-projet .title:after {
    background: #f2a73a;
}

.cards-view-list {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(3, auto); */
    /* grid-auto-columns: minmax(200px, auto); */
}

.cards-view-list header {
    grid-column: span 3;
}

.elem-projet:nth-child(3n+2) {
    margin-left: inherit;
}

.elem-projet {
    margin: 0;
    border-radius: 0;
    border-bottom-right-radius: 5em;
    margin-bottom: 20px;
    width: 100%;
}

.elem-projet .img img {
    width: 100%;
}

.placeholder {
    cursor: unset;
    background: unset;
}

.blcMenuFootre li a.is-active {
    color: #DF9B1B;
}

.blcMenuFootre li a:hover {
    color: #D0661C;
}

.blcPlanifierRdv a {
    color: #254676;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2em;
    font-size: 18px;
}

.blcPlanifierRdv a:hover {
    color: #D0661C;
}

.contact-form .form-actions input {
    background: #254676;
    border-radius: 0;
    border-bottom-right-radius: 2em;
}

.contact-form .form-actions input:hover {
    background: #D67F28;
}

.form-item-time.js-form-item-time {
    display: flex;
}

.msg_erreur_content a.btn {
    background: #254676;
    border-radius: 0;
    border-bottom-right-radius: 20px;
}

.msg_erreur_content a.btn:hover {
    background: #D67F28;
}

.msg.succ span {
    color: #000;
}

.bannerNF .notFound a,
.bannerNF .notFound a:hover {
    background: #254676;
    color: #fff;
    border-radius: 0;
    border-bottom-right-radius: 2em;
    padding: 10px 30px;
}

.bannerNF.inner img {
    border-radius: 0;
    border-bottom-right-radius: 9em;
}

.zn_Top,
.zn_Copy_footer {
    background: #E9E3E0;
}

.blcAgence .txt2:after,
.blcAgence .mail:after,
.blcAgence .txt3:after {
    color: #212949;
}

.ouvre-ferme p.active::after {
    background: none;
    content: "\f056";
    font: normal normal normal 25px/1 FontAwesome;
    font-size: 20px;
    color: #3785AF;
}

.ouvre-ferme .linkOuvreFerme::after {
    background: none;
    content: "\f055";
    font: normal normal normal 25px/1 FontAwesome;
    font-size: 20px;
    color: #3785AF;
}

.blcRs a {
    color: #212949;
}

.blcRs a:hover {
    color: #D0661C;
}

.zn_Logo_space {
    background: #ffffff;
}

.zn_Projects,
.zn_Menu_footer,
/*.internePage,*/
body {
    background: #E9E3E0;
}

.blcMenu ul.we-mega-menu-ul>li a {
    color: #254676;
}

.we-mega-menu-ul>.we-mega-menu-li>a:focus,
.we-mega-menu-ul>.we-mega-menu-li>a:hover {
    background: transparent;
    color: #254676;
}

.blcMenu .we-mega-menu-ul>.dropdown-menu>.we-mega-menu-submenu {
    background-color: rgba(233, 227, 224, 0.95);
}

.blcMenu .we-mega-menu-col.left_mega_menu {
    border-right: #BFB6AB solid 1px;
}

.blcMenu .we-mega-menu-col.left_mega_menu ul.nav-tabs li a:hover,
.blcMenu .we-mega-menu-col.left_mega_menu ul.nav-tabs li.active a {
    font-weight: bold;
    color: #D0661C;
}

.blcMenu ul.we-mega-menu-ul>li>a:hover,
.blcMenu ul.we-mega-menu-ul>li:hover>a,
.blcMenu ul.we-mega-menu-ul>li.active>a {
    color: #DF9B1B;
}

.zn_Copy_footer {
    padding: 25px;
}

.zn_Biat_info .slogan {
    border-color: #BFB6AB;
}

/*.internePage .cnt {
    margin-top: 0px;
    padding-top: 45px;
    padding-bottom: 70px;
}
.zn_Banner {
    border-bottom-right-radius: 9em;
    overflow: hidden;
    background: #E9E3E0;
}*/
.infoActus .big {
    font-weight: 700;
}

.infoActus .big,
.infoActus p,
.blcPath a,
.cssPageAll .txtbig2,
.contact-form .form-wrapper .js-form-type-textfield label,
.contact-form .form-wrapper .js-form-type-select label,
.contact-form .form-wrapper .js-form-type-number label,
.contact-form legend,
.contact-form .form-wrapper .js-form-type-email label,
.contact-form .form-wrapper .js-form-type-textarea label,
.contact-form .form-wrapper.field--type-datetime h4,
.contact-form .form-wrapper .js-form-type-managed-file label,
.form-group label,
.map_right .desc p,
.contact-form .option,
.blcMenuFootre li a,
.zn_Copy_footer {
    color: #695F56;
}
.blcPath {
    border-color: #E9E3E0;
}
.btn-close {
    background-color: #BFB6AB;
}
.zn_Projects .blcPjt a {
    font-size: 12px;
}
.ouvre-ferme p.active a {
  color: #D0661C;
}
.contact_top.big{
    color: #254676;
}
.contact_top.desc{
    color: #D0661C;
}
.Agence-biat-france p,
.Agence-biat-france strong{
    color: #254676;    
}
@media (max-width: 1100px) {
    .zn_Projects .slogan {
        padding: 45px 10px;
    }
}

@media (max-width: 991px) {
    header .region-we-mega-menu {
        background-color: #fff;
        margin-bottom: 0;
        padding-bottom: 9px;
    }
    .blcMenu .navbar-we-mega-menu.navbar .we-mega-menu-ul > li > a {
        padding: 15px;
        border-bottom: 1px solid #E9E3E0;
    }
    .blcMenu .we-mega-menu-ul>.dropdown-menu>.we-mega-menu-submenu {
        background-color: rgba(249, 248, 248, 1);
    }

    .zn_Projects .pdtLinkName {
        right: 5px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        margin-bottom: 6px;
    }

    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background: #DF9B1B;
    }

    .zn_Menu .navbar-we-mega-menu.navbar.mobile-main-menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 230px;
        left: auto;
        margin: 0;
        padding: 0;
    }

    .toggled .zn_Menu .navbar-we-mega-menu.navbar.mobile-main-menu {
        display: block !important;
    }

    .navbar-we-mega-menu.navbar .nav-tabs.subul>li.active>a,
    .navbar-we-mega-menu.navbar .nav-tabs.subul>li.active>a:focus,
    .navbar-we-mega-menu.navbar .nav-tabs.subul>li.active>a:hover {
        padding: 7px 0;
        background: unset;
        line-height: normal;
        border-width: 0;
    }
}

@media (max-width: 768px) {
    .logo img {
        float: left;
        height: 80px;
    }

    .blcAgence .txt1 {
        margin-bottom: unset;
    }

    .cards-view-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .cards-view-list header {
        grid-column: span 2;
    }

    .blcAgence {
        padding: 10px;
        background: #E9E3E0;
    }

    .zn_Projects .blcPjt2,
    .zn_Projects .blcPjt2 img {
        border-top-right-radius: 0em;
        border-bottom-right-radius: 5em;
    }

    .zn_Projects .blcPjt3,
    .zn_Projects .blcPjt3 img {
        border-top-right-radius: 5em;
        border-bottom-left-radius: 0;
    }

    .zn_Projects .blcPjt4 {
        border-bottom-left-radius: 5em;
        border-bottom-right-radius: 0;
    }

    .zn_Projects .blcPjt4 img,
    .zn_Projects .blcPjt4:hover img {
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 640px) {
    .blcMenuBt {
        margin-bottom: 0;
    }

    .logoFooter {
        width: auto;
        min-width: inherit;
    }

    .logoFooter img {
        margin: 15px auto;
    }

    .blcAgence .txt2::after {
        content: " ";
        background-image: url(../image/svg/agences.svg);
        background-repeat: no-repeat;
        background-position: left center;
        width: 25px;
        height: 25px;
    }

    .blcAgence .mail::after {
        content: " ";
        background-image: url(../image/svg/email.svg);
        background-repeat: no-repeat;
        background-position: left center;
        width: 25px;
        height: 25px;
    }

    .blcAgence .txt3::after {
        content: " ";
        background-image: url(../image/svg/phone.svg);
        background-repeat: no-repeat;
        background-position: left center;
        width: 20px;
        height: 20px;
    }

    .zn_Projects .slogan {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .zn_Projects .slogan {
        font-size: 30px;
    }

    .zn_Projects .blcPjt1 img,
    .zn_Projects .blcPjt1:hover img {
        border-top-left-radius: 5em;
    }

    .zn_Projects .blcPjt4 img,
    .zn_Projects .blcPjt4:hover img {
        border-bottom-left-radius: 5em;
    }

    .blcMenuBt a.btRouge {
        border-top-right-radius: 0;
        border-bottom-right-radius: 3em;
        margin-bottom: 20px;
    }

    .blcMenuBt a {
        line-height: 50px;
        font-size: 14px;
    }

    .zn_Biat_info {
        border-top-right-radius: 0em;
    }

    .zn_Banner {
        border-bottom-right-radius: 0em;
    }

    .cards-view-list .elem-projet {
        grid-column: span 3;
    }

    .zn_Projects .blcPjt .img img {
        float: right;
        opacity: 0.3;
        filter: alpha(opacity=60);
    }
}

@media (max-width: 360px) {
    .blcRsFooter ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .zn_Projects .slogan {
        font-size: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

#edit-time-items tbody td div {
    margin-bottom: 10px;
}

#edit-time-items tbody td div input {
    font-size: 14px;
    margin: 0 10px;
}

.bannerNF.inner .notFound {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    border-radius: 0;
    border-bottom-right-radius: 9em;
    padding: 20px;
}

body.toggled {
    right: 0;
}

.search_mb {
    background-image: url(../image/svg/search.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    width: 33px;
    height: 30px;
    display: none;
}

@media (max-width: 991px) {
    .search_mb {
        display: inline-block !important;
    }
}

@media (max-width: 640px) {
    .navbar-toggle {
        margin-top: 33px;
    }
}

@media (max-width: 991px) {
    .overlay {
        background-color: rgb(255 255 255 / 60%);
    }

    .btn-close {
        background-color: #1f2a67;
    }
}

#block-medianet-content .search-form {
    font-size: 14px;
    margin-bottom: 40px;
    display: none;
}

.search_result {
    margin-top: 20px;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li {
    display: inline;
}

@media (min-width: 992px) {

    .we-mega-menu-col,
    .we-mega-menu-submenu {
        -webkit-transition: none;
        transition: none;
    }
}

.internePage .zn_Banner .ttrPage {
    z-index: 1;
}

.we-mega-menu-submenu {
    pointer-events: none;
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: visible;
        opacity: 0;
        pointer-events: none;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        pointer-events: auto;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
        pointer-events: none;
    }

    to {
        opacity: 1;
        pointer-events: auto;
    }
}


@media (max-width: 991px) {
    .navbar-we-mega-menu.navbar .nav .open>a,
    .navbar-we-mega-menu.navbar .nav .open>a:focus,
    .navbar-we-mega-menu.navbar .nav .open>a:hover,
    .navbar-we-mega-menu.navbar .nav-tabs>li.active>a,
    .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:focus,
    .navbar-we-mega-menu.navbar .nav-tabs>li.active>a:hover {
        background-color: #D0661C;
    }
}