/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
	background-color: #F2E6D6;
}

p{
	margin-bottom: 0px;
}

a{
	color: #00373C;
}
span.baskerville {
    font-family: "Libre Baskerville", Sans-serif !important;
    font-style: italic;
    color: #FFE5A2;
}

.elementor-button-icon svg {
    width: 30px;
}

.elementor-button-content-wrapper {
    align-items: center;
}

form.wpcf7-form label {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text {
    background-color: transparent;
    border: 0px;
    color: white;
    border-bottom: 1px solid;
    border-radius: 0px;
	padding: 10px 0px;
	outline: none;
    font-family: "Lato", Sans-serif;
    font-weight: 300;
}

input.wpcf7-form-control.wpcf7-text:focus {
    border: 0px;
	border-bottom: 1px solid;
    border-radius: 0px;
}

input.wpcf7-form-control.wpcf7-text ::placeholder {
  	color: #FEF0CC;
}

::placeholder {
  color: #FEF0CC;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FEF0CC;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #f2e6d6;
    border-color: #f2e6d6;
    font-family: "Lato", Sans-serif;
    color: #003940;
	margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #003940;
    border-color: #F5F5DC;
    color: #F5F5DC;
}

.elementor-icon-box-wrapper {
    padding: 15px;
	height: 100%;
}

.plan img {
	mix-blend-mode: darken;
}

.elementor-icon-box-wrapper:hover {
    background-image: url(/wp-content/uploads/2025/04/Frame_9.webp);
	background-size: cover;
}

.elementor-icon-box-wrapper:hover span.elementor-icon{
    background-color: #F2E6D6;
}

.elementor-icon-box-wrapper:hover span.elementor-icon{
    background-color: #F2E6D6;
}

.elementor-icon-box-wrapper span.elementor-icon svg path:first-child{
    fill: #003940 !important;
}

.elementor-icon-box-wrapper span.elementor-icon svg path{
    fill: #f2e6d6 !important;
}

.elementor-icon-box-wrapper:hover span.elementor-icon svg path:first-child{
    fill: #f2e6d6 !important;
}
.elementor-icon-box-wrapper:hover span.elementor-icon svg path{
    fill: #00373d !important;
}

.elementor-icon-box-wrapper:hover h3.elementor-icon-box-title{
    color: #F2E6D6 !important;
}

.piscine .elementor-icon-box-wrapper span.elementor-icon svg path:last-child{
    fill: #00373d !important;
}

.elementor-icon-box-icon span.elementor-icon {
    padding: 0px;
    border-radius: 100%;
    /*background-color: #003940;*/
}
#btn-plan a{
	cursor: pointer;
}