/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://www..fr/Hello-Elementor-child/
 Description:  Thème enfant hérité du thème "Hello Elementor" permettant de personnaliser le thème en toute sécurité.
 Author:       Anthony Hnatow / Monsieur Site Web
 Author URI:   https://monsieursiteweb.fr
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v3 or later
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Tags:         
 Text Domain:  hello-elementor-child
*/

/* Bleu #2d1dbb */
/* Bleu foncé #101794 */
/* Beige #FCF5E3 */

.elementor-widget-stripe-button .elementor-button {
	cursor:pointer;
	border:1px solid #fff!important;
}

.elementor-widget-stripe-button .elementor-button:hover {
	background-color: #101794 !important;
    color: #fff !important;
}

.sib_signup_form {
	width: 300px;
}
	
.sib_signup_form .sib_signup_box_inside_1 {
	display:flex;
	flex-wrap:wrap;
}

.sib_signup_form .sib_loader {
	position: absolute;
    bottom: -30px;
}

.sib_signup_form .sib_msg_disp {
	width:100%;
	margin:20px 0 0 0;
	order:3;
}

.sib_signup_form p {
	order:1;
	margin:0;
}

.sib_signup_form .sib-email-area input {
	padding:10px;
	border: none !important;
	width: 230px;
}

.sib_signup_form .sib-email-area input:focus {
	outline:none!important;
	border: none !important;
	
}

.sib_signup_form .sib-default-btn[type="submit"] {
    background-color: #fff;
    color: #101794;
    font-weight: 600;
    padding: 10px 15px;
    border: none;
	margin: 0 0 0 2px;
	cursor:pointer;
}

.sib_signup_form .sib-default-btn[type="submit"]:hover {
    background-color: #fff;
    color: #101794;
}