body{
	color : #878787;
}
.container-isite{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.row {
	padding-left:30px;
	padding-right:30px;
}

.wpcf7-submit, button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: "Roboto-Slab", serif ;
	font-weight: 700;
    color: white;
	background-color : black;
	font-size:14px;
	line-height : 19px;
	letter-spacing: 2.8px;
    text-align: center;
	border-radius : 5px;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
}
.texte-bouton{
	font-family: "Roboto-Slab", serif ;
font-weight: 700;
    color: black;
	font-size:16px;
	line-height : 38px;
    text-align: center;
	border-radius : 10px;
	border : 1px solid red;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
	display: inline-block;
}
.texte-bouton2{
	font-family: "Roboto-Slab", serif ;
font-weight: 700;
    color: white;
	font-size:16px;
	line-height : 38px;
    text-align: center;
	background-color : #FF0C25;
	border-radius : 10px;
	border : 1px solid red;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
	display: inline-block;
}

@media (min-width: 576px) {


}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
.row {
	padding-left:90px;
	padding-right:90px;
}
}

@media (min-width: 1200px) {
.row {
	padding-left:90px;
	padding-right:90px;
}
}