/*
Theme Name: hello-elementor-child
Author: Michael Le Hoang
Description: Child Theme for hello-elementor
Template: hello-elementor
Version: 1.0
*/
::selection {
	color: #1B4965;
	background: #EAF6FF;
}
.elementor-button-text {
  font-weight: 400;
}
.logo-footer img, .logo-header img {
  width: 168px;
}
h2 span {
	position: relative;
}
h2 span::after {
  content: "";
  background: #eaf6ff;
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*Laissez un commentaire*/
.comment-reply-title {
  font-size: 25px !important;
  font-weight: 600 !important;
}
.comment-form-comment label {
  margin-bottom: 10px;
}
[type="button"], [type="submit"], button {
  border-color: transparent;
}