/*********************************** SURCHARGE RTE *************************************/


.text-right{
	text-align:right;
}

.text-left{
	text-align:left;
}

.text-center{
	text-align:center;
}

.text-justify{
	text-align:justify;
}

/**************** titres ***********************/
h3,h4,h5{
	font-weight:bolder;
}

h3{
	font-size:1.17em;
}

h4{
	font-size:1em;
}

h5{
	font-size:0.83em;
}

h6{
	font-size:0.67em;
}

p{
	line-height:28px;
	font-size:18px;
}

/****** boutons couleur  ******/

.btn{
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #afafaf;
    border: 1px solid #7a7a7a;
	color:#ffffff;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
	
}

.btn-success{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.btn-success:hover{
	background-color: #7a7a7a;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.table{
	float:none;
}