/*
Theme Name:   TaneinoTheme
Theme URI:    https://www.taneino.fr/
Description:  Wordpress thème created by Taneino
Author:       Taneino
Author URL:   https://www.taneino.fr/
Template:     hello-elementor
Version:      1.0
Text Domain:  TaneinoTheme
*/

/* Écrivez ici votre propre feuille de style personnelle */

.icone-lecture-rapport {
    margin:auto;
display:block;
    max-width:40% !important;
    width:50px;
    min-width:25px;
	text-align:center;
}



.mon_btn {
	width: auto;
    font-size: 15px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(0,36,150,1);
    border-width: 1px;
    border-color: rgba(0,36,150,1);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
}

.mon_btn:hover {
	  background: #efefef;
    border-color: #cccccc;
    //color: #444444;
color: rgba(0,36,150,1);

}

.mon_btn > a {
color : white;
}