/*
Theme Name: hello-elementor-child
Author: Sandra Peron
Description: Child Theme for hello-elementor
Template: hello-elementor
Version: 1.0
*/
@font-face {
    font-family: 'Kazy';
    src: url('font/kazycraie-webfont.woff2') format('woff2'),
         url('font/kazycraie-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'meriendaregular';
    src: url('font/merienda-regular-webfont.woff2') format('woff2'),
         url('font/merienda-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::selection {
	color: #fff;
	background: #9ac7ee;
}
body {
	background-color: #fff;
	font-family: "Kazy", sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #30405e;
}
body h1.elementor-heading-title,
body h2.elementor-heading-title,
body h4.elementor-heading-title,
body h3.elementor-heading-title,
body h3.elementor-image-box-title {
	 font-family: 'meriendaregular'!important;
}
body p,
body a.elementor-button,
body .wpb_wrapper,
body ul li,
body .elementor-widget-container,
li.elementor-icon-list-item .elementor-icon-list-text,
body .elementor-nav-menu a, .elementor-nav-menu li {
	font-family: "Kazy", sans-serif!important;
	font-size: 20px!important;
	line-height: 24px!important;
}
body ul li {
	margin-bottom: 10px;
}
body .cta-photos a.elementor-button {
	font-size: 14px!important;
	line-height: 16px!important;
}
.elementor-location-footer p a,
.elementor-location-footer p a:hover {
	color: #fff;
}

/*RESPONSIVE*/
@media all and (max-width:767px) {
	.pavillon img {
		width: 150px;
		height: auto;
	}
}
