<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************************************************************************************************
/***********************************************************************************************************************************

##     ## ########    ###    ########  ######## ########  
##     ## ##         ## ##   ##     ## ##       ##     ## 
##     ## ##        ##   ##  ##     ## ##       ##     ## 
######### ######   ##     ## ##     ## ######   ########  
##     ## ##       ######### ##     ## ##       ##   ##   
##     ## ##       ##     ## ##     ## ##       ##    ##  
##     ## ######## ##     ## ########  ######## ##     ##                                                      
                                                          
/***********************************************************************************************************************************/
/***********************************************************************************************************************************/

.js-header{
    overflow: hidden;
    text-align: center;
    border: 0;    
}
.js-header::after{
    clear: both;
    content: "";
    display: block;
}

/** js-header__nav *****************************************************************************************************************/
/***********************************************************************************************************************************/

.js-header__nav{
    width: auto;
    float: right;
}
.header__nav__cell{
    display: table-cell;
    vertical-align: middle;
}
.js-header,
.header__nav__cell,
.js-header__background{
    height: 35pt;
}

/** js-header__background **********************************************************************************************************/
/***********************************************************************************************************************************/

.js-header__background{
    background-color: rgba(56, 96, 145, 0.8);
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top : 0;
    z-index: -1;
}

/** headerbtn **********************************************************************************************************************/
/***********************************************************************************************************************************/

.headerbtn{
    background-color: rgba(55,101,154,.8);
    border-radius: .3em;
    display: inline-block;
    height: 16px;
    margin: 0 6px 0 0;
    padding: 10px;
    position: relative;
    width: 16px;
}
.headerbtn:focus::after{
    border-radius: .3em;
}
.headerbtn__svg{
    position: relative;
    z-index: 1;
}

/** headercurrency *****************************************************************************************************************/
/***********************************************************************************************************************************/

.headercurrency{
    background: rgba(55,101,154,.8);
    border-radius: 17.5px;
    border-radius: calc(35px / 2);
    display: block;
    height: 35px;
    margin: 0 6pt;
    padding: 0 12px 0 22px;
    position: relative;
}
.headercurrency:focus::after{
    border-radius: 17.5px;
    border-radius: calc(35px / 2);
}
.headercurrency__img{
    position: absolute;
    left: -10px;
}
.headercurrency__device{
    padding: 4px 0;
    height: 27pt;
    font-size: 0.7rem;
    background-color: rgba(55, 101, 154, 0.8);
}
.headercurrency__device--smartphone {
    overflow: hidden;
}
.headercurrency__device--tablet{
    display: none;
}
.js-headercurrency__device__value{
    font-weight: bold;
    padding-top: 3px;
}
.headercurrency__device__label,
.js-headercurrency__device__value{
    color: #fff;
    display: block;
    font-size: .7rem;
    text-align: right;
    white-space: nowrap;
}

/** headercurrency &amp; headercurrency :: focus ***************************************************************************************/
/***********************************************************************************************************************************/

.headerbtn::after,
.headercurrency::after{
    content: "";
    position: absolute;
    z-index: 0;
    background-color: rgba(255,255,255,.3);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    border-radius: 100%;
    transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
}
.headerbtn:focus::after,
.headercurrency:focus::after{
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.headerbtn:focus .headerbtn__svg,
.headercurrency:focus .headercurrency__img{
    transform: scale(.9);
    -ms-transform: scale(.9);
    -moz-transform: scale(.9);
    -webkit-transform: scale(.9);
}

/** header-carousel ****************************************************************************************************************/
/***********************************************************************************************************************************/

.header-carousel{
    float: left;
    display: none;
    margin: 4pt 0 4pt 4pt;
}
.hud-marketing,
.header-carousel {
    width: 236px;
    position: relative;
}
.header-carousel-button {  
    background-position: -36px 0;
    border: medium none;
    cursor: pointer;
    display: inline-block !important;
    outline: medium none;
    position: absolute !important;
    top: 0;
    width: 36px;
}
.header-carousel-button span span{
    display: none;
}
.header-carousel-button.previous {
    left: 0;
}
.header-carousel-button.next {
    right: 0;
}
.header-carousel-button.disabled {
    background-color: rgba(55, 101, 154, 0.8);
    background-image: none;
    border-radius: 0 22px 22px 0;
}
.header-carousel-button.next.disabled {
    right: 11px;
    width: 25px;
}
.header-carousel-container {
    background-color: rgba(55, 101, 154, 0.8);
    border-radius: 22px 0 0 22px;
    height: 36px;
    width: 200px;
}
.header-marketing-endtime img {
    float: left;
}

.headerbtn__pastille{
    background-color: #C80000;
    border-radius: 3em;
    color: #fff;
    display: block;
    font-size: 0.6rem;
    left: -6px;
    position: absolute;
    top: -3px;
    z-index: 10;
    line-height: 20px;
    min-width: 20px;
    height: 20px;
    text-align: center
}
.headerbtn__pastille .svg{
    position: relative;
    top: 2px;
}
.headerbtn__pastille--currency{
    left: -11px;
}
.header-marketing {
    color: #fff;
    display: block;
    height: 45px;
    left: -5px;
    position: relative;
}
.header-marketing,
.header-marketing:hover {
    text-decoration: none;
}
.header-marketing-title {
    font-size: 0.8rem;
}
.header-marketing-title,
.header-marketing-endtime {
    display: block;
    margin-left: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 130px;
    text-align: left;
}
.header-marketing-endtime {
    font-size: 11px;
    line-height: 19px;
}




/* btn-content (message + profile) ************************************************************************************************/
.ui-btn-content{
    background-color: rgba(55, 101, 154, 0.8);
    border-radius: 0.3em;
    display: inline-block;
    height: 23px;
    margin: 0 4pt 0 0;
    padding: 6px 7px 7px;
    position: relative;
    text-decoration: none;
    width: 22px;
}
.ui-btn-content .content-icon-svg {
    margin: 4px;
}

/* filter-bar **********************************************************************************************************************/
.filter-bar input[type="text"] {
    height: 2.3em;
}
/*.filter-bar .ui-input-search{
    margin: -1px 0 0;
}*/


/***********************************************************************************************************************************/
/* HEADER : MARKETING **************************************************************************************************************/
/***********************************************************************************************************************************/

#marketing-button-top {
    background-size: cover;
    bottom: 1px;
    display: block;
    height: 50px;
    left: 10px;
    position: absolute;
    width: 50px;
}
#marketing-button-top.cartes-metiers {
    background-image: url(/media/equideo/image/concours/cards/metiers/button/btn-off.png);
}
#marketing-button-top.tombola {
    background-image: url(/media/equideo/image/concours/tombola/bouton-off.png);
}
#marketing-button-top.pinata {
    background-image: url(/media/equideo/image/concours/pinata/button/pinata-home-off.png);
}
#marketing-button-top.ncm {
    background-image: url(/media/equideo/image/concours/ncm/header.png);
}</pre></body></html>