/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

.elementor-popup-modal{
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
}

table {
	color:#fff;
}


.liste-refuge ol li::marker {
	color: #F2A955;
	font-size:300%;
	font-weight :900;
	
}
.liste-refuge ol li {
	margin-bottom : 30px;	
}

@media screen and (max-width: 667px) {
	.liste-refuge ol li::marker {
		font-size:150%;
	}
.liste-refuge ol li {
		margin-bottom : 10px;	
	}

}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  vertical-align: top;
	width:30px;
}

.contact-form *{

}

.contact-form .wpcf7-submit{
	background-color: #8FA1BE;
	border-radius: 20px;
	color: white;
	border-color: white;
}

.contact-form .wpcf7-submit:hover{
	background-color: white;
	border-color: #8FA1BE;
	color: #8FA1BE;
}