/*
 Theme Name:   royal-elementor-kit Child
 Template:     royal-elementor-kit
 Version:      1.0.0
*/
/*
ul {
  list-style: none;
}
ul a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

ul a:hover {
  color: #ab7e4e;
  text-decoration: none;

}
*/
.bouton-contact {
    display: inline-block;
    padding: 5px 15px;
    background-color: #EB7D00;
    color: #2D2D2D;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}
.bouton-contact:hover {
	color:#2D2D2D;
    background-color: #C56900;
}
.wpforms-confirmation-container p{
	background-color:#EB7D00;
	color:#333333;
	padding:10px;
}
.wpforms-field-label{
	color:#ffffff;
	display:flex;
	flex-direction:left;
	padding:10px 0px 10px 0px;
}
.wpforms-submit-container {
	display:flex;
	align-items: center;
    justify-content: center;
	padding:15px;
}
.wpforms-submit-container button{
	background-color:#EB7D00;
	color:#161C1E;
	border:none;
}
.wpforms-submit-container:hover button{
	background-color:#EB7D00;
	color:#161C1E;
}
