/*
Theme Name: hellochild
Author: iZZi
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body b, 
body strong {
    font-weight: 600;
}

body .elementor-widget-image a img[src$=".svg"] {
    width: revert-layer;
}

.realisation-slider .elementor-swiper-button {
    background-color: #CAB7A2;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
}

.realisation-title h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.titlebicolor span { color: #CAB7A2; }

/* FORM */

.gform-theme--foundation {
	--gf-form-gap-y: 18px !important;
}

.gform_wrapper .button { 
	background-color: #000 !important; 
	border-radius: 0 !important;
}