﻿
.dot-encours {
    height: 10px;
    width: 10px;
}

.img-contenu {
    height: 70px;
    width:70px;
}

.img-contenu-statut {
    height: 30px;
}

.loader-text {
    position: absolute;
    top: 29%; 
    left: 30%; 
    font-size: 19px
}

.loader-text-25 {
    position: absolute;
    top: 29%; 
    left: 20%; 
    font-size: 19px
}

.loader-text-100 {
    position: absolute;
    top: 29%; 
    left: 14%; 
    font-size: 19px
}


.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
  
}

.loader-25 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3BC947;
    width: 50px;
    height: 50px;
  
}

.loader-50 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3BC947;
    border-right: 8px solid #3BC947;
    width: 50px;
    height: 50px;
  
}


.loader-75 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3BC947;
    border-right: 8px solid #3BC947;
    border-bottom: 8px solid #3BC947;
    width: 50px;
    height: 50px;
  

}

.loader-100 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border: 8px solid #3BC947;
    width: 65px;
    height: 65px;
}

input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    -ms-appearance: none;
    height: 18px;
    width: 20px;
    border: 1px solid ;
}


input[type="checkbox"]:checked {
    position: relative;

    
    
    
     
   
}

.checkmark::after{
    border: solid yellow;
}



.fadeOut {
    height: 35px;
    width: 35px;
}

.fadeOut:hover{
    height: 20px!important;
    width: 190px;
    -webkit-transition: width 2s, height 2s;
    transition: width 1s, height 1s;
    cursor: pointer;
}

.fadeOut:hover input {
    height: 15px!important;
    -webkit-transition: height 1s;
    transition: height 1s;
}

.fadeOut:hover label {
    cursor: pointer;
    color: white;
    visibility: visible!important;
    -webkit-transition: visibility 0.8s;
    transition: visibility 0.8s step-end;
}



#cbBornesList td > input {
    border-radius: .25rem !important;
    display: block;
    
    
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

#cbBornesList td > label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#cbBornesList td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: .5rem !important;
}

.GridCenter{
    padding-left : 50px;
    padding-right : 50px;

}