
.buttons-colvis{
    margin-bottom: 10% !important;
}
.buttons-excel{
    margin-bottom: 7% !important;
}
.pagination{
    margin-top:2% !important;
}

.button {
    border: none;
    text-align: center;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.button span{
    color: white;
}

.liste-element tr td{
    background-color: #e7e7e7!important;
}

.btn-wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

#button4:hover {background-color: #e7e7e7;}
.couleur-btn-ajout{
    /*background-color: #2e8cc2;*/
    background-color: #2e8cc2;
    color: white;
}
.couleur-btn-ajout:hover{
    /*background-color: #2e8cc2;*/
    background-color: #2776a3;
    color: white;
}

.couleur-btn-delete{
    /*background-color: #2e8cc2;*/
    background-color: transparent;
    color: red;
    border: none;
}
.couleur-btn-delete:hover{
    /*background-color: #2e8cc2;*/
    background-color: transparent;
    color:  #2e8cc2;;
    border: none;
}

.couleur-btn-modifier {
     /*background-color: #e7e7e7;*/
     border:none;
     margin-bottom: 2%;
     padding-top: 2%;
     color:black;
 }
.couleur-btn-modifier:hover {
    background-color: transparent;
    color:#2e8cc2;
}

.btn-parametre{
    border:none;
}
.btn-parametre:hover{
    border: none;
    background-color: #2e8cc2;
    color: white;
}
.btn-parametre-li:hover{
    border: none;
    background-color: #2e8cc2;
}

.collapsing {
    transition: none;
}

.mb-0 a{
    text-decoration:none;
}
.card-header{
    background-color: white;
}

.dot {
    height: 25px;
    width: 25px;
    /*background-color: red;*/
    border-radius: 50%;
    display: inline-block;
}



.form-group {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}

.form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
}

.form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336;
}

.form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.form-group .form-line:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: -1px;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    border-bottom: 2px solid #1f91f3;
}

.form-group .form-line .form-label {
    font-weight: normal;
    color: #aaa;
    position: absolute;
    top: 10px;
    left: 0;
    cursor: text;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form-group .form-line.error:after {
    border-bottom: 2px solid #F44336;
}

.form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50;
}

.form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107;
}

.form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.form-group .form-line.focused .form-label {
    top: -10px;
    left: 0;
    font-size: 12px;
}
.margin-top{
    margin-top: 20px;
}
.lynx-btn-forme-ca{
    text-align: center;
    padding-bottom: 3%;
}

.lynx-btn-width{
    width: 100px !important;
}