/* 
Theme Name: Hello Soleane
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* remove bottom margin on last elementor paragraph */
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


/* automatic add left and right padding on both sides on small devices */
@media screen and (max-width: 1199px) {
   .elementor[data-elementor-type="wp-page"] > .e-con > .e-con-inner {
        padding-left: 10px;
        padding-inline-start : 10px;
        padding-right: 10px;
        padding-inline-end: 10px;
    }
}


/** automatic set font color to primary color **/
body  {
    color:var(--e-global-color-primary);
}


.em-secondary-light em {
    color:var(--e-global-color-secondary);
    font-weight: normal;
}


.btn-arrow .elementor-button {
    padding-left: 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 26px center;
    background-size: 20px auto;
    padding-left: 56px;
    transition: all 150ms;
}

.btn-arrow .elementor-button .elementor-button-content-wrapper {
    transition: transform 250ms ease-out;
}

.btn-arrow .elementor-button:hover .elementor-button-content-wrapper {
    transform: translateX(10px);
}


.btn-arrow.from-primary .elementor-button,
.btn-arrow.to-primary .elementor-button:hover {
    background-image:url("img/right-arrow-primary.svg");
    border-color:var(--e-global-color-primary);
    color : var(--e-global-color-primary)!important;
}

.btn-arrow.from-secondary .elementor-button,
.btn-arrow.to-secondary .elementor-button:hover {
    background-image:url("img/right-arrow-secondary.svg");
    color : var(--e-global-color-secondary)!important;
}
.btn-arrow.to-secondary .elementor-button:hover {
    border-color:var(--e-global-color-secondary);
}

.btn-arrow.from-white .elementor-button,
.btn-arrow.to-white .elementor-button:hover {
    background-image:url("img/right-arrow-white.svg");
    color : #FFF;
}
.btn-arrow.to-white .elementor-button:hover {
    border-color:#FFF;
}


.btn-arrow.from-accent .elementor-button,
.btn-arrow.to-accent .elementor-button:hover {
    background-image:url("img/right-arrow-accent.svg");
    color : var(--e-global-color-accent)!important;
}

.btn-arrow.to-accent .elementor-button:hover {
    border-color:var(--e-global-color-accent);
}


.color-accent {
    color:var(--e-global-color-accent);
}

.color-green {
    color:var(--e-global-color-45fabea);
}

.color-secondary {
    color:var(--e-global-color-secondary);
}

.fw-normal {
    font-weight: normal;
}

.square {
    aspect-ratio: 1/1;
}

.carrousel-arrows-top-right .swiper  .elementor-swiper-button {
    top:-30px;
}
.carrousel-arrows-top-right .swiper  .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset;
    right: 70px;
}

.grid-reassurance img {
    max-width: 60%;
}
.grid-reassurance .elementor-counter-title {
    justify-content: center;
    text-align: center;
}
.grid-reassurance .hide-number .elementor-counter-number {
    display: none;
}
