.main-nav-inner-wrapper { background-image: url('/resources/skin/bar/img/bg/angle.png'); }
.bloc-theme-slant-utl .slant-container { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/utl_angle.png"); }
.bloc-theme-slant-utl .slant-content-wrapper { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/utl_bg.png"); }
.bloc-theme-slant-utr .slant-container { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/utr_angle.png"); }
.bloc-theme-slant-utr .slant-content-wrapper { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/utr_bg.png"); }
.bloc-theme-slant-btl .slant-container { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/btl_angle.png"); }
.bloc-theme-slant-btl .slant-content-wrapper { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/btl_bg.png"); }
.bloc-theme-slant-btr .slant-container { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/btr_angle.png"); }
.bloc-theme-slant-btr .slant-content-wrapper { background-image: url("/resources/skin/bar/img/bg/bloc-theme/slant/btr_bg.png"); }

.rsArrowIcn,
.owl-theme .owl-controls .owl-buttons div,
.section-form-steps-action-wrapper .button,
.sous-bloc-content-title-picto {
    background-image: url("/resources/skin/bar/img/pictos/arrow-sprite.png");
}

.footer-link:hover, .footer-link:focus, .footer-link:active { color: #fff; }

/* BASE COLOR */
a,
.section-form-steps-action-wrapper .button-cancel,
.button:hover,
.sc-price,
.offre-prestation-price-wrapper,
.bloc-theme-cross-buy .sous-bloc-content-title-label,
.popin-title { color: #e98f10; }

::-webkit-scrollbar-thumb{
    background-color: #e98f10;
}

.rsFullscreenIcn:hover,
.rsArrowIcn:hover,
.r-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active,
.captcha-button,
.owl-theme .owl-controls .owl-page span,
.btn-play-video-picto,
.home-nav-link,
.header-nav-btn-booking,
.header-nav-btn-menu,
.bloc-theme-cross-buy .sous-bloc-content-title-link:hover,
.sous-bloc-content-title-picto-wrapper,
.bloc-composite.without-image.bloc-theme-cross-buy .sous-bloc-content-title-picto,
.bloc-theme-cross-buy .sous-bloc-content-title-link:hover .sous-bloc-content-title-picto-wrapper { background-color: #e98f10; }

.r-tabs .r-tabs-panel,
.offre-prestation,
.button { border-color: #e98f10; }

.footer-links-wrapper,
.rsNavSelected,
.slideshow-standard-with-text .rsNavSelected,
.button,
.main-nav-colored-bg,
.rgpd-banner{ background: #e98f10; }

.captcha-button:hover { box-shadow: inset 0 0 0 2px #e98f10; }

/* LIGHTED COLOR */
.nav-list .sub-menu { background: #eab05d; }
.nav-list .nav-item .nav-item:hover .nav-item-link { background-color:#eab05d; }

/* DARKED COLOR */


/* TABLETTE */
@media screen and (max-width: 1200px) {
    /* BASE COLOR */
    .nav-list .nav-item.highlight { background-color: #e98f10; }
    
    /* LIGHTED COLOR */
    .nav-list .nav-item.highlight ul{
        background-color: #eab05d;
    }
}