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

body{
	scroll-padding-top: 200px;
    overflow-x: hidden!important;
    max-width: 100vw!important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

#available-bubble,
#not-available-bubble{
    background: #00cf00;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 100%;
    position: relative;
}

/* Animation pulse */
#available-bubble::after,
#not-available-bubble::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00cf00;
    border-radius: 100%;
    opacity: 0.6;
    animation: pulse 3s infinite;
}

#not-available-bubble,
#not-available-bubble::after {
	background:#F29900;
}

.grecaptcha-badge {
	z-index:99999!important;
	filter: hue-rotate(45deg);
}

.card {
        border-radius: 35px;
        padding:25px;
    background-image:linear-gradient(260deg,#140c1c,#140c1c);
    position: relative;
}

.card .elementor-icon{
     filter:brightness(0) invert(1);
}

.card h3,
.card h2{
    font-size: 16px;
    color:var(--e-global-color-primary);
    transition: all ease-in .2s;
}

.card p {
    font-size: 13px;
}

.card::after {
    border-radius: 35px;
    opacity: 0;
    content:'';
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transition: all cubic-bezier(0.68, -0.55, 0.27, 1.55) .4s!important;
    background: linear-gradient(260deg,#2a1454,#8750f7);
    transform: scale(.2);
    z-index: 1;
}

.card:hover::after {
    opacity: .9;
    transform: scale(1);
}

.card:hover h3,
.card:hover h2{
    color:white;
}

.card .elementor-icon-wrapper,
.card .elementor-icon-wrapper svg{
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    object-fit: contain;
}

.client{
    filter:brightness(0) invert(1);
    transition: all ease .5s;
}


.rdv-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    font-family: "Sora", Sans-serif;
    font-weight: 500;
    letter-spacing: 0.2px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    transition-duration: 200ms;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 34px 16px 34px;
    background-image: linear-gradient(to right, var(--e-global-color-primary) 0%, #5d33b1 51%, var(--e-global-color-primary) 100%);
    background-size: 200%;
    transition: all ease-in .2s;
    line-height: 1.5;
    font-weight: 600;
}

.rdv-btn:hover{
    transform: scale(.9);
    color: #FFFFFF;
    background-color: #8750F7;
    border-color: #8750F7;
    background-position: -100%;
}

@keyframes fadeInUpCustom{
0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}

.fadeInUpCustom{
	animation-name:fadeInUpCustom!important;
}

.bg-gradient-text p,
.bg-gradient-text h1,
.bg-gradient-text h2,
.bg-gradient-text h3,
.bg-gradient-text h4,
.bg-gradient-text h5,
.bg-gradient-text h6,
.bg-gradient-text span,
.bg-gradient-text li,
.bg-gradient-text a{
	color:transparent;
	background-image: linear-gradient(90deg, var( --e-global-color-primary ) 0, #cbb2ff);
	background-clip: text;
}

..ti-widget.ti-goog .ti-widget-container .ti-date {
	display:none!important;
}