/**
 * Hello Elementor Child Theme
 *
 * Theme Name:   Hello Elementor Child
 * Theme URI:    https://example.com
 * Description:  Un thème enfant pour Hello Elementor
 * Author:       Votre Nom
 * Author URI:   https://example.com
 * Template:     hello-elementor
 * Version:      1.0.0
 * Text Domain:  hello-elementor-child
 */

::-webkit-scrollbar {
    display: none;
}

::selection {
    color: black;
    background-color: #bdd63b;
}

body {
    background-image: linear-gradient(180deg, #9EC6FF 5%, #DDEBFF 35%);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
	background-color: #DDEBFF;
}


.page-header {
    display: none;
}

#content a:not(.elementor-button) {
	color: #0082DE !important;
}

#content a:hover:not(.elementor-button)  {
	color: white !important;
}

form {
	margin: 0 50px;
}

form label {
	width: 100% !important;
}

form input, form textarea {
	border: none !important;
	border-radius: 0px 20px 0px 20px !important;
}