/* 
Theme Name: Hello Coaching Ways
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-text);
    font-family: var(--e-global-typography-text-font-family);
}

h1,h2,h3 {
    font-family: var(--e-global-typography-primary-font-family);
    color:var(--e-global-color-primary);
}

html, body { margin: 0; overflow-x: hidden }
body { position: relative; }

body::after {
    content: "";
    position: absolute;
    right: 0; /* plus de valeur négative */
    top: 0;
    width: 1650px;
    height: auto;
    aspect-ratio: 1/1;
    background: var(--e-global-color-secondary);
    border-radius: 50%;
    transform: translate(50%, -60%); /* décale visuellement hors écran */
    z-index: -1;
    pointer-events: none;
}


.li-check ul , .li-arrow ul{
    list-style-type: none;
    padding-left: 10px;
}
.li-check li {
    padding: 0 0 0 35px;
    background: url(img/check.svg) 0 4px no-repeat;
    background-size: auto 18px;
    margin-top: 5px;
}
.li-arrow li {
    background: url(img/li-arrow.svg) 0 15px no-repeat;
    padding: 5px 0 5px 18px;
    position: relative;
    line-height: 28px;
}

.strong-primary strong {
    color:var(--e-global-color-primary);
    font-weight: inherit;
}

.strong-secondary strong {
    color:var(--e-global-color-secondary);
    font-weight: inherit;
}

.bg-circle-left,.bg-circle-right {
    overflow-x: hidden;
}
.bg-circle-left:before {
    height: 120%;
    width: unset;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate(-50%, -20%);
    z-index: -1;
    pointer-events: none;
    background: var(--e-global-color-secondary);
}

.bg-circle-right:before {
    height: 120%;
    left: unset;
    right: 0;
    width: unset;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transform: translate(50%, -20%);
    z-index: -1;
    pointer-events: none;
    background: var(--e-global-color-secondary);
}


.btn-arrow .elementor-button  {
    padding-right: 12px;
}

.elementor-button .elementor-button-icon {
    padding-right: 10px;
    padding-left:0;
    transition: all 250ms;
}
.elementor-button:hover .elementor-button-icon {
    padding-right: 0;
    padding-left:10px;
}


table.bdt-static-table {
    border-spacing: 5px;
    color: #000;
    width: 100%;
    border-collapse: separate!important;
    border: 0;
}
table.bdt-static-table tr {
    border: 1px solid #ddd;
    padding: 8px 12px;
    height: auto !important;
    width: auto !important;
    border-radius: 8px!important;
    border-collapse: separate!important;
}
table.bdt-static-tablee td {
    vertical-align: middle;
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px 12px;
    height: auto !important;
    width: auto !important;
    border-radius: 8px!important;
    border-collapse: separate!important;
}


table.bdt-static-table td:first-child {
    background-color: #f2f2f2!important;
    text-align: Left;
    width: auto;
    font-weight: bold;
}

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


.logo-boxes .elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border:1px solid var(--e-global-color-2a3121b);
    border-radius: 15px;
}

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

@media screen  and (max-width:767px) {
    body::after {
        width: 200vw;
        transform: translate(59%, -60%);
    }

    .bg-circle-right:before {
        height: 90vh;
        transform: translate(75%, 0);
    }


    .bg-circle-left:before {
        height: 90vh;
        transform: translate(-75%, 0);
    }
}