/*
* Module Rebours
* support@bondaty-and-co.fr
* www.bondaty-and-co.fr
*/


.reboursContainer{
    display: flex;
    justify-content: center;
    text-transform: none;
    padding: 10px;
}


.reboursContainer p{
    margin: 0;
}

/* .reboursMessageContainer, .reboursCountdownContainer{
    width: 50%;
} */
.reboursMessageContainer{
    display: flex;
    justify-content: flex-end;
}

.reboursCountdownContainer{
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
}

.reboursEndContainer{
    display: flex;
    justify-content: center;
}

@media (max-width : 478px){
    .reboursContainer{
        flex-direction:column;
    }

    .reboursMessageContainer{
        text-align: center;
    }
    


    .reboursCountdownContainer, .reboursMessageContainer{
        justify-content: center;
    }
    
}

@media (min-width : 479px){
    .reboursMessageContainer{
        margin-right: 10px;
    }   
    .reboursCountdownContainer{
        margin-left: 10px;
    }   
}



#reboours{
    text-align:center;
}
#countdown{
    display:block;
    text-align:center;
}
.go{
    display:inline-block;
    color:#fff;
    font-size:12px;
    line-height:15px;
    text-align:center;
    font-weight: bold;
}
#endcountdown{
    margin:5px auto 5px;
}
.no{
    display:none;
    padding:0;
    margin:0;
}
.goend{
display:inline;
}
