/* 
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 */

/* ---- HEADER ---- */
.header-box-shadow {
    box-shadow: 0 0 15px rgb(255 255 255 / 15%), 0 0 40px rgb(255 255 255 / 5%), 0 0 80px rgb(255 255 255 / 8%);
}

.plus-rose {
    color: #ff4f9a;
    font-weight: bold;
}

/* CONTACT */
.row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.col-half {
    flex: 1;
}

.row label {
    width: 100%;
}

.row input,
.row textarea {
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        gap: 10px;
    }
}

/* POPUP */
div#popmake-572 {
    background: #00072be8;
    border-radius: 15px;
    margin-top: 55px;
    border: solid 1px #ffffff8a;
}

/* Placeholders en blanc */
div#popmake-572 input::placeholder,
div#popmake-572 textarea::placeholder {
    color: white !important;
    opacity: 1;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent;
    border-bottom: solid 1px #ffffff !important;
    border-radius: 0px;
    border: none;
    color: white !important;
	outline:none;
	font-family: 'Poppins';
    font-size: 15px;
}

h2.wp-block-heading {
    color: white;
    font-family: 'Momo Trust Display';
    font-size: 25px;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background: transparent;
    border-bottom: solid 1px #ffffff !important;
    border-radius: 0px;
    border: none;
    color: white !important;
    height: 150px;
	font-family: 'Poppins';
    font-size: 15px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 30px;
    background: #eb4695;
    border: none;
    color: white;
    font-family: 'Momo Trust Display';
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.5px;
    padding: 15px 30px;
    border-radius: 10px;
}

button.pum-close.popmake-close {
    background: transparent !important;
    box-shadow: none !important;
}

/* ----- TRAIT TITRE H2 ----- */
.trait-titre {
    position: relative;
    display: inline-block;
}

.trait-titre::after {
    content: "";
    position: absolute;
    /*left: -280px;*/
    bottom: -15px;
    width: 150px;
    height: 2px;
    background: #EB4695;
    pointer-events: none;
}

/* ----- */

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #cc336600;
}