.sk-double-bounce-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.sk-double-bounce-spinner .sk-child-spinner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00A4DD;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-spinner-bounce .sk-double-spinner-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner_container{
    min-height: 200px;
}

.texte_spinner{
    position: relative;
    margin-top: 75px!important;
    text-align: center;
}
