#data_view_logout{
    position: relative;
    background: linear-gradient(to bottom, #0c2e79 30%, #0f3c9e 80%);
    width: 100%;
    min-height: 100px;
}

#tp_formulaire_logout {
    position: relative;
    max-width: 400px;
    height: 100px;
    background-image: url("../../../images/galerie/accueil/opacity_50.png");
    /* background-color:rgb(235, 235, 235); */
    background-position:center ;
    background-size: 100%;
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

#tp_formulaire_logout form 
{
    display: inline-block;
    margin: auto;
    max-width: 200px;
    height: 50px;
}

#tp_formulaire_logout #btn_validation_logout{
    width: 120px;
    height: 44px;
    border: 0px solid;
    border-radius: 25px 25px 25px 25px;
    background-color: #2d95f7!important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color:#ffffff;
    margin:0px 0px 0px 0px;

}

#tp_formulaire_logout #btn_delete_logout{
    width: 190px;
    height: 44px;
    border: 0px solid;
    border-radius: 25px 25px 25px 25px;
    background-color: #ffffff!important;
    color: #2d95f7!important;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color:#ffffff;
    margin:0px 0px 0px 0px;

}

#tp_formulaire_logout #btn_validation_logout:hover{
    background-color: #00aeff!important;
}
#tp_formulaire_logout #btn_delete_logout:hover{
    background-color: #ff9900!important;
    color: #050505!important;
}


#loading_logout{
    position: absolute;
    display: none;
    z-index: 1;
    text-align: center;
    background-color: #1f1f1f;
    opacity: 0.7;
    width: 100%;
    height: 100px;
}

#loading_logout img{
margin:10px auto 0px auto;
color: #ffffff;
}

 #loading_logout p{
    color: #ffffff;
    }



