/** GLOBAL **/
html {
    height: 100%;
}
body {
    min-height: 100%;
    overflow-x: hidden;
}
.text-light a, .text-light a:hover, .text-light a:active {
    text-decoration: none !important;
    color: white !important;
}

.form-control {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.grey-bg .select2-container--default .select2-selection--single{
     padding: 7px;
     height: 44px;
     font-size: 20px;
     position: relative;
 }

.grey-bg .select2-selection__arrow {
    height: 40px !important;

}

.modal-backdrop.in {
    opacity: .5 !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font24 {
    font-size: 24px !important;
}

.font30 {
    font-size: 30px !important;
}

.text-underline {
    text-decoration: underline;
}


.btn-danger {
    color: #fff;
    background-color: #e42c14 !important;
    border-color: #e42c14 !important;
}

.title-border {
    background-image: url(../img/Mini_Picto_Thermor.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5px 0 5px 55px;
}

.input-thermor {
    text-transform: uppercase;
    border-color: #000000 !important;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.has-error > .input-thermor {
    border-color: #e42c14 !important;
    background-color: #DD8D99 !important;
}

.input-error {
    border-color: #e42c14 !important;
    background-color: #DD8D99 !important;
}


.input-heater {
    border: 1px solid #000;
    height: 50px;
}

.input-heater span {
    color: #6c757d;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
}

.input-heater button {
    height:48px;
    width:49px;
    background: #000;
    color: white;
    float:right;
    border: none;
    font-size: 34px;
    position: relative;
}

.input-heater button .fa {
    top: -9px;
    position: relative;
}

.list-group-item .pastille {
    height: 30px;
    width: 30px;
    background: #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: right;
}

.list-group-item.active .pastille {
    background: #e42c14;
}

.list-group-item.active {
    background: white !important;
    color: #495057 !important;
    border-color: rgba(0,0,0,.125) !important;
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

/** END GLOBAL **/
/****************/
/** NAV **/

body > nav {
    background-color: #e42c14;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 15px;
    text-align: right;
}

body > nav a {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/** END NAV **/
/****************/
/** MAIN **/

.dark-bg main {
    background: #000;
}

.grey-bg main {
    background: #cecece;
}


main{
    min-height: 100%;
    padding: 20px 0 ;
}

.dark-bg main h1.title-border {
    font-size: 28px;
    font-weight:bold;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    border-bottom: #e42c14 5px solid;
}

.light-bg main h1.title-border {
    font-size: 28px;
    font-weight:bold;
    text-transform: uppercase;
    color: #343a40!important;
    text-decoration: none;
    text-align: left;
    border-bottom: #e42c14 5px solid;
}

/** END MAIN **/
/****************/
/** DASHBOARD **/

.dashboard-item {
    width: 80%;
    margin: 0 auto;
    display:flex;
    padding: 0;
}

.dashboard-item img {
    width: 100%;
    height: 100%;
}

.dashboard-item:not(.disabled):hover {
    border: #dad605 5px solid;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.6);
}


/** END DASHBOARD **/
/****************/
/** RANDOM DRAW **/


.random-draw-bg {
    padding-bottom: 0
}

/** END RANDOM DRAW **/
/****************/
/** WINNER **/

main.winner-bg {
    background-image: url(../img/winner-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 655px !important;
    position: relative;
}

#winner {
    position:absolute;
    top: 450px;
    left: 300px;

    height: 165px;
    width: 400px;
}

#winner .name{
    position:absolute;
    top: 50px;
    left: 40px;
    width: 300px;
    height: 90px;
    vertical-align: middle;
    text-align: center;
}

#winner .name span{
    color: red;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

/** END RANDOM DRAW **/
/****************/
/** STATS **/

.chiffre {
    margin: 0 auto;
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px solid;
    align-items: center;
    justify-content: center;
    display:flex;
}

.chiffre h1 {
    font-size: 4rem;
}

.chiffre-red {
    color: #e42c14;
    border-color: #e42c14;
}

.chiffre-black {
    color: #000;
    border-color: #000;
}

.chiffre-grey {
    color: #aeaeae;
    border-color: #aeaeae;
}

/** END STATS **/
/****************/
/** FOOTER **/

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e42c14;
    height: 100px;
}

/** END FOOTER **/


.input-heater {
    overflow-y: hidden;
}

@media (max-width: 490px) {
    h1,h2,h3 {
        font-size: 14px !important;
    }
    .font24{
        font-size: 14px !important;
    }
    .font18{
        font-size: 10px !important;
    }

    .dashboard-item{
        font-size: 13px;
    }
    .title-border {
        padding: 5px 0 5px 30px;

    }
    .my-4{
        margin-bottom: 0 !important;
    }
}

@media (min-width: 412px) and (max-width: 767.98px) {
    .dashboard-item{
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dashboard-item{
        width: 50%;
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .dashboard-item {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .dashboard-item {
        width: 50%;
    }
}

a.white{
    color:#FFF !important;
}

.ml10{
    margin-left: 10px;
}

.invalid-feedback {
    font-size: 14px !important;
    font-weight: bold !important;
}
