<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin:0;
    font-family: 'Lato';
}

.countdownHolder{
    height:50px;
}

.bandeauContainer{
    display:none;
}

.bandeauCar{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#424242;
    display:flex;
    flex-wrap: wrap;
    padding:5px 0;
    z-index: 1000000;
}

.bandeauCar&gt;div{
    margin:auto;
}

.bandeauCar&gt;div:nth-child(2){
    margin-right: 3%;
}

.bandeauCar&gt;div:nth-child(3){
    margin-left: 3%;
}

.bandeauCar p{
    text-align: center;
    margin-top: 10px;
    color:#009b6b;
    font-size: 20px;
}

.bandeauCar svg{
    position: absolute; 
    right:10px;
    top:10px;
    cursor:pointer;
}

.bandeauCar .buttonBandeauCar{
    padding:15px 30px;
    background:#009b6b;
    color:white;
    border-radius: 5px;
    display:block;
    width:178px;
    margin:auto;
    text-align: center;
}

.bandeauCar .countdownHolder *{
    color:black;
}

.bandeauCar .countDiv:before, .countDiv:after{
    background:white;
}

.bandeauCar .digit.static{
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #eeeeee), color-stop(0.5, #ffffff) );
}

.bandeauCar .digit{
    background:white;
}

.linkMethodes{
    display:flex;
    margin-left: 10px !important;
}

.linkMethodes img{
    margin-left: 20px;
}

.countdownContainer{
    margin-right: 60px !important;
}

@media screen and (max-width:872px){
    
    .bandeauCar&gt;div {
        width:100%;
    }

    .bandeauCar&gt;div:nth-child(2){
        margin-right: auto;
    }

    .bandeauCar&gt;div:nth-child(3){
        margin-left: auto;
    }

    .bandeauCar{
        padding-bottom: 10px;
    }

    .linkMethodes img{
        margin:auto;
        margin-left: 0;
    }

    .buttonBandeauCar{
        margin-right: auto;
        width:240px !important;
    }

    .legende{
        width:50%;
        margin:auto;
    }

    .countdownContainer{
        margin-right: auto !important;
    }

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

}
@media screen and (max-width:751px){
    .bandeauCar .countdownHolder{
        height:30px;
    }
}
@media screen and (max-width:445px){
    .buttonBandeauCar{
        text-align: center;
        padding:10px !important;
    }
    .bandeauCar p{
        font-size: 14px;
    }


}</pre></body></html>